git (gitea-production)
Published 2024-07-20 16:18:25 -04:00 by colin
Installation
docker pull git.nixc.us/nixius/git:gitea-production
sha256:9abb7d4370e66a585a378867cf02065f22f871ff19ba2b5c72c3841ba7957374
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:8729f9c0258836b640e9e789c7ab029cf4547e0596557d54dd4a4d7d8e4a785f 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 |
Labels
Key | Value |
---|---|
com.docker.compose.project | git |
com.docker.compose.service | fb |
com.docker.compose.version | 2.28.1 |
maintainer | maintainers@gitea.io |
org.opencontainers.image.created | 2024-04-16T03:19:27.158Z |
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 | acdcfcc6ebfe762657aa866ccbb8d9f8bd906639 |
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
2024-07-20 16:18:25 -04:00
Versions (3)
View all
Container
22
OCI / Docker
linux/amd64
MIT
65 MiB