Block a user
git-checkout (latest)
Published 2025-12-22 07:36:53 +00:00 by mathieu
Installation
docker pull gitea.mais-h.eu/mathieu/git-checkout:latestsha256:d18a75cd45802c416180441b86eaa7e663af5ac9cbd67121351460fbc3394b5e
About this package
A useful simple git container running in alpine linux, especially for tiny linux distro, such as RancherOS, which don't have package manager.
Image Layers
| ADD alpine-minirootfs-3.23.2-x86_64.tar.gz / # buildkit |
| CMD ["/bin/sh"] |
| RUN /bin/sh -c apk fix && apk --no-cache --update add git git-lfs gpg less openssh patch perl && git lfs install # buildkit |
| VOLUME [/git] |
| WORKDIR /git |
| ENTRYPOINT ["git"] |
| CMD ["--help"] |
| RUN /bin/sh -c adduser git -u 1000 -D # buildkit |
| USER git |
| COPY entrypoint.sh /usr/bin/entrypoint.sh # buildkit |
| ENTRYPOINT ["/usr/bin/entrypoint.sh"] |
Labels
| Key | Value |
|---|---|
| org.opencontainers.image.created | 2025-12-21T04:38:23.729Z |
| org.opencontainers.image.description | A useful simple git container running in alpine linux, especially for tiny linux distro, such as RancherOS, which don't have package manager. |
| org.opencontainers.image.licenses | Apache-2.0 |
| org.opencontainers.image.revision | |
| org.opencontainers.image.source | https://github.com/alpine-docker/git |
| org.opencontainers.image.title | git |
| org.opencontainers.image.url | https://github.com/alpine-docker/git |
| org.opencontainers.image.version | 95d098d |