Block a user
stackops-api (2a218bff)
Published 2026-08-03 04:18:31 +00:00 by stackops
Installation
docker pull git.0xa55.dev/stackops/stackops-api:2a218bffsha256:7db755936ec9b448090adf5bf152087eab877d2ffdfb59aecafdf90546a9f364
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"] |