Block a user
docker-gitlab-runner (latest)
Published 2025-12-27 22:47:07 +01:00 by giteamaxnieuwstad
Installation
docker pull gittea.maxnieuwstad.com/giteamaxnieuwstad/docker-gitlab-runner:latestsha256:ef0aabdbf2b8791b6294102cb15fe1d6774d0335458dc6e971dcf09dbc14105b
Images
| Digest | OS / Arch | Size |
|---|---|---|
| f020714746 | linux/amd64 | 1.3 GiB |
Image Layers ( linux/amd64)
| ARG RELEASE |
| ARG LAUNCHPAD_BUILD_ARCH |
| LABEL org.opencontainers.image.ref.name=ubuntu |
| LABEL org.opencontainers.image.version=20.04 |
| ADD file:e7cff353f027ecf0a2cb1cdd51714de3b083a11a0d965f104489f9a7e6925056 in / |
| CMD ["/bin/bash"] |
| ARG RUNNER_VERSION=2.317.0 |
| ARG DEBIAN_FRONTEND=noninteractive |
| RUN |2 RUNNER_VERSION=2.317.0 DEBIAN_FRONTEND=noninteractive /bin/sh -c apt update -y && apt upgrade -y # buildkit |
| RUN |2 RUNNER_VERSION=2.317.0 DEBIAN_FRONTEND=noninteractive /bin/sh -c useradd -m docker # buildkit |
| RUN |2 RUNNER_VERSION=2.317.0 DEBIAN_FRONTEND=noninteractive /bin/sh -c apt install -y --no-install-recommends curl build-essential libssl-dev libffi-dev python3 python3-venv python3-dev python3-pip jq # buildkit |
| RUN |2 RUNNER_VERSION=2.317.0 DEBIAN_FRONTEND=noninteractive /bin/sh -c apt-get -yqq install ssh # buildkit |
| RUN |2 RUNNER_VERSION=2.317.0 DEBIAN_FRONTEND=noninteractive /bin/sh -c cd /home/docker && mkdir actions-runner && cd actions-runner && curl -o actions-runner-linux-x64-${RUNNER_VERSION}.tar.gz -L https://github.com/actions/runner/releases/download/v${RUNNER_VERSION}/actions-runner-linux-x64-${RUNNER_VERSION}.tar.gz && tar xzf actions-runner-linux-x64-${RUNNER_VERSION}.tar.gz # buildkit |
| RUN |2 RUNNER_VERSION=2.317.0 DEBIAN_FRONTEND=noninteractive /bin/sh -c chown -R docker /home/docker && /home/docker/actions-runner/bin/installdependencies.sh # buildkit |
| COPY start.sh /start.sh # buildkit |
| RUN |2 RUNNER_VERSION=2.317.0 DEBIAN_FRONTEND=noninteractive /bin/sh -c chmod +x /start.sh # buildkit |
| USER docker |
| ENTRYPOINT ["/start.sh"] |
| USER root |
| RUN /bin/sh -c apt-get update && apt-get install -y wget ca-certificates libc6 libgcc1 libgssapi-krb5-2 libicu-dev libssl-dev libstdc++6 zlib1g && rm -rf /var/lib/apt/lists/* # buildkit |
| RUN /bin/sh -c wget https://dot.net/v1/dotnet-install.sh -O dotnet-install.sh && chmod +x dotnet-install.sh && ./dotnet-install.sh --channel 6.0 --install-dir /usr/share/dotnet && ./dotnet-install.sh --channel 8.0 --install-dir /usr/share/dotnet && ln -sf /usr/share/dotnet/dotnet /usr/bin/dotnet && rm dotnet-install.sh # buildkit |
| ENV DOTNET_ROOT=/usr/share/dotnet |
| ENV PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/share/dotnet |
| RUN /bin/sh -c dotnet --version # buildkit |
| USER docker |
Labels
| Key | Value |
|---|---|
| com.docker.compose.project | docker-gitlab-runner |
| com.docker.compose.service | runner |
| com.docker.compose.version | 2.39.1 |
| org.opencontainers.image.ref.name | ubuntu |
| org.opencontainers.image.version | 20.04 |