Docker

 

docker.copyScript
DescriptionImage copy script
Type
package
Default
<derivation kubenix-push-images>
Declared inmodules/docker.nix
docker.copyScriptArgs
DescriptionAdditional arguments to pass to skopeo copy in the copy script
Type
string
Default
""
Declared inmodules/docker.nix
docker.export
DescriptionList of images to export
Type
list of package
Default
[ ]
Declared inmodules/docker.nix
docker.images
DescriptionAttribute set of docker images that should be published
Type
attribute set of (submodule)
Default
{ }
Declared inmodules/docker.nix
docker.images.<name>.image
DescriptionDocker image to publish
Type
null or package
Default
null
Declared inmodules/docker.nix
docker.images.<name>.name
DescriptionDesired docker image name
Type
string
Default
""
Declared inmodules/docker.nix
docker.images.<name>.path
DescriptionFull docker image path
Type
string
Default
":"
Declared inmodules/docker.nix
docker.images.<name>.registry.host
DescriptionDefault registry host where this image is published
Type
string
Default
""
Declared inmodules/docker.nix
docker.images.<name>.registry.protocol
DescriptionDefault registry protocol where this image is published
Type
one of "containers-storage:", "dir:", "docker://", "docker-archive:", "docker-daemon:", "oci:", "oci-archive:"
Default
"docker://"
Declared inmodules/docker.nix
docker.images.<name>.tag
DescriptionDesired docker image tag
Type
string
Default
""
Declared inmodules/docker.nix
docker.images.<name>.uri
DescriptionFull docker image URI
Type
string
Default
"docker://:"
Declared inmodules/docker.nix
docker.registry.host
DescriptionDefault registry host where images are published
Type
string
Default
""
Declared inmodules/docker.nix
docker.registry.protocol
DescriptionDefault registry protocol where images are published
Type
one of "containers-storage:", "dir:", "docker://", "docker-archive:", "docker-daemon:", "oci:", "oci-archive:"
Default
"docker://"
Declared inmodules/docker.nix
docker.registry.url
DescriptionDEPRECATED: Use docker.registry.host instead
Type
string
Default
""
Declared inmodules/docker-image-from-package.nix
docker.useVals
DescriptionWhether 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
true
Declared inmodules/docker.nix