Skip to content

Commit d5d5b08

Browse files
committed
update binfmt to v10.0.4
Signed-off-by: CrazyMax <[email protected]>
1 parent edb331d commit d5d5b08

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -163,10 +163,10 @@ FROM scratch AS cni-plugins-export-squashed
163163
COPY --from=cni-plugins-export / /
164164

165165
FROM --platform=$BUILDPLATFORM alpine:${ALPINE_VERSION} AS binfmt-filter
166-
# built from https://github.com/tonistiigi/binfmt/releases/tag/buildkit%2Fv9.2.2-54
167-
COPY --link --from=tonistiigi/binfmt:buildkit-v9.2.2-54@sha256:e60fbf01e26c75efa816224f4de31c2ef63c5486b20c3e8fa1e5da2aff368ba9 / /out/
166+
# built from https://github.com/tonistiigi/binfmt/releases/tag/buildkit%2Fv10.0.4-57
167+
COPY --link --from=tonistiigi/binfmt:buildkit-v10.0.4-57@sha256:370775754cd56094fff210b44968bf15777aed7eb3302df4f7ab2b647630899e / /out/
168168
WORKDIR /out/
169-
RUN rm buildkit-qemu-loongarch64 buildkit-qemu-mips64 buildkit-qemu-mips64el
169+
RUN rm -f buildkit-qemu-loongarch64 buildkit-qemu-mips64 buildkit-qemu-mips64el
170170

171171
FROM scratch AS binaries-linux
172172
COPY --link --from=runc /usr/bin/runc /buildkit-runc

0 commit comments

Comments
 (0)