skynet

agent-runtimes/init-eso-wait (0.0.5.1212)

Published 2026-08-29 21:19:05 +00:00 by ai_enablement

Installation

docker pull gitea.oreillyit.nz/skynet/agent-runtimes/init-eso-wait:0.0.5.1212
sha256:6d022e17f0de30c8560513937f8e37e56e796d21c260e644126f231db2cc14e8

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 21:19:05 +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