Block a user
stackops-api (latest)
Published 2026-08-03 04:24:34 +00:00 by stackops
Installation
docker pull git.0xa55.dev/stackops/stackops-api:latestsha256:c18b46d70857b29349ebb28794103a80fdf08e85571a44b85eda9976e26e3d47
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"] |