Moko Consulting

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

Tennessee

mokogitea (latest)

Published 2026-06-28 01:24:36 +00:00 by jmiller

Installation

docker pull code.mokoconsulting.tech/mokoconsulting/mokogitea:latest
sha256:b67cbefdf26a059e46516ab173b6c381886bf75c5a648bdc5a16c8ffafa4e126

Image Layers

ADD alpine-minirootfs-3.23.5-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-28 01:24:36 +00:00
9
OCI / Docker
linux/amd64
66 MiB
Versions (73) View all