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

Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
This commit is contained in:
Akihiro Suda 2020-12-16 17:35:38 +09:00
parent 20494f799d
commit 8b8725d1fd
No known key found for this signature in database
GPG Key ID: 49524C6F9F638F1A
1 changed files with 1 additions and 1 deletions

View File

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