shunt (v0.1.0)

Published 2026-06-21 06:19:31 +00:00 by mq-bot

Installation

docker pull git.rbtr.dev/mq-bot/shunt:v0.1.0
sha256:9aa7b6ac621667c19ca868b0f4c80856490a36fc3de04becc572ae48ecad6e4d

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:22f289db33655bd6377baf62035f0d43057e4a6c498cbe554538a8cb072461e2 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:19:31 +00:00
0
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