forgejo (sha256:4869fbd2d64d7b624bc95e0b3d3d6650b263a0aed7c3f9d177a87b85469ef773)

Published 2024-04-23 20:06:50 +02:00 by gnous-ci-bot in enpls/forgejo-docker

Installation

docker pull git.gnous.eu/enpls/forgejo@sha256:4869fbd2d64d7b624bc95e0b3d3d6650b263a0aed7c3f9d177a87b85469ef773
sha256:4869fbd2d64d7b624bc95e0b3d3d6650b263a0aed7c3f9d177a87b85469ef773

Image Layers

ADD file:8729f9c0258836b640e9e789c7ab029cf4547e0596557d54dd4a4d7d8e4a785f in /
CMD ["/bin/sh"]
LABEL maintainer=contact@forgejo.org
EXPOSE map[22/tcp:{} 3000/tcp:{}]
RUN /bin/sh -c apk --no-cache add bash ca-certificates curl gettext git linux-pam openssh s6 sqlite su-exec gnupg && rm -rf /var/cache/apk/* # buildkit
RUN /bin/sh -c addgroup -S -g 1000 git && adduser -S -H -D -h /data/git -s /bin/bash -u 1000 -G git git && echo "git:*" | chpasswd -e # buildkit
ENV USER=git
ENV GITEA_CUSTOM=/data/gitea
VOLUME [/data]
ENTRYPOINT ["/usr/bin/entrypoint"]
CMD ["/bin/s6-svscan" "/etc/s6"]
COPY /tmp/local / # buildkit
RUN /bin/sh -c cd /usr/local/bin ; ln -s gitea forgejo # buildkit
COPY /go/src/code.gitea.io/gitea/gitea /app/gitea/gitea # buildkit
COPY /go/src/code.gitea.io/gitea/environment-to-ini /usr/local/bin/environment-to-ini # buildkit
COPY /go/src/code.gitea.io/gitea/contrib/autocompletion/bash_autocomplete /etc/profile.d/gitea_bash_autocomplete.sh # buildkit
LABEL maintainer=GnousEU
RUN /bin/sh -c apk --no-cache add asciidoctor pandoc sudo && echo "git ALL=(nobody) NOPASSWD: /usr/bin/pandoc" >> /etc/sudoers && echo "git ALL=(nobody) NOPASSWD: /usr/bin/asciidoctor" >> /etc/sudoers # buildkit

Labels

Key Value
maintainer GnousEU
org.opencontainers.image.created 2024-04-23T18:06:00Z
org.opencontainers.image.revision 7aec3a33a4a9f79ea382425f367647415c33d39f
org.opencontainers.image.source https://git.gnous.eu/enpls/forgejo-docker.git
org.opencontainers.image.url https://git.gnous.eu/enpls/forgejo-docker
org.opencontainers.image.version 1.21.11-1
Details
Container
2024-04-23 20:06:50 +02:00
1
OCI / Docker
linux/amd64
115 MiB
Versions (11) View all
latest 2024-09-21
8.0.1 2024-09-21
stable 2024-09-21
8.0.0 2024-07-30
7.0.5 2024-07-24