summaryrefslogtreecommitdiff
path: root/test/buildah-bud
diff options
context:
space:
mode:
authorAditya Rajan <flouthoc.git@gmail.com>2021-09-15 13:30:44 +0530
committerAditya Rajan <flouthoc.git@gmail.com>2021-09-15 13:30:49 +0530
commit222b62e7b0b8b8e5ac69b776d7024c63d620b29b (patch)
tree0bb57d2952a5bb04ac91eee838cd10c48ed63be0 /test/buildah-bud
parent323fe363134ba81ed33c24d7cce85aa0c37ab59d (diff)
downloadpodman-222b62e7b0b8b8e5ac69b776d7024c63d620b29b.tar.gz
podman-222b62e7b0b8b8e5ac69b776d7024c63d620b29b.tar.bz2
podman-222b62e7b0b8b8e5ac69b776d7024c63d620b29b.zip
vendor: Bump github.com/containers/buildah from 1.22.3 to 1.23.0
[NO TESTS NEEDED] Signed-off-by: Aditya Rajan <arajan@redhat.com>
Diffstat (limited to 'test/buildah-bud')
-rw-r--r--test/buildah-bud/buildah-tests.diff2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/buildah-bud/buildah-tests.diff b/test/buildah-bud/buildah-tests.diff
index bb28e11c9..87923484f 100644
--- a/test/buildah-bud/buildah-tests.diff
+++ b/test/buildah-bud/buildah-tests.diff
@@ -70,7 +70,7 @@ index 166316d5..775d7c9b 100644
+ local podman_or_buildah=${BUILDAH_BINARY}
+ local _opts="${ROOTDIR_OPTS} ${BUILDAH_REGISTRY_OPTS}"
-+ if [[ $1 == "bud" || $1 == "build-using-dockerfile" ]]; then
++ if [[ $1 == "build" || $1 == "build-using-dockerfile" ]]; then
+ shift
+ # podman defaults to --layers=true; buildah to --false.
+ # If command line includes explicit --layers, leave it untouched,