Merge pull request #480 from AkihiroSuda/bkimage-rootless

set DefaultRootlessImage to "moby/buildkit:buildx-stable-1-rootless"
pull/488/head
Tõnis Tiigi 4 years ago committed by GitHub
commit 74f76cf4e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -2,5 +2,5 @@ package bkimage
const (
DefaultImage = "moby/buildkit:buildx-stable-1" // TODO: make this verified
DefaultRootlessImage = "moby/buildkit:v0.6.2-rootless"
DefaultRootlessImage = DefaultImage + "-rootless"
)

Loading…
Cancel
Save