• Joined on 2018-12-11

git-checkout (latest)

Published 2026-02-26 07:27:14 +00:00 by mathieu

Installation

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

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.3-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-02-22T05:16:31.920Z
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
Details
Container
2026-02-26 07:27:14 +00:00
118
OCI / Docker
linux/amd64
Apache-2.0
35 MiB
Versions (1) View all
latest 2026-02-26