Block a user
alpine/git (v2.52.0)
Published 2026-01-08 17:20:06 +00:00 by tweety2oo6
Installation
docker pull gitea.dev.bodnarescu.ro/tweety2oo6/alpine/git:v2.52.0sha256:ddc204f24534bdecad4299a2525a0cb9ed2353cbeeb4fb61abfea56f63c6c9f0
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"] |
Labels
| Key | Value |
|---|---|
| org.opencontainers.image.created | 2026-01-04T04:50:25.978Z |
| 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 |