stackops
  • Joined on 2026-04-09

stackops-api (v19)

Published 2026-04-09 16:16:41 +00:00 by stackops

Installation

docker pull git.0xa55.dev/stackops/stackops-api:v19
sha256:cfffb33138f2f6ff3fcc6da627efb3a1104a6ee53be197806e96c6685330b893

Image Layers

ADD alpine-minirootfs-3.20.9-x86_64.tar.gz / # buildkit
CMD ["/bin/sh"]
RUN /bin/sh -c apk add --no-cache curl git && ARCH=$(uname -m | sed 's/x86_64/amd64/' | sed 's/aarch64/arm64/') && curl -LO "https://dl.k8s.io/release/$(curl -Ls https://dl.k8s.io/release/stable.txt)/bin/linux/${ARCH}/kubectl" && install -m 755 kubectl /usr/local/bin/kubectl && rm kubectl # buildkit
COPY /stackops-api /usr/local/bin/stackops-api # buildkit
EXPOSE map[8080/tcp:{}]
ENTRYPOINT ["stackops-api"]
Details
Container
2026-04-09 16:16:41 +00:00
1
OCI / Docker
linux/amd64
37 MiB
Versions (50) View all
latest 2026-05-14
1a599c16 2026-05-14
5a165a47 2026-04-26
56b6721f 2026-04-26
7a141efd 2026-04-26