gitea (latest)

Published 2024-06-24 21:21:24 +00:00 by adaedra in adaedra/gitea

Installation

docker pull gitea.adaedra.eu/adaedra/gitea:latest
sha256:306af1692f5ebe7ddd36f3b379f6be8f41133b0b9d591be42616a73de04e3e43

About this package

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

Image Layers

ADD file:e3abcdba177145039cfef1ad882f9f81a612a24c9f044b19f713b95454d2e3f6 in /
CMD ["/bin/sh"]
LABEL maintainer=maintainers@gitea.io
EXPOSE map[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 ["/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
COPY /go/src/code.gitea.io/gitea/contrib/autocompletion/bash_autocomplete /etc/profile.d/gitea_bash_autocomplete.sh # buildkit
/bin/sh -c apk --no-cache add asciidoctor ruby-rouge
COPY file:39a1d8ca2d388c23fb874e1f1da959ecb57706e4d1ce6ff9d2555eb88e9ddd95 in /opt/extended_rouge.rb

Labels

Key Value
io.buildah.version 1.35.4
maintainer maintainers@gitea.io
org.opencontainers.image.created 2024-05-27T07:54:46.145Z
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 803b0c9ab43f809e47f42fad951e7f5fb6652e42
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
Details
Container
2024-06-24 21:21:24 +00:00
2
OCI / Docker
linux/amd64
MIT
77 MiB
Versions (3) View all
latest 2024-06-24
20240624 2024-06-24
20240427 2024-04-27