kind-image (main)
Published 2026-03-12 16:26:38 +00:00 by kubernetes
Installation
docker pull gitea.unbound.se/shiny/kind-image:mainsha256:6b626a841bf98aa8167a4638d98194ea193afffc6f51d4653f780f1ab364672d
Image Layers
| COPY / / # buildkit |
| ENV container=docker |
| STOPSIGNAL SIGRTMIN+3 |
| ENTRYPOINT ["/usr/local/bin/entrypoint" "/sbin/init"] |
| infinity |
| LABEL maintainer=shiny@unbound.se |
| LABEL description=KinD node image pre-loaded with Shiny test infrastructure |
| LABEL org.opencontainers.image.source=https://gitea.unbound.se/shiny/kind-image |
| RUN /bin/sh -c echo "Starting containerd for image pre-pull..." && containerd > /dev/null 2>&1 & CONTAINERD_PID=$! && sleep 2 && echo "Pre-pulling infrastructure images..." && ctr -n k8s.io images pull registry.k8s.io/ingress-nginx/controller:v1.13.0 && ctr -n k8s.io images pull registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.6.0 && ctr -n k8s.io images pull quay.io/jetstack/cert-manager-controller:v1.19.1 && ctr -n k8s.io images pull quay.io/jetstack/cert-manager-webhook:v1.19.1 && ctr -n k8s.io images pull quay.io/jetstack/cert-manager-cainjector:v1.19.1 && ctr -n k8s.io images pull quay.io/jetstack/cert-manager-acmesolver:v1.19.1 && ctr -n k8s.io images pull ghcr.io/external-secrets/external-secrets:v1.1.0 && echo "Pre-pulling application images..." && ctr -n k8s.io images pull docker.io/amd64/postgres:18.1 && ctr -n k8s.io images pull docker.io/amd64/rabbitmq:4.2.1-management && echo "✓ Images pre-pulled" && kill $CONTAINERD_PID && wait $CONTAINERD_PID 2>/dev/null || true # buildkit |
| RUN /bin/sh -c echo "shiny-acctest-prebaked-$(date +%Y%m%d)" > /etc/shiny-kind-prebaked # buildkit |
| ARG BUILD_DATE |
| ARG VCS_REF |
| LABEL org.opencontainers.image.created= |
| LABEL org.opencontainers.image.revision= |
| LABEL org.opencontainers.image.version=1.0 |
| HEALTHCHECK &{["CMD-SHELL" "crictl images || exit 1"] "30s" "3s" "5s" "0s" '\x03'} |
Labels
| Key | Value |
|---|---|
| description | KinD node image pre-loaded with Shiny test infrastructure |
| maintainer | shiny@unbound.se |
| org.opencontainers.image.created | |
| org.opencontainers.image.revision | |
| org.opencontainers.image.source | https://gitea.unbound.se/shiny/kind-image |
| org.opencontainers.image.version | 1.0 |
Details
Versions (59)
View all
latest
2026-03-12
1696746ed51dcf3aaee572737a7c0de11cc98242
2026-03-12
main
2026-03-12
acafc256b586049055a46ca25dc09f08a5b2ac90
2026-03-12
refs_pull_46_head
2026-03-12