Block a user
gitea (latest)
Published 2026-01-26 15:33:44 -06:00 by tristan
Installation
docker pull git.arcanium.tech/tristan/gitea:latestsha256:382ee6036423cbf775cff823fcbc5aed8df40b8c99537b2bec1fc6ed42f06178
Images
| Digest | OS / Arch | Size |
|---|---|---|
| 6fab66787d | linux/amd64 | 81 MiB |
Image Layers ( linux/amd64)
| ADD alpine-minirootfs-3.22.2-x86_64.tar.gz / # buildkit |
| CMD ["/bin/sh"] |
| LABEL maintainer=maintainers@gitea.io |
| EXPOSE [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 |
| RUN /bin/sh -c apk add asciidoctor # buildkit |
Labels
| Key | Value |
|---|---|
| maintainer | maintainers@gitea.io |
| org.opencontainers.image.created | 2025-12-18T17:38:35.632Z |
| 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 | 9a7cfd8620989d9de6dc4ca0c95d9fd42c1768ed |
| 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.25.3 |