Skip to content

Commit 7743d0d

Browse files
allisonkarlitskayacgwalters
authored andcommitted
examples/bls: stop using --no-cache
We don't use any ARG in the Containerfiles in this directory so they're not impacted by this issue. Signed-off-by: Allison Karlitskaya <[email protected]>
1 parent 13d8437 commit 7743d0d

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

examples/bls/build

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,6 @@ case "${os}" in
3434
;;
3535
esac
3636

37-
# https://github.com/containers/buildah/issues/5656
38-
PODMAN_BUILD="podman build --no-cache"
39-
4037
cargo build --release "${features}"
4138

4239
cp ../../target/release/cfsctl .
@@ -46,7 +43,7 @@ CFSCTL='./cfsctl --repo tmp/sysroot/composefs'
4643
rm -rf tmp
4744
mkdir -p tmp/sysroot/composefs
4845

49-
${PODMAN_BUILD} \
46+
podman build \
5047
--iidfile=tmp/base.iid \
5148
-f "${containerfile}" \
5249
.

0 commit comments

Comments
 (0)