• Joined on 2018-12-11

git-checkout (latest)

Published 2026-08-23 15:29:14 +00:00 by mathieu

Installation

docker pull gitea.mais-h.eu/mathieu/git-checkout:latest
sha256:a7a326ce14e37b99c51133dc7ef79f2c9e6c8a31b7e2c05eaef00fe3db21495a

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.24.1-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 2026-08-23T04:31:07.867Z
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 2ff0dfc
Details
Container
2026-08-23 15:29:14 +00:00
153
OCI / Docker
linux/amd64
Apache-2.0
36 MiB
Versions (1) View all
latest 2026-08-23