Backdocker.io/gitlab/gitlab-runner
docker.io

docker.io/gitlab/gitlab-runner:v13.9.0

GitLab CI Multi Runner used to fetch and run pipeline jobs with GitLab CI

Size
602.52 MB
Local pulls
9
Upstream pulls
3,642,702,667
Synced at
2026-08-15 09:58:32

China image

registry.cn-global.starbucket.com.cn/starbucket/docker.io/gitlab/gitlab-runner:v13.9.0

Source image

docker.io/gitlab/gitlab-runner:v13.9.0

Image info

Image ID
sha256:73cc0f9d3ee021bbe8f991b79e5d8334babab34fdd5fe26f807c6fcb3bd8beae
Image tag
v13.9.0
Image size
602.52 MB
Platform
linux/arm64
Registry
docker.io
CMD
run --user=gitlab-runner --working-directory=/home/gitlab-runner
Entrypoint
/usr/bin/dumb-init /entrypoint
Working dir
User
StopSignal
SIGQUIT
Created
2021-02-22T21:21:17.000Z

Exposed ports 0

None

Volumes

  • /etc/gitlab-runner
  • /home/gitlab-runner

Environment 2

PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
DEBIAN_FRONTENDnoninteractive

Pull commands

Docker
docker pull registry.cn-global.starbucket.com.cn/starbucket/docker.io/gitlab/gitlab-runner:v13.9.0
docker tag registry.cn-global.starbucket.com.cn/starbucket/docker.io/gitlab/gitlab-runner:v13.9.0 docker.io/gitlab/gitlab-runner:v13.9.0
Containerd
ctr images pull registry.cn-global.starbucket.com.cn/starbucket/docker.io/gitlab/gitlab-runner:v13.9.0
ctr images tag registry.cn-global.starbucket.com.cn/starbucket/docker.io/gitlab/gitlab-runner:v13.9.0 docker.io/gitlab/gitlab-runner:v13.9.0
YAML quick replace
sed -i 's#docker.io/gitlab/gitlab-runner:v13.9.0#registry.cn-global.starbucket.com.cn/starbucket/docker.io/gitlab/gitlab-runner:v13.9.0#' deployment.yaml
Global registry mirror
Docker

Write Docker daemon.json so registry-mirrors points to this site, then restart Docker

sudo mkdir -p /etc/docker
sudo tee /etc/docker/daemon.json <<'EOF'
{
  "registry-mirrors": ["https://registry.cn-global.starbucket.com.cn"]
}
EOF
sudo systemctl daemon-reload
sudo systemctl restart docker
Containerd

Write containerd certs.d hosts.toml so docker.io pulls via this site, then restart containerd

sudo mkdir -p /etc/containerd/certs.d/docker.io
sudo tee /etc/containerd/certs.d/docker.io/hosts.toml <<'EOF'
server = "https://docker.io"

[host."https://registry.cn-global.starbucket.com.cn"]
  capabilities = ["pull", "resolve"]
EOF
sudo mkdir -p /etc/containerd
if [ ! -f /etc/containerd/config.toml ]; then
  sudo containerd config default | sudo tee /etc/containerd/config.toml >/dev/null
fi
sudo sed -i 's#config_path = ""#config_path = "/etc/containerd/certs.d"#' /etc/containerd/config.toml
sudo systemctl restart containerd

Build history 19

2021-02-22 21:19:22empty layer
CMD ["run" "--user=gitlab-runner" "--working-directory=/home/gitlab-runner"]
2021-02-22 21:19:22empty layer
ENTRYPOINT ["/usr/bin/dumb-init" "/entrypoint"]
2021-02-22 21:19:22empty layer
VOLUME [/etc/gitlab-runner /home/gitlab-runner]
2021-02-22 21:19:22empty layer
STOPSIGNAL SIGQUIT
2021-02-22 21:19:22empty layer
RUN |4 TARGETPLATFORM=linux/arm64 DOCKER_MACHINE_VERSION=0.16.2 DUMB_INIT_VERSION=1.2.2 GIT_LFS_VERSION=2.11.0 /bin/sh -c chmod +x /entrypoint # buildkit
2021-02-22 21:19:22
COPY entrypoint / # buildkit
2021-02-22 21:19:22
RUN |4 TARGETPLATFORM=linux/arm64 DOCKER_MACHINE_VERSION=0.16.2 DUMB_INIT_VERSION=1.2.2 GIT_LFS_VERSION=2.11.0 /bin/sh -c /tmp/install-deps "${TARGETPLATFORM}" "${DOCKER_MACHINE_VERSION}" "${DUMB_INIT_VERSION}" "${GIT_LFS_VERSION}" # buildkit
2021-02-22 21:17:08
COPY gitlab-runner_*.deb checksums-* install-deps install-gitlab-runner /tmp/ # buildkit