Skip to content

Commit

Permalink
dockerfile: update binfmt to v9.2.0-47
Browse files Browse the repository at this point in the history
Signed-off-by: CrazyMax <[email protected]>
  • Loading branch information
crazy-max committed Jan 31, 2025
1 parent 449856f commit 2b67637
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -162,8 +162,8 @@ COPY --from=cni-plugins-export / /

FROM scratch AS binaries-linux
COPY --link --from=runc /usr/bin/runc /buildkit-runc
# built from https://github.com/tonistiigi/binfmt/releases/tag/buildkit%2Fv7.1.0-30
COPY --link --from=tonistiigi/binfmt:buildkit-v7.1.0-30@sha256:45dd57b4ba2f24e2354f71f1e4e51f073cb7a28fd848ce6f5f2a7701142a6bf0 / /
# built from https://github.com/tonistiigi/binfmt/releases/tag/buildkit%2Fv9.2.0-47
COPY --link --from=tonistiigi/binfmt:buildkit-v9.2.0-47@sha256:ac45c24d8660f1237a6ad21aa2879226fabb122f63c74856118f2f4b774b3a52 / /
COPY --link --from=cni-plugins-export-squashed / /
COPY --link --from=buildctl /usr/bin/buildctl /
COPY --link --from=buildkitd /usr/bin/buildkitd /
Expand Down

0 comments on commit 2b67637

Please sign in to comment.