docker

gitea (1.26.4)

Published 2026-07-13 15:27:41 +09:00 by beejay in docker/gitea

Installation

docker pull beejay.kim/docker/gitea:1.26.4
sha256:bb1dee1a215437c86d6bd9001a2285aa19d447fca9283373583877a2ebc8950b

Images

Digest OS / Arch Size
674f880840 linux/amd64 339 MiB
06e6309bfa linux/arm64 333 MiB

Image Layers ( linux/amd64)

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"]
COPY /usr/local/bin/uv /usr/local/bin/uv # buildkit
ENV UV_LINK_MODE=copy UV_COMPILE_BYTECODE=1 PYTHONUNBUFFERED=1 UV_SYSTEM_PYTHON=1 UV_PYTHON_INSTALL_DIR=/usr/local/share/uv/python UV_TOOL_BIN_DIR=/usr/local/bin UV_TOOL_DIR=/usr/local/share/uv/tools
RUN /bin/sh -c uv python install ${PYTHON_VERSION} && uv tool install jupyter-core --with jupyter --with pyzmq --with nbconvert && uv tool install nbconvert --with jupyter && chown -R git:git /usr/local/share/uv/python && chown -R git:git /usr/local/share/uv/tools && chown -R git:git /usr/local/bin/ && chmod -R u+rx /usr/local/share/uv/python /usr/local/share/uv/tools /usr/local/bin/ # buildkit
Details
Container
2026-07-13 15:27:41 +09:00
1
OCI / Docker
Versions (3) View all
latest 2026-07-13
sha-b8efcb0 2026-07-13
1.26.4 2026-07-13