Skip to content

Commit

Permalink
Merge pull request #480 from AkihiroSuda/bkimage-rootless
Browse files Browse the repository at this point in the history
set DefaultRootlessImage to "moby/buildkit:buildx-stable-1-rootless"
  • Loading branch information
tonistiigi authored Dec 16, 2020
2 parents 20494f7 + 8b8725d commit 74f76cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion driver/bkimage/bkimage.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"
)

0 comments on commit 74f76cf

Please sign in to comment.