Documentation ¶
Overview ¶
Package kontext is a set of utilities for bundling up a local directory context within CLIs into a self-extracting container image that when run will expand its payload into the working directory. It is based on github.com/mattmoor/kontext.
Index ¶
Constants ¶
View Source
const (
// StoragePath is where in the container image the files are placed.
StoragePath = "/var/run/kontext"
)
Variables ¶
View Source
var ( // BaseImageString holds a reference to a built image of ./cmd/kontext-expander // See ./hack/build-flags.sh for how this is replaced at link-time. BaseImageString = "ghcr.io/mattmoor/github.com/mattmoor/mink/cmd/kontext-expander:latest" // BaseImage is where we publish ./cmd/kontext-expander BaseImage, _ = name.ParseReference(BaseImageString) )
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.