Block a user
stackops-api (7a141efd)
Published 2026-04-26 15:16:28 +00:00 by geonerus
Installation
docker pull git.0xa55.dev/stackops/stackops-api:7a141efdsha256:ab595fb98775cef1098bd0ea29610b46b6113df694d203c914b7b3db12eff08d
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"] |