Moko Consulting

Open-source software for Joomla, Gitea, and web platforms. Home of MokoSuite, MokoGitea, and MokoCLI.

Tennessee

mokogitea (stable)

Published 2026-06-21 00:31:48 +00:00 by jmiller

Installation

docker pull code.mokoconsulting.tech/mokoconsulting/mokogitea:stable
sha256:046d4c3880cc66ef22c75e2f5215b09be568f342517d05fd04b72a49c7fe7b1c

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.mokoconsulting.tech/MokoConsulting/MokoGitea/gitea /app/gitea/gitea # buildkit
RUN /bin/sh -c printf '#!/bin/sh\nexec sleep infinity\n' > /etc/s6/openssh/run && chmod 755 /etc/s6/openssh/run # 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-06-21 00:31:48 +00:00
0
OCI / Docker
linux/amd64
66 MiB
Versions (73) View all