containix-empty 0.1.0
A near-empty, multi-arch OCI stub image for use with the containix runtime.
Kubernetes' CRI requires every container to declare an image:, but containix builds the real rootfs from a Nix flake — so the image contents are never used. This stub exists purely to satisfy that requirement.
Image
ghcr.io/atmask/containix-empty:0.1.0
Multi-arch manifest (linux/amd64 + linux/arm64); also tagged :0 for major-version pinning.
Usage
spec:
runtimeClassName: containix
containers:
- name: app
image: ghcr.io/atmask/containix-empty:0.1.0 # required by CRI, contents ignoredThe actual filesystem and entrypoint come from the containix.dev/flake annotation. See the containix v0.1.0 release and the Kubernetes guide.