sha256:391c4662fc717f88ed76d9950a780284e83bd4680c1c67a314bc0290db87b012
OS/ARCH
Compressed size
81.42 MB
Last pushed
3 months by jaydrogers
Type
Image
Manifest digest
sha256:cf10c8da8f1df26a6b6ee9ed64ac81e71cefdffc3317535dc95fd19b2b03c7b4
Image Layers
1# debian.sh --arch 'arm64' out/28.75 MB2ARG BUILD_GITHUB_CLI_VERSION=2.95.00 B3ARG ALPINE_DEPENDENCIES=curl,git,ca-certificates,su-exec,openssh-client,shadow,sshpass0 B4ARG DEBIAN_DEPENDENCIES=curl,git,ca-certificates,gosu,openssh-client,sshpass0 B5ARG PUID=10000 B6ARG PGID=10000 B7ARG GITHUB_WORK_DIR=/app0 B8ARG REPOSITORY_BUILD_VERSION=git-02ec57f-277291227060 B9COPY --chown=root:root --chmod=755 src/rootfs /2.75 KB10RUN |7 BUILD_GITHUB_CLI_VERSION=2.95.0 ALPINE_DEPENDENCIES=curl,git,ca-certificates,su-exec,openssh-client,shadow,sshpass DEBIAN_DEPENDENCIES=curl,git,ca-certificates,gosu,openssh-client,sshpass52.66 MB11LABEL org.opencontainers.image.title=serversideup/github-cli org.opencontainers.image.description=Run GitHub CLI0 B12ENTRYPOINT ["/entrypoint.sh"]0 B13WORKDIR /app32 B14CMD ["gh"]0 BCommand
# debian.sh --arch 'arm64' out/ 'trixie' '@1781049600'