Block a user
runner (linux-ubuntu-22.04)
Installation
docker pull gitea.lumpiasty.xyz/lumpiasty/runner:linux-ubuntu-22.04sha256:9d59498e40076bd2cccb21c398a8d5d8ac52bb580da925cd2a3aa7cc96d2fd51
Images
| Digest | OS / Arch | Size |
|---|---|---|
| cc0511836a | linux/amd64 | 472 MiB |
Image Layers ( linux/amd64)
| ARG RELEASE |
| ARG LAUNCHPAD_BUILD_ARCH |
| LABEL org.opencontainers.image.ref.name=ubuntu |
| LABEL org.opencontainers.image.version=22.04 |
| ADD file:a5d32dc2ab15ff0d7dbd72af26e361eb1f3e87a0d29ec3a1ceab24ad7b3e6ba9 in / |
| CMD ["/bin/bash"] |
| ENV ASPNETCORE_URLS=http://+:80 DOTNET_RUNNING_IN_CONTAINER=true |
| RUN /bin/sh -c apt-get update && apt-get install -y --no-install-recommends ca-certificates libc6 libgcc1 libgssapi-krb5-2 libicu70 libssl3 libstdc++6 zlib1g && rm -rf /var/lib/apt/lists/* # buildkit |
| ENV DEBIAN_FRONTEND=noninteractive |
| ENV RUNNER_MANUALLY_TRAP_SIG=1 |
| ENV ACTIONS_RUNNER_PRINT_LOG_TO_STDOUT=1 |
| ENV ImageOS=ubuntu22 |
| RUN /bin/sh -c apt update -y && apt install -y --no-install-recommends sudo lsb-release gpg-agent software-properties-common && rm -rf /var/lib/apt/lists/* # buildkit |
| RUN /bin/sh -c add-apt-repository ppa:git-core/ppa && apt update -y # buildkit |
| RUN /bin/sh -c adduser --disabled-password --gecos "" --uid 1001 runner && groupadd docker --gid 123 && usermod -aG sudo runner && usermod -aG docker runner && echo "%sudo ALL=(ALL:ALL) NOPASSWD:ALL" > /etc/sudoers && echo "Defaults env_keep += \"DEBIAN_FRONTEND\"" >> /etc/sudoers # buildkit |
| WORKDIR /home/runner |
| COPY --chown=runner:docker /actions-runner . # buildkit |
| COPY /usr/local/lib/docker/cli-plugins/docker-buildx /usr/local/lib/docker/cli-plugins/docker-buildx # buildkit |
| RUN /bin/sh -c install -o root -g root -m 755 docker/* /usr/bin/ && rm -rf docker # buildkit |
| USER runner |
| USER root |
| RUN /bin/sh -c apt-get update && apt-get install -y curl && apt-get clean # buildkit |
| COPY entrypoint.sh /usr/local/bin/ # buildkit |
| RUN /bin/sh -c chmod +x /usr/local/bin/entrypoint.sh # buildkit |
| USER 1001 |
| ENTRYPOINT ["/usr/local/bin/entrypoint.sh"] |
Labels
| Key | Value |
|---|---|
| org.opencontainers.image.description | https://github.com/actions/runner/releases/tag/v2.317.0 |
| org.opencontainers.image.licenses | MIT |
| org.opencontainers.image.ref.name | ubuntu |
| org.opencontainers.image.source | https://github.com/actions/runner |
| org.opencontainers.image.version | 22.04 |
Details
Versions (1)
View all
linux-ubuntu-22.04
2026-03-14