forgejo (v7.0.5)

Published 2024-07-03 20:43:57 +00:00 by Nulo

Installation

docker pull gitea.nulo.in/nulo/forgejo:v7.0.5
sha256:fdfeb33e74c131d6c0b6092c6e1ba04c5f01cf222460dd0af7d14bf791f06e2e

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:fb066571462e703f86645131b43d211ff8531ffac77ea394456bfe569a6f17fe in /
CMD ["/bin/sh"]
ARG RELEASE_VERSION
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= 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= /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= /bin/sh -c addgroup -S -g 1000 git && adduser -S -H -D -h /data/git -s /bin/bash -u 1000 -G git _gitea && echo "_gitea:*" | chpasswd -e # buildkit
ENV USER=_gitea
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= /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

Labels

Key Value
maintainer contact@forgejo.org
org.opencontainers.image.authors Forgejo
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.source https://codeberg.org/forgejo/forgejo
org.opencontainers.image.title Forgejo. Beyond coding. We forge.
org.opencontainers.image.url https://forgejo.org
org.opencontainers.image.vendor Forgejo
org.opencontainers.image.version
Details
Container
2024-07-03 20:43:57 +00:00
1
OCI / Docker
linux/amd64
Forgejo
MIT
68 MiB
Versions (19) View all
v7.0.5 2024-07-03
v7.0.4 2024-06-13
v7.0.3 2024-05-22
v7.0.2 2024-05-02
v1.21.11-0 2024-04-18