Skip to content

Commit c318805

Browse files
authored
Merge pull request #5818 from tonistiigi/dockerfile-test-mirror-update
dockerfile: fix mirrored images in tests
2 parents e62f1ed + 6a5e4ea commit c318805

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

frontend/dockerfile/dockerfile_test.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ func init() {
251251
frontends := map[string]interface{}{}
252252

253253
images := integration.UnixOrWindows(
254-
[]string{"busybox:latest", "alpine:latest"},
254+
[]string{"busybox:latest", "alpine:latest", "busybox:stable-musl"},
255255
[]string{"nanoserver:latest", "nanoserver:plus", "nanoserver:plus-busybox"})
256256
opts = []integration.TestOpt{
257257
integration.WithMirroredImages(integration.OfficialImages(images...)),
@@ -288,7 +288,7 @@ func TestIntegration(t *testing.T) {
288288
integration.Run(t, reproTests, append(opts,
289289
// Only use the amd64 digest, regardless to the host platform
290290
integration.WithMirroredImages(map[string]string{
291-
"amd64/bullseye-20230109-slim:latest": "docker.io/amd64/debian:bullseye-20230109-slim@sha256:1acb06a0c31fb467eb8327ad361f1091ab265e0bf26d452dea45dcb0c0ea5e75",
291+
"amd64/debian:bullseye-20230109-slim": "docker.io/amd64/debian:bullseye-20230109-slim@sha256:1acb06a0c31fb467eb8327ad361f1091ab265e0bf26d452dea45dcb0c0ea5e75",
292292
}),
293293
)...)
294294

0 commit comments

Comments
 (0)