shunt (latest)

Published 2026-06-21 06:21:27 +00:00 by mq-bot

Installation

docker pull git.rbtr.dev/mq-bot/shunt:latest
sha256:d4b8bc6ff97aaa1ca80699f20652edb34dc0f27c4ebf25d090532d9abc8768c1

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.0-aarch64.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"]
COPY file:4b3e62fa74597901cbcf576b796e4e2d72c6a91cab637e5d351409ab525815e9 in /usr/local/bin/shunt
USER 65534:65534
ENTRYPOINT ["/usr/local/bin/shunt"]

Labels

Key Value
io.buildah.version 1.43.1
org.opencontainers.image.created 2026-06-14T08:11:24.474Z
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 a507d21
Details
Container
2026-06-21 06:21:27 +00:00
1
OCI / Docker
linux/arm64
Apache-2.0
41 MiB
Versions (8) View all
0.4.1 2026-06-28
0.4.0 2026-06-26
0.3.0 2026-06-23
0.2.0 2026-06-22
0.1.0 2026-06-21