Block a user
ci-builder (latest)
Published 2026-08-31 00:03:12 -04:00 by bvandeusen
Installation
docker pull git.fabledsword.com/bvandeusen/ci-builder:latestsha256:af8eac63d5032d93d940735d9701975c7aa70dd21db70df28fa18971ff470d2f
About this package
CI build container: docker CLI + buildx + make + git
Image Layers
| # debian.sh --arch 'amd64' out/ 'trixie' '@1787529600' |
| 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 |