thermograph/ci-runner (v1)

Published 2026-08-01 16:05:37 +00:00 by admin_emi

Installation

docker pull dev.jinemi.com/jinemi/thermograph/ci-runner:v1
sha256:dddb4504f14f55c713e0dfdbfae69994aa2781f041080e843171946d02a12e64

Image Layers

# debian.sh --arch 'amd64' out/ 'bookworm' '@1783900800'
RUN /bin/sh -c apt-get update -qq && apt-get install -y -qq --no-install-recommends ca-certificates curl gnupg git python3 python3-yaml && install -m 0755 -d /etc/apt/keyrings && curl -fsSL https://download.docker.com/linux/debian/gpg -o /etc/apt/keyrings/docker.asc && chmod a+r /etc/apt/keyrings/docker.asc && echo "deb [arch=$(dpkg --print-architecture) signed-by=/etc/apt/keyrings/docker.asc] https://download.docker.com/linux/debian bookworm stable" > /etc/apt/sources.list.d/docker.list && apt-get update -qq && apt-get install -y -qq --no-install-recommends docker-ce-cli docker-buildx-plugin && rm -rf /var/lib/apt/lists/* /etc/apt/sources.list.d/docker.list # buildkit
RUN /bin/sh -c docker --version && docker buildx version && git --version && python3 -c "import yaml; print('PyYAML', yaml.__version__)" # buildkit
Details
Container
2026-08-01 16:05:37 +00:00
0
OCI / Docker
linux/amd64
117 MiB
Versions (2) View all
v2 2026-08-01
v1 2026-08-01