Skip to content

Commit

Permalink
Use buildah chroot isolation while building
Browse files Browse the repository at this point in the history
This seems to be the recommended way to run buildah when already inside
a container, see
containers/buildah#1901 (comment)
  • Loading branch information
VannTen committed Nov 28, 2022
1 parent 6fb974d commit 82f04c4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pipelines/tasks/buildah-requirements.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ spec:
value: $(params.STORAGE_DRIVER)
- name: BUILDAH_FORMAT
value: $(params.FORMAT)
- name: BUILDAH_ISOLATION
value: chroot
volumeMounts:
- name: containers
mountPath: /var/lib/containers
Expand Down

0 comments on commit 82f04c4

Please sign in to comment.