xpost (latest)
Published 2024-11-30 18:50:13 +00:00 by hamcha
Installation
docker pull git.fromouter.space/hamcha/xpost:latest
sha256:a3ddce240905f05bf483934059ce0f1537f36c701352cff4a289eac1c117957d
Image Layers
COPY /go/bin/app /app # buildkit |
ENV ZONEINFO=/zoneinfo.zip |
COPY /zoneinfo.zip / # buildkit |
COPY /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/ # buildkit |
WORKDIR / |
VOLUME [/data] |
ENTRYPOINT ["/app"] |