mirror of
https://gitea.com/Lydanne/buildx.git
synced 2025-05-29 17:05:46 +08:00
Merge pull request #480 from AkihiroSuda/bkimage-rootless
set DefaultRootlessImage to "moby/buildkit:buildx-stable-1-rootless"
This commit is contained in:
commit
74f76cf4e9
@ -2,5 +2,5 @@ package bkimage
|
|||||||
|
|
||||||
const (
|
const (
|
||||||
DefaultImage = "moby/buildkit:buildx-stable-1" // TODO: make this verified
|
DefaultImage = "moby/buildkit:buildx-stable-1" // TODO: make this verified
|
||||||
DefaultRootlessImage = "moby/buildkit:v0.6.2-rootless"
|
DefaultRootlessImage = DefaultImage + "-rootless"
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user