Block a user
stackops-api (0ae91f85)
Published 2026-08-03 04:15:51 +00:00 by stackops
Installation
docker pull git.0xa55.dev/stackops/stackops-api:0ae91f85sha256:1e40730bb4f09aee2b31494158804a7f526e8c4ba3fa744b0da1e92a48158361
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 ca-certificates # buildkit |
| COPY /stackops-api /usr/local/bin/stackops-api # buildkit |
| EXPOSE map[8080/tcp:{}] |
| ENTRYPOINT ["stackops-api"] |