Skip to content

Commit 52d6b47

Browse files
authored
Merge pull request #47626 from kubernetes/update_binfmt_image
Update tonistiigi/binfmt
2 parents fb9ad35 + da0d7e7 commit 52d6b47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ container-push: container-image ## Push container image for the preview of the w
8181

8282
PLATFORMS ?= linux/arm64,linux/amd64
8383
docker-push: ## Build a multi-architecture image and push that into the registry
84-
docker run --rm --privileged tonistiigi/binfmt:qemu-v6.2.0-26@sha256:5bf63a53ad6222538112b5ced0f1afb8509132773ea6dd3991a197464962854e --install all
84+
docker run --rm --privileged tonistiigi/binfmt:qemu-v8.1.5-43@sha256:46c5a036f13b8ad845d6703d38f8cce6dd7c0a1e4d42ac80792279cabaeff7fb --install all
8585
docker version
8686
$(DOCKER_BUILDX) version
8787
$(DOCKER_BUILDX) inspect image-builder > /dev/null 2>&1 || $(DOCKER_BUILDX) create --name image-builder --use

0 commit comments

Comments
 (0)