Block a user
ci-builder (latest)
Published 2026-07-06 00:01:57 -04:00 by bvandeusen
Installation
docker pull git.fabledsword.com/bvandeusen/ci-builder:latestsha256:d939d9d763d39e12cabf24217e184909fd15467cb609f516b366c993c1e8f8d0
About this package
CI build container: docker CLI + buildx + make + git
Image Layers
| # debian.sh --arch 'amd64' out/ 'trixie' '@1782172800' |
| LABEL org.opencontainers.image.source=https://git.fabledsword.com/bvandeusen/CI-runner org.opencontainers.image.description=CI build container: docker CLI + buildx + make + git org.opencontainers.image.licenses=MIT |
| SHELL [/bin/bash -eo pipefail -c] |
| ARG NODE_MAJOR=24 |
| COPY scripts/install-common.sh /tmp/install-common.sh # buildkit |
| RUN |1 NODE_MAJOR=24 /bin/bash -eo pipefail -c NODE_MAJOR=${NODE_MAJOR} WITH_DOCKER_CLI=1 bash /tmp/install-common.sh && rm /tmp/install-common.sh # buildkit |
| RUN |1 NODE_MAJOR=24 /bin/bash -eo pipefail -c apt-get update && apt-get install -y --no-install-recommends make && rm -rf /var/lib/apt/lists/* # buildkit |
| RUN |1 NODE_MAJOR=24 /bin/bash -eo pipefail -c docker --version && docker buildx version && make --version && git --version && node --version # buildkit |
Labels
| Key | Value |
|---|---|
| org.opencontainers.image.description | CI build container: docker CLI + buildx + make + git |
| org.opencontainers.image.licenses | MIT |
| org.opencontainers.image.source | https://git.fabledsword.com/bvandeusen/CI-runner |