mirror of
https://github.com/docker/setup-buildx-action.git
synced 2025-07-27 00:38: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
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue