File tree Expand file tree Collapse file tree 5 files changed +2
-14
lines changed Expand file tree Collapse file tree 5 files changed +2
-14
lines changed Original file line number Diff line number Diff line change 43
43
-
44
44
name : Set up QEMU
45
45
uses : docker/setup-qemu-action@v3
46
- with :
47
- image : tonistiigi/binfmt:qemu-v9.2.0
48
46
-
49
47
name : Set up Docker Buildx
50
48
uses : docker/setup-buildx-action@v3
@@ -142,8 +140,6 @@ jobs:
142
140
-
143
141
name : Set up QEMU
144
142
uses : docker/setup-qemu-action@v3
145
- with :
146
- image : tonistiigi/binfmt:qemu-v9.2.0
147
143
-
148
144
name : Set up Docker Buildx
149
145
uses : docker/setup-buildx-action@v3
Original file line number Diff line number Diff line change 91
91
-
92
92
name : Set up QEMU
93
93
uses : docker/setup-qemu-action@v3
94
- with :
95
- image : tonistiigi/binfmt:qemu-v9.2.0
96
94
-
97
95
name : Set up Docker Buildx
98
96
uses : docker/setup-buildx-action@v3
@@ -199,8 +197,6 @@ jobs:
199
197
-
200
198
name : Set up QEMU
201
199
uses : docker/setup-qemu-action@v3
202
- with :
203
- image : tonistiigi/binfmt:qemu-v9.2.0
204
200
-
205
201
name : Set up Docker Buildx
206
202
uses : docker/setup-buildx-action@v3
Original file line number Diff line number Diff line change @@ -101,8 +101,6 @@ jobs:
101
101
-
102
102
name : Set up QEMU
103
103
uses : docker/setup-qemu-action@v3
104
- with :
105
- image : tonistiigi/binfmt:qemu-v9.2.0
106
104
-
107
105
name : Set up Docker Buildx
108
106
uses : docker/setup-buildx-action@v3
Original file line number Diff line number Diff line change @@ -102,8 +102,6 @@ jobs:
102
102
-
103
103
name : Set up QEMU
104
104
uses : docker/setup-qemu-action@v3
105
- with :
106
- image : tonistiigi/binfmt:qemu-v9.2.0
107
105
-
108
106
name : Set up Docker Buildx
109
107
uses : docker/setup-buildx-action@v3
Original file line number Diff line number Diff line change @@ -163,8 +163,8 @@ COPY --from=cni-plugins-export / /
163
163
164
164
FROM scratch AS binaries-linux
165
165
COPY --link --from=runc /usr/bin/runc /buildkit-runc
166
- # built from https://github.com/tonistiigi/binfmt/releases/tag/buildkit%2Fv7.1 .0-30
167
- COPY --link --from=tonistiigi/binfmt:buildkit-v7.1 .0-30 @sha256:45dd57b4ba2f24e2354f71f1e4e51f073cb7a28fd848ce6f5f2a7701142a6bf0 / /
166
+ # built from https://github.com/tonistiigi/binfmt/releases/tag/buildkit%2Fv9.2 .0-50
167
+ COPY --link --from=tonistiigi/binfmt:buildkit-v9.2 .0-50 @sha256:ff21b00e7238dce3bbd74fbe25591f7213837a77861b47b2df5e019540ec33fa / /
168
168
COPY --link --from=cni-plugins-export-squashed / /
169
169
COPY --link --from=buildctl /usr/bin/buildctl /
170
170
COPY --link --from=buildkitd /usr/bin/buildkitd /
You can’t perform that action at this time.
0 commit comments