Documentation
¶
Index ¶
Constants ¶
View Source
const ( DefaultImage = "moby/buildkit:buildx-stable-1" QemuImage = "tonistiigi/binfmt:latest" // TODO: make this verified DefaultRootlessImage = DefaultImage + "-rootless" // TrustedRepo is the fully-qualified repository whose tags are verified // against the builtin default policy before a builder is created from // them. Images from other repositories pass through unverified; the // allow-untrusted-image driver-opt is only needed when a TrustedRepo tag // that the policy covers does not verify correctly. TrustedRepo = "docker.io/moby/buildkit" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.