opengist (devel)

Published 2026-07-23 19:41:41 +00:00 by alex in alex/opengist

Installation

docker pull forge.l3x.in/alex/opengist:devel
sha256:8bc04374440a00ac2b17789a8056c989a522cfcd9b201e4cf160c9849987c7fd

About this package

Self-hosted pastebin powered by Git

Image layers

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"]

Labels

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
Details
Container
2026-07-23 19:41:41 +00:00
165
OCI / Docker
linux/amd64
AGPL-3.0
41 MiB
Versions (1) View all
devel 2026-07-23