Skip to content

Commit

Permalink
Fix Docker Fat-Manifest test (#2294)
Browse files Browse the repository at this point in the history
  • Loading branch information
Or-Geva authored Nov 5, 2023
1 parent e839d03 commit c9165bf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion testdata/docker/script.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!/bin/bash
./buildx create --name mybuilder --driver-opt "network=host" --config buildkitd.toml --use
# We pin v0.12.2 since buildkit v0.12.3 is getting a 401 unauthorized error when using a private HTTP insecure registry.
./buildx create --name mybuilder --driver-opt "network=host" --driver-opt image=moby/buildkit:v0.12.2 --config buildkitd.toml --use
./buildx inspect --bootstrap

0 comments on commit c9165bf

Please sign in to comment.