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 24, 2022
1 parent c1cd1ad commit a30e1e1
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 @@ -45,6 +45,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 a30e1e1

Please sign in to comment.