Block a user
stackops-api (1a599c16)
Published 2026-05-14 09:12:35 +00:00 by stackops
Installation
docker pull git.0xa55.dev/stackops/stackops-api:1a599c16sha256:c5b9d0a20bffd5843d14d3651587c17894f92136d1c9498a576ccaef9a3eecab
Image Layers
| ADD alpine-minirootfs-3.20.10-x86_64.tar.gz / # buildkit |
| CMD ["/bin/sh"] |
| RUN /bin/sh -c apk add --no-cache git kubectl # buildkit |
| COPY /stackops-api /usr/local/bin/stackops-api # buildkit |
| EXPOSE map[8080/tcp:{}] |
| ENTRYPOINT ["stackops-api"] |