Block a user
gitea (1.21.10)
Published 2024-05-13 16:49:29 +00:00 by lunny
Installation
docker pull dev.lunny.info/lunny/gitea:1.21.10sha256:fd32d0fa703088ba9e0c37a273c86b17c64249274b1f0e5fb7affb32d7f9699eAbout 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:6dc287a22d6cc7723b0576dd3a9a644468d133c54d42c8a8eda403e3117648f7 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-03-25T23:53:52.699Z |
| 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 | d6b0d0e9c0108f1c6c84a2b14020b2529e5329b2 |
| 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 |