docker.copyScript
Description Image copy script Type package
Default <derivation kubenix-push-images>Declared in modules/docker.nix docker.copyScriptArgs
Description Additional arguments to pass to skopeo copy in the copy script Type string
Default ""Declared in modules/docker.nix docker.export
Description List of images to export Type list of package
Default [ ]Declared in modules/docker.nix docker.images
Description Attribute set of docker images that should be published Type attribute set of (submodule)
Default { }Declared in modules/docker.nix docker.images.<name>.image
Description Docker image to publish Type null or package
Default nullDeclared in modules/docker.nix docker.images.<name>.name
Description Desired docker image name Type string
Default ""Declared in modules/docker.nix docker.images.<name>.path
Description Full docker image path Type string
Default ":"Declared in modules/docker.nix docker.images.<name>.registry.host
Description Default registry host where this image is published Type string
Default ""Declared in modules/docker.nix docker.images.<name>.registry.protocol
Description Default registry protocol where this image is published Type one of "containers-storage:", "dir:", "docker://", "docker-archive:", "docker-daemon:", "oci:", "oci-archive:"
Default "docker://"Declared in modules/docker.nix docker.images.<name>.tag
Description Desired docker image tag Type string
Default ""Declared in modules/docker.nix docker.images.<name>.uri
Description Full docker image URI Type string
Default "docker://:"Declared in modules/docker.nix docker.registry.host
Description Default registry host where images are published Type string
Default ""Declared in modules/docker.nix docker.registry.protocol
Description Default registry protocol where images are published Type one of "containers-storage:", "dir:", "docker://", "docker-archive:", "docker-daemon:", "oci:", "oci-archive:"
Default "docker://"Declared in modules/docker.nix docker.registry.url
Description DEPRECATED: Use docker.registry.host instead Type string
Default ""Declared in modules/docker-image-from-package.nix docker.useVals
Description Whether to use vals for expanding image URIs at runtime in the copy script. Disable for air-gapped environments or when URIs contain no dynamic values. Type boolean
Default trueDeclared in modules/docker.nix