git-plumber 0.1.3

Explore git internals, the plumbing
Documentation
1
2
3
4
5
6
7
8
9
10
11
FROM scratch
LABEL org.opencontainers.image.source=https://github.com/ejiektpobehuk/git-plumber
LABEL org.opencontainers.image.description="Bare image of git-plumber"
LABEL org.opencontainers.image.licenses=MIT

ARG TARGETARCH
COPY ${TARGETARCH}/git-plumber /git-plumber

WORKDIR /workspace

ENTRYPOINT ["/git-plumber"]