Shiny

kind-image (refs_pull_44_head)

Published 2026-02-14 01:07:39 +00:00 by buildtools

Installation

docker pull oci.unbound.se/shiny/kind-image:refs_pull_44_head
sha256:71bc9f6b286995b34a4ed77c2d23b427052d7deb774e3b151649f0900f441d3f

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
Container
2026-02-14 01:07:39 +00:00
0
OCI / Docker
linux/amd64
370 MiB
Versions (59) View all