Skip to content

Commit

Permalink
Merge pull request #98315 from claudiubelu/patch-3
Browse files Browse the repository at this point in the history
test images: Adds --progress=plain to docker buildx build
  • Loading branch information
k8s-ci-robot committed Jan 22, 2021
2 parents 64baf0f + cbeab55 commit 8493bce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/images/image-util.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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}" .

Expand Down

0 comments on commit 8493bce

Please sign in to comment.