kairos-hadron (sha256:b8e1e9da535628ce2675c12ae1060a52cc3ac7d0c5a9a473c1829959bfe7e9d3)
Published 2026-08-03 21:46:27 +00:00 by chris
Installation
docker pull git.vanoijen.cloud/chris/kairos-hadron@sha256:b8e1e9da535628ce2675c12ae1060a52cc3ac7d0c5a9a473c1829959bfe7e9d3sha256:b8e1e9da535628ce2675c12ae1060a52cc3ac7d0c5a9a473c1829959bfe7e9d3About this package
The foundational Linux for the cloud and the edge. Hadron is a minimal, from-scratch distro using vanilla components, engineered for trusted and flexible boot environments.
Image layers
| COPY / / # buildkit |
| CMD ["/bin/bash" "-l"] |
| ARG MODEL=rpi4 |
| ARG TRUSTED_BOOT=false |
| ARG KUBERNETES_DISTRO=k3s |
| ARG KUBERNETES_VERSION=v1.36.1+k3s1 |
| ARG VERSION=v4.1.2 |
| ARG FIPS=no-fips |
| RUN |6 MODEL=rpi4 TRUSTED_BOOT=false KUBERNETES_DISTRO=k3s KUBERNETES_VERSION=v1.36.1+k3s1 VERSION=v4.1.2 FIPS=no-fips /bin/sh -c if [ -n "${KUBERNETES_DISTRO}" ]; then K8S_FLAG="-p ${KUBERNETES_DISTRO}"; if [ "${KUBERNETES_DISTRO}" = "k0s" ] && [ -n "${KUBERNETES_VERSION}" ]; then K8S_VERSION_FLAG="--provider-k0s-version \"${KUBERNETES_VERSION}\""; elif [ "${KUBERNETES_DISTRO}" = "k3s" ] && [ -n "${KUBERNETES_VERSION}" ]; then K8S_VERSION_FLAG="--provider-k3s-version \"${KUBERNETES_VERSION}\""; else K8S_VERSION_FLAG=""; fi; else K8S_FLAG=""; K8S_VERSION_FLAG=""; fi; if [ "$FIPS" == "fips" ]; then FIPS_FLAG="--fips"; else FIPS_FLAG=""; fi; eval /kairos-init -l debug -s install -m \"${MODEL}\" -t \"${TRUSTED_BOOT}\" ${K8S_FLAG} ${K8S_VERSION_FLAG} --version \"${VERSION}\" \"${FIPS_FLAG}\" && eval /kairos-init -l debug -s init -m \"${MODEL}\" -t \"${TRUSTED_BOOT}\" ${K8S_FLAG} ${K8S_VERSION_FLAG} --version \"${VERSION}\" \"${FIPS_FLAG}\" # buildkit |
| COPY /work/kairos-release /etc/kairos-release # buildkit |
| COPY cloud-config.yaml /system/oem/90_custom.yaml # buildkit |
Labels
| Key | Value |
|---|---|
| org.opencontainers.image.created | 2026-06-16T10:29:58.271Z |
| org.opencontainers.image.description | The foundational Linux for the cloud and the edge. Hadron is a minimal, from-scratch distro using vanilla components, engineered for trusted and flexible boot environments. |
| org.opencontainers.image.licenses | Apache-2.0 |
| org.opencontainers.image.revision | a83b60a1d8fb2e17a690b00d908b12006f9b2a83 |
| org.opencontainers.image.source | https://github.com/kairos-io/hadron |
| org.opencontainers.image.title | hadron |
| org.opencontainers.image.url | https://github.com/kairos-io/hadron |
| org.opencontainers.image.version | v0.4.0 |
Details
2026-08-03 21:46:27 +00:00
Versions (1)
View all
Container
1
OCI / Docker
linux/arm64
Apache-2.0
265 MiB
v4.1.2.1-arm64-rpi4
2026-08-03