opengist (devel)

Published 2026-09-12 06:05:06 +00:00 by alex in alex/opengist

Installation

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

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

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-09-12 06:05:06 +00:00
230
OCI / Docker
linux/amd64
AGPL-3.0
42 MiB
Versions (1) View all
devel 2026-09-12