File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -163,10 +163,10 @@ FROM scratch AS cni-plugins-export-squashed
163163COPY --from=cni-plugins-export / /
164164
165165FROM --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/
168168WORKDIR /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
171171FROM scratch AS binaries-linux
172172COPY --link --from=runc /usr/bin/runc /buildkit-runc
You can’t perform that action at this time.
0 commit comments