psi-runner (2.322.0)
Published 2025-04-29 16:10:39 +02:00 by bruhn_b
Installation
docker pull gitea.psi.ch/images/psi-runner:2.322.0sha256:a74998cdf152c8b9b37677d712152b537ae078e9d9e527176c4f21f3bc8d350a
About this package
https://github.com/actions/runner/releases/tag/v2.322.0
Image Layers
| ARG RELEASE |
| ARG LAUNCHPAD_BUILD_ARCH |
| LABEL org.opencontainers.image.ref.name=ubuntu |
| LABEL org.opencontainers.image.version=22.04 |
| ADD file:53ce73ebbd6d87a234a33414686f12909aaaf28b7238593f746a327c7d004ce7 in / |
| CMD ["/bin/bash"] |
| ENV APP_UID=1654 ASPNETCORE_HTTP_PORTS=8080 DOTNET_RUNNING_IN_CONTAINER=true |
| RUN /bin/sh -c apt-get update && apt-get install -y --no-install-recommends ca-certificates libc6 libgcc-s1 libicu70 libssl3 libstdc++6 tzdata zlib1g && rm -rf /var/lib/apt/lists/* # buildkit |
| RUN /bin/sh -c groupadd --gid=$APP_UID app && useradd -l --uid=$APP_UID --gid=$APP_UID --create-home app # 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 curl jq unzip && rm -rf /var/lib/apt/lists/* # buildkit |
| RUN /bin/sh -c add-apt-repository ppa:git-core/ppa && apt update -y && apt install -y git && rm -rf /var/lib/apt/lists/* # 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 |
| RUN /bin/sh -c sudo apt update && sudo apt-get install -y nodejs git # buildkit |
Labels
| Key | Value |
|---|---|
| org.opencontainers.image.description | https://github.com/actions/runner/releases/tag/v2.322.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 (2)
View all