From 9e75cafd5cd9b530d8fadb0a25b9c99836d80e40 Mon Sep 17 00:00:00 2001 From: Daniel J Walsh Date: Thu, 4 Mar 2021 15:11:18 -0500 Subject: build-arg Signed-off-by: Daniel J Walsh --- test/system/070-build.bats | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/test/system/070-build.bats b/test/system/070-build.bats index 1a89800a5..d413b0c10 100644 --- a/test/system/070-build.bats +++ b/test/system/070-build.bats @@ -191,11 +191,17 @@ EOF https_proxy=https-proxy-in-env-file EOF + # Build args: one explicit (foo=bar), one implicit (foo) + local arg_implicit_value=implicit_$(random_string 15) + local arg_explicit_value=explicit_$(random_string 15) + # NOTE: it's important to not create the workdir. # Podman will make sure to create a missing workdir # if needed. See #9040. cat >$tmpdir/Containerfile <