Synthonyx Technologies Ltd

gitea (1.26.1-s1)

Published 2026-05-20 12:53:04 +00:00 by arjanvaneersel

Installation

docker pull git.synthonyx.com/synthonyx/gitea:1.26.1-s1
sha256:d58aa50d9c05c3c09ee976eb4b729c5805131e5127120f13b26b77351c9c0a4e

Image Layers

ADD alpine-minirootfs-3.23.4-x86_64.tar.gz / # buildkit
CMD ["/bin/sh"]
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 # 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
COPY /tmp/local / # buildkit
COPY /go/src/code.gitea.io/gitea/gitea /app/gitea/gitea # buildkit
ENV USER=git
ENV GITEA_CUSTOM=/data/gitea
VOLUME [/data]
ENTRYPOINT ["/usr/bin/entrypoint"]
CMD ["/usr/bin/s6-svscan" "/etc/s6"]
Details
Container
2026-05-20 12:53:04 +00:00
3
OCI / Docker
linux/amd64
68 MiB
Versions (1) View all
1.26.1-s1 2026-05-20