mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 03:41:45 +00:00
Merge pull request #98315 from claudiubelu/patch-3
test images: Adds --progress=plain to docker buildx build
This commit is contained in:
commit
8493bce1f1
@ -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}" .
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user