Documentation ¶
Index ¶
Constants ¶
View Source
const (
ScriptName = "script"
)
View Source
const (
ShimName = "shim"
)
Variables ¶
View Source
var ( ScriptPath = filepath.Join(containerfs.WorkingDir, ScriptName) ScriptEntrypoint = []string{ScriptPath} )
View Source
var ( ShimPath = filepath.Join(containerfs.WorkingDir, ShimName) ShimEntrypoint = []string{ShimPath} )
View Source
var TarArchiveCompression = gzip.BestCompression
Functions ¶
func HasShebang ¶ added in v0.15.0
func NewScriptTarArchive ¶ added in v0.15.0
func NewShimReader ¶
func NewShimTarArchive ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.