From ab3bd32d221f0602f74bc3e5fec22fc2179a2e8b Mon Sep 17 00:00:00 2001 From: Claudiu Belu Date: Wed, 20 Jan 2021 13:35:01 +0000 Subject: [PATCH] test images: Fixes metadata-concealment image building The metadata-concealment image does not have any BASEIMAGE file, which means that the image will be built from scratch. In this case, there are a few fixes that need to be made in the image-build.sh script. --- test/images/image-util.sh | 26 ++++++++++----------- test/images/metadata-concealment/Dockerfile | 2 +- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/test/images/image-util.sh b/test/images/image-util.sh index 14761cff96d..22f048d8072 100755 --- a/test/images/image-util.sh +++ b/test/images/image-util.sh @@ -96,7 +96,7 @@ build() { os_archs=$(listOsArchs "$image") else # prepend linux/ to the QEMUARCHS items. - os_archs=$(printf 'linux/%s\n' "${!QEMUARCHS[*]}") + os_archs=$(printf 'linux/%s\n' "${!QEMUARCHS[@]}") fi kube::util::ensure-gnu-sed @@ -126,17 +126,17 @@ build() { # image tag TAG=$(