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

@ -76,7 +76,7 @@ The following inputs can be used as `step.with` keys:
> `List` type is a newline-delimited string
> ```yaml
> driver-opts: |
> image=moby/buildkit:master
> image=docker.io/moby/buildkit:master
> network=host
> ```
@ -133,7 +133,7 @@ The following [official docker environment variables](https://docs.docker.com/en
"endpoint": "unix:///var/run/docker.sock",
"driver-opts": [
"network=host",
"image=moby/buildkit:master"
"image=docker.io/moby/buildkit:master"
],
"status": "running",
"buildkitd-flags": "--allow-insecure-entitlement security.insecure --allow-insecure-entitlement network.host",