skynet

agent-runtimes/init-eso-wait (sha-28af99f)

Published 2026-08-29 22:03:47 +00:00 by ai_enablement

Installation

docker pull gitea.oreillyit.nz/skynet/agent-runtimes/init-eso-wait:sha-28af99f
sha256:186d67aa2642ee686931414a2c3b97c38443f64df2676d3672049a31694eb88d

Images

Digest OS / Arch Size
9328bd3510 linux/amd64 19 MiB

Image Layers ( linux/amd64)

ADD alpine-minirootfs-3.19.9-x86_64.tar.gz / # buildkit
CMD ["/bin/sh"]
ARG KUBECTL_VERSION=1.30.5
ARG KUBECTL_SHA256=b8aa921a580c3d8ba473236815de5ce5173d6fbfa2ccff453fa5eef46cc5ee7a
RUN |2 KUBECTL_VERSION=1.30.5 KUBECTL_SHA256=b8aa921a580c3d8ba473236815de5ce5173d6fbfa2ccff453fa5eef46cc5ee7a /bin/sh -c apk add --no-cache curl ca-certificates && curl -fsSL "https://dl.k8s.io/release/v${KUBECTL_VERSION}/bin/linux/amd64/kubectl" -o /usr/local/bin/kubectl && echo "${KUBECTL_SHA256} /usr/local/bin/kubectl" | sha256sum -c - && chmod 0755 /usr/local/bin/kubectl && apk del curl # buildkit
COPY images/init-eso-wait/wait-for-eso.sh /usr/local/bin/wait-for-eso.sh # buildkit
RUN |2 KUBECTL_VERSION=1.30.5 KUBECTL_SHA256=b8aa921a580c3d8ba473236815de5ce5173d6fbfa2ccff453fa5eef46cc5ee7a /bin/sh -c chmod 0755 /usr/local/bin/wait-for-eso.sh && addgroup -S -g 65532 nonroot && adduser -S -u 65532 -G nonroot nonroot # buildkit
USER 65532:65532
ENTRYPOINT ["/usr/local/bin/wait-for-eso.sh"]
Details
Container
2026-08-29 22:03:47 +00:00
0
OCI / Docker
Versions (78) View all
1.1.0 2026-09-03
latest 2026-09-03
sha-4b6fb34 2026-09-03
0.0.5.1270 2026-09-03