Merge pull request #98315 from claudiubelu/patch-3

test images: Adds --progress=plain to docker buildx build
This commit is contained in:
Kubernetes Prow Robot 2021-01-22 10:29:27 -08:00 committed by GitHub
commit 8493bce1f1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -160,7 +160,7 @@ build() {
fi
fi
docker buildx build --no-cache --pull --output=type="${output_type}" --platform "${os_name}/${arch}" \
docker buildx build --progress=plain --no-cache --pull --output=type="${output_type}" --platform "${os_name}/${arch}" \
--build-arg BASEIMAGE="${base_image}" --build-arg REGISTRY="${REGISTRY}" --build-arg OS_VERSION="${os_version}" \
-t "${REGISTRY}/${image}:${TAG}-${suffix}" -f "${dockerfile_name}" .