set DefaultRootlessImage to "moby/buildkit:buildx-stable-1-rootless"

Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
pull/480/head
Akihiro Suda 4 years ago
parent 20494f799d
commit 8b8725d1fd
No known key found for this signature in database
GPG Key ID: 49524C6F9F638F1A

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