Block a user
stackops-api (v26)
Published 2026-04-09 17:16:42 +00:00 by stackops
Installation
docker pull git.nodeup.ru/stackops/stackops-api:v26sha256:b79141b8f714add88ff1300439cb24b905ff7b4f530dad44236521c2af2b09a0
Image Layers
| ADD alpine-minirootfs-3.20.9-x86_64.tar.gz / # buildkit |
| CMD ["/bin/sh"] |
| RUN /bin/sh -c apk add --no-cache curl git && ARCH=$(uname -m | sed 's/x86_64/amd64/' | sed 's/aarch64/arm64/') && curl -LO "https://dl.k8s.io/release/$(curl -Ls https://dl.k8s.io/release/stable.txt)/bin/linux/${ARCH}/kubectl" && install -m 755 kubectl /usr/local/bin/kubectl && rm kubectl # buildkit |
| COPY /stackops-api /usr/local/bin/stackops-api # buildkit |
| EXPOSE map[8080/tcp:{}] |
| ENTRYPOINT ["stackops-api"] |