package
0.0.0-20250130021906-a857edaf71ca
Repository: https://github.com/google/nixery.git
Documentation: pkg.go.dev
# Functions
No description provided by the author
ImageFromName parses an image name into the corresponding structure which can be used to invoke Nix.
Creates an in-memory cache and ensures that the local file path for manifest caching exists.
# Constants
The maximum number of layers in an image is 125.
# Structs
Architecture represents the possible CPU architectures for which container images can be built.
BuildResult represents the data returned from the server to the HTTP handlers.
Image represents the information necessary for building a container image.
ImageResult represents the output of calling the Nix derivation responsible for preparing an image.
LocalCache implements the structure used for local caching of manifests and layer uploads.
State holds the runtime state that is carried around in Nixery and passed to builder functions.