forgejo (sha256:08c4fee1999364de14dd1e9130c3d71f0049ab01bae484cbd183355681f6fa88)

Published 2024-09-21 08:03:58 +02:00 by gnous-ci-bot in enpls/forgejo-docker

Installation

docker pull git.gnous.eu/enpls/forgejo@sha256:08c4fee1999364de14dd1e9130c3d71f0049ab01bae484cbd183355681f6fa88
sha256:08c4fee1999364de14dd1e9130c3d71f0049ab01bae484cbd183355681f6fa88

About this package

Forgejo is a self-hosted lightweight software forge. Easy to install and low maintenance, it just does the job.

Image Layers

ADD file:99093095d62d0421541d882f9ceeddb2981fe701ec0aa9d2c08480712d5fed21 in /
CMD ["/bin/sh"]
RUN /bin/sh -c apk add --no-cache ca-certificates # buildkit
ENV GOLANG_VERSION=1.22.5
ENV GOTOOLCHAIN=local
ENV GOPATH=/go
ENV PATH=/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
COPY /target/ / # buildkit
RUN /bin/sh -c mkdir -p "$GOPATH/src" "$GOPATH/bin" && chmod -R 1777 "$GOPATH" # buildkit
WORKDIR /go
ARG RELEASE_VERSION=8.0.1
LABEL maintainer=contact@forgejo.org org.opencontainers.image.authors=Forgejo org.opencontainers.image.url=https://forgejo.org org.opencontainers.image.documentation=https://forgejo.org/download/#container-image org.opencontainers.image.source=https://codeberg.org/forgejo/forgejo org.opencontainers.image.version=8.0.1 org.opencontainers.image.vendor=Forgejo org.opencontainers.image.licenses=MIT org.opencontainers.image.title=Forgejo. Beyond coding. We forge. org.opencontainers.image.description=Forgejo is a self-hosted lightweight software forge. Easy to install and low maintenance, it just does the job.
EXPOSE map[22/tcp:{} 3000/tcp:{}]
RUN |1 RELEASE_VERSION=8.0.1 /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 |1 RELEASE_VERSION=8.0.1 /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 |1 RELEASE_VERSION=8.0.1 /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.authors Forgejo
org.opencontainers.image.created 2024-09-21T06:03:04Z
org.opencontainers.image.description Forgejo is a self-hosted lightweight software forge. Easy to install and low maintenance, it just does the job.
org.opencontainers.image.documentation https://forgejo.org/download/#container-image
org.opencontainers.image.licenses MIT
org.opencontainers.image.revision 00726d23d85bd9ea5776fd496a7052ec8b49776d
org.opencontainers.image.source https://git.gnous.eu/enpls/forgejo-docker.git
org.opencontainers.image.title Forgejo. Beyond coding. We forge.
org.opencontainers.image.url https://git.gnous.eu/enpls/forgejo-docker
org.opencontainers.image.vendor Forgejo
org.opencontainers.image.version 8.0.1
Details
Container
2024-09-21 08:03:58 +02:00
0
OCI / Docker
linux/amd64
Forgejo
MIT
188 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