kind-image (refs_pull_60_head)
Published 2026-08-03 11:09:39 +00:00 by kubernetes
Installation
docker pull gitea.unbound.se/shiny/kind-image:refs_pull_60_headsha256:5620c68cf2796a4dd783233063bab4e6393c15b4234cf00189b70b4c4a805494
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 {Test:[CMD-SHELL crictl images || exit 1] Interval:30s Timeout:3s StartPeriod:5s StartInterval:0s Retries:3} |
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 (101)
View all
main
2026-08-29
latest
2026-08-29
d25394bb8efda4c9f2a734a6a71c4d19f42b4b59
2026-08-29
488a10c3aa3285ef2437ab76d50d08339ea18d51
2026-08-29
refs_pull_62_head
2026-08-29