Block a user
gitea (1.21.11)
Published 2024-05-30 14:12:08 +08:00 by yuuza
Installation
docker pull igit.yuuza.net/yuuza/gitea:1.21.11sha256:a83c50d3f2f7fff088acbdf2a03f0fcd0d75e9697f386573e254e77aa14a9b19
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 |
|---|---|
| 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 |