Documentation
¶
Overview ¶
Package constants provides basic constants for the program
Index ¶
Constants ¶
View Source
const DefaultBaseImage = "docker.io/alpine:3.21@sha256:a8560b36e8b8210634f77d9f7f9efd7ffa463e380b75e2e74aff4511df3ef88c"
DefaultBaseImage for non-scratch builds. renovate: datasource=docker versioning=docker depName=alpine
View Source
const DefaultDirMode os.FileMode = 0o755
DefaultDirMode is UNIX file mode for mkdir.
View Source
const DefaultPath = "/bin:/usr/bin:/sbin:/usr/sbin"
DefaultPath is default value for PATH environment variable.
View Source
const PkgYaml = "pkg.yaml"
PkgYaml is the filename of 'pkg.yaml'.
View Source
const Pkgfile = "Pkgfile"
Pkgfile is the filename of 'Pkgfile'.
View Source
const StageXBusyboxImage = "ghcr.io/siderolabs/stagex/core-busybox:1.36.1@sha256:c0b551b47d8f1ac2fd5f4712eafddb8717e6e563a47203e02f94f944f64c18b2"
StageXBusyboxImage is the image name for busybox from stageX. renovate: datasource=docker versioning=docker depName=siderolabs/stagex/core-busybox
View Source
const TemplateExt = ".tmpl"
TemplateExt extension.
View Source
const VarsYaml = "vars.yaml"
VarsYaml is the filename of 'vars.yaml'.
Variables ¶
View Source
var ( DefaultRegistry string DefaultOrganization string Version string )
Set of variables set during the build.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.