Block a user
ots (latest)
Published 2024-03-03 16:15:47 -05:00 by mikeconrad
Installation
docker pull git.hackanooga.com/mikeconrad/ots:latest
sha256:e78cd23b23dd0fef1ad1f35cdd7bdc871128055b38dc10981fbbe5b351942750
Image Layers
ADD file:37a76ec18f9887751cd8473744917d08b7431fc4085097bb6a09d81b41775473 in / |
CMD ["/bin/sh"] |
LABEL org.opencontainers.image.authors=Knut Ahlers <knut@ahlers.me> org.opencontainers.image.version=1.12.0 org.opencontainers.image.url=https://github.com/Luzifer/ots/pkgs/container/ots org.opencontainers.image.documentation=https://github.com/Luzifer/ots/wiki org.opencontainers.image.source=https://github.com/Luzifer/ots org.opencontainers.image.licenses=Apache-2.0 |
RUN /bin/sh -c set -ex && apk --no-cache add ca-certificates # buildkit |
COPY /go/bin/ots /usr/local/bin/ots # buildkit |
EXPOSE map[3000/tcp:{}] |
USER 1000:1000 |
ENTRYPOINT ["/usr/local/bin/ots"] |
CMD ["--"] |
Labels
Key | Value |
---|---|
org.opencontainers.image.authors | Knut Ahlers <knut@ahlers.me> |
org.opencontainers.image.documentation | https://github.com/Luzifer/ots/wiki |
org.opencontainers.image.licenses | Apache-2.0 |
org.opencontainers.image.source | https://github.com/Luzifer/ots |
org.opencontainers.image.url | https://github.com/Luzifer/ots/pkgs/container/ots |
org.opencontainers.image.version | 1.12.0 |