Block a user
gitea (1.24.6)
Published 2026-02-12 19:52:53 +01:00 by zpericic
Installation
docker pull gitea.netst.org/zpericic/gitea:1.24.6sha256:195722ba1c024c52e7ce864587de08aeaaad48989a6da8efa4a706631b2e4298About 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.22.1-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-09-11T03:48:03.358Z |
| 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 | 08c6ea6728ee35a16f9a39588e725044b7f389cd |
| 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.24.6 |