mirror of
https://gitea.com/Lydanne/buildx.git
synced 2025-05-19 09:57:45 +08:00
7 lines
162 B
Go
7 lines
162 B
Go
package bkimage
|
|
|
|
const (
|
|
DefaultImage = "moby/buildkit:buildx-stable-1" // TODO: make this verified
|
|
DefaultRootlessImage = DefaultImage + "-rootless"
|
|
)
|