mirror of
https://github.com/docker/setup-buildx-action.git
synced 2025-07-27 08:48:23 +02:00
moby
image: add docker.io container registry
In docker, the container registry is supposed to be `docker.io`, but it can be others or even be undefined in other container runtimes (e.g. podman). Signed-off-by: Frank Villaro-Dixon <frank@villaro-dixon.eu>
This commit is contained in:
parent
d70bba72b1
commit
d15b70fa95
3 changed files with 12 additions and 12 deletions
12
.github/workflows/ci.yml
vendored
12
.github/workflows/ci.yml
vendored
|
@ -156,9 +156,9 @@ jobs:
|
|||
fail-fast: false
|
||||
matrix:
|
||||
driver-opts:
|
||||
- image=moby/buildkit:latest
|
||||
- image=docker.io/moby/buildkit:latest
|
||||
- |
|
||||
image=moby/buildkit:master
|
||||
image=docker.io/moby/buildkit:master
|
||||
network=host
|
||||
steps:
|
||||
-
|
||||
|
@ -456,7 +456,7 @@ jobs:
|
|||
endpoint: ctxbuilder2
|
||||
platforms: linux/amd64
|
||||
driver-opts:
|
||||
- image=moby/buildkit:master
|
||||
- image=docker.io/moby/buildkit:master
|
||||
- network=host
|
||||
- endpoint: ctxbuilder3
|
||||
platforms: linux/arm64
|
||||
|
@ -540,16 +540,16 @@ jobs:
|
|||
driver: kubernetes
|
||||
platforms: linux/amd64
|
||||
driver-opts: |
|
||||
image=moby/buildkit:buildx-stable-1
|
||||
image=docker.io/moby/buildkit:buildx-stable-1
|
||||
qemu.install=true
|
||||
append: |
|
||||
- platforms: linux/arm64
|
||||
driver-opts:
|
||||
- image=moby/buildkit:buildx-stable-1
|
||||
- image=docker.io/moby/buildkit:buildx-stable-1
|
||||
- qemu.install=true
|
||||
- platforms: linux/s390x
|
||||
driver-opts:
|
||||
- image=moby/buildkit:buildx-stable-1
|
||||
- image=docker.io/moby/buildkit:buildx-stable-1
|
||||
- qemu.install=true
|
||||
-
|
||||
name: Create Dockerfile
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue