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:
Frank Villaro-Dixon 2024-04-12 01:21:14 +02:00
parent d70bba72b1
commit d15b70fa95
3 changed files with 12 additions and 12 deletions

View file

@ -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