| ARG RELEASE |
| ARG LAUNCHPAD_BUILD_ARCH |
| LABEL org.opencontainers.image.ref.name=ubuntu |
| LABEL org.opencontainers.image.version=20.04 |
| ADD file:f9ee450324e6ff2c946bc9aae5cf7e35e240dbd387d8b9f5ee1ed5b8434b9894 in / |
| CMD ["/bin/bash"] |
| LABEL [email protected] |
| ENV LANG=en_US.UTF-8 |
| ENV LANGUAGE=en_US.UTF-8 |
| ENV LC_ALL=en_US.UTF-8 |
| SHELL [/bin/bash -o pipefail -c] |
| ENV DEBIAN_FRONTEND=noninteractive |
| COPY --chmod=700 build/ /tmp/build/ # buildkit |
| RUN /bin/bash -o pipefail -c /tmp/build/install_base.sh # buildkit |
| LABEL [email protected] |
| ENV AGENT_TOOLSDIRECTORY=/opt/hostedtoolcache |
| RUN /bin/bash -o pipefail -c mkdir -p /opt/hostedtoolcache # buildkit |
| ARG GH_RUNNER_VERSION=2.334.0 |
| ARG TARGETPLATFORM=linux/amd64 |
| SHELL [/bin/bash -o pipefail -c] |
| WORKDIR /actions-runner |
| COPY install_actions.sh /actions-runner # buildkit |
| RUN |2 GH_RUNNER_VERSION=2.334.0 TARGETPLATFORM=linux/amd64 /bin/bash -o pipefail -c chmod +x /actions-runner/install_actions.sh && /actions-runner/install_actions.sh ${GH_RUNNER_VERSION} ${TARGETPLATFORM} && rm /actions-runner/install_actions.sh && chown -R runner /_work /actions-runner /opt/hostedtoolcache # buildkit |
| COPY token.sh entrypoint.sh app_token.sh / # buildkit |
| RUN |2 GH_RUNNER_VERSION=2.334.0 TARGETPLATFORM=linux/amd64 /bin/bash -o pipefail -c chmod +x /token.sh /entrypoint.sh /app_token.sh # buildkit |
| ENTRYPOINT ["/entrypoint.sh"] |
| CMD ["./bin/Runner.Listener" "run" "--startuptype" "service"] |