Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // BuildKitImage is the image used for the BuildKit daemon. BuildKitImage = "docker.io/moby/buildkit:v0.13.2" // During the building process we use the upstream apt repository to fetch // the second stage debco binary for bootstrapping the system. UpstreamAPTURL = "https://apt.dpeckett.dev" UpstreamAPTSignedBy = "https://apt.dpeckett.dev/signing_key.asc" // TelemetryURL is the URL to send anonymized telemetry data to. TelemetryURL = "https://telemetry.dpeckett.dev" // Version will be populated during build time. Version = "dev" )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.