Self-hosted pastebin powered by Git
| ADD alpine-minirootfs-3.24.1-x86_64.tar.gz / # buildkit |
| CMD ["/bin/sh"] |
| LABEL org.opencontainers.image.title="Opengist" org.opencontainers.image.description="Self-hosted pastebin powered by Git" org.opencontainers.image.source="https://github.com/thomiceli/opengist" org.opencontainers.image.licenses="AGPL-3.0" |
| /bin/sh -c apk add --no-cache git && addgroup -S -g 1000 opengist && adduser -S -G opengist -u 1000 -h /opengist -s /sbin/nologin -g 'Opengist' opengist |
| WORKDIR /app/opengist |
| COPY file:de9cc2eeb52c59d6b870042c550c73ee2325241463da738b7c4e2ae451bb36fa in ./opengist |
| COPY file:43ece2cb2978e3992755b69ee9e52d85331d2c1bb22a87cb698bf86fea7ed975 in /config.yml |
| ENV HOME=/opengist OG_OPENGIST_HOME=/opengist |
| USER opengist:opengist |
| ENV OG_OPENGIST_HOME=/opengist |
| EXPOSE 6157 6158 2222 |
| VOLUME ["/opengist"] |
| HEALTHCHECK --interval=60s --timeout=30s --start-period=15s --retries=3 CMD wget -qO /dev/null http://127.0.0.1:6157/healthcheck || exit 1 |
| ENTRYPOINT ["./opengist"] |
| CMD ["--config", "/config.yml"] |
| Key |
Value |
| io.buildah.version |
1.39.3 |
| org.opencontainers.image.description |
Self-hosted pastebin powered by Git |
| org.opencontainers.image.licenses |
AGPL-3.0 |
| org.opencontainers.image.source |
https://github.com/thomiceli/opengist |
| org.opencontainers.image.title |
Opengist |