garm-runner (noentry)

Published 2025-08-27 12:25:20 +00:00 by Daniel.Sy

Installation

docker pull edp.buildth.ing/devfw-cicd/garm-runner:noentry
sha256:8fe433d3fe3684a36ce5d6a37edab2a689641cfb94209259dc2ef79635ca75f3

About this package

https://github.com/actions/runner/releases/tag/v2.317.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:18035d0a8c59e3306bad4219c71a52b03397fc8f231baf7f676287c73024d85c 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 [""]

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
Container
2025-08-27 12:25:20 +00:00
5
OCI / Docker
linux/arm64
MIT
377 MiB
Versions (2) View all
noentry 2025-08-27
latest 2025-08-27