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:8d765c4fa4cb002093b5cf40203dd613938a2922efba91788d6e9384d2548b38 in ./opengist |
| COPY file:7b05535b1707b523222fee5c03dd8e13e949826636352aad2dccdc264af4e76d in /config.yml |
| ENV HOME=/opengist OG_OPENGIST_HOME=/opengist |
| USER opengist: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 |