Block a user
stackops-api (7bd10088)
Published 2026-04-19 13:46:37 +00:00 by stackops
Installation
docker pull git.0xa55.dev/stackops/stackops-api:7bd10088sha256:b003f05034cc6ea361d185519b5f2e099b9b5afac7fe754a0f98f2433829483e
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"] |