gitea (1.23)
Published 2026-04-29 18:06:10 +00:00 by lfg2025
Installation
docker pull 146.59.87.168:3000/lfg2025/gitea:1.23sha256:d5a8bf150e4702e51381daca33eab23d4f0cd6aa0ef3a52219419de6cd753e88About this package
Git with a cup of tea! Painless self-hosted all-in-one software development service, including Git hosting, code review, team collaboration, package registry and CI/CD
Image Layers
| ADD alpine-minirootfs-3.21.3-x86_64.tar.gz / # buildkit |
| CMD ["/bin/sh"] |
| LABEL maintainer=maintainers@gitea.io |
| 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 ["/usr/bin/s6-svscan" "/etc/s6"] |
| COPY /tmp/local / # 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 | maintainers@gitea.io |
| org.opencontainers.image.created | 2025-05-12T22:08:25.209Z |
| org.opencontainers.image.description | Git with a cup of tea! Painless self-hosted all-in-one software development service, including Git hosting, code review, team collaboration, package registry and CI/CD |
| org.opencontainers.image.licenses | MIT |
| org.opencontainers.image.revision | cccd54999a6c3b9f2573d2ba20d83d7c4cac77c3 |
| org.opencontainers.image.source | https://github.com/go-gitea/gitea |
| org.opencontainers.image.title | gitea |
| org.opencontainers.image.url | https://github.com/go-gitea/gitea |
| org.opencontainers.image.version | 1.23.8 |