Documentation ¶
Overview ¶
Package constants provides basic constants for the program
Index ¶
Constants ¶
View Source
const DefaultBaseImage = "docker.io/alpine:3.20"
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 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.