sha256:0d6453a09189dcfdd5bae49be237ec57608a4d9a00569b44a5e976401c69d493
OS/ARCH
linux/arm64
Compressed size
490.77 MB
Last pushed
over 1 year by coderookieerick
Type
Image
Manifest digest
sha256:0d6453a09189dcfdd5bae49be237ec57608a4d9a00569b44a5e976401c69d493
Image Layers
1ARG RELEASE0 B2ARG LAUNCHPAD_BUILD_ARCH0 B3LABEL org.opencontainers.image.ref.name=ubuntu0 B4LABEL org.opencontainers.image.version=22.040 B5ADD file ... in / 27.08 MB6CMD ["/bin/bash"]0 B7ENV APP_UID=1654 ASPNETCORE_HTTP_PORTS=8080 DOTNET_RUNNING_IN_CONTAINER=true0 B8RUN /bin/sh -c apt-get update15.86 MB9RUN /bin/sh -c groupadd 3.47 KB10ENV DEBIAN_FRONTEND=noninteractive0 B11ENV RUNNER_MANUALLY_TRAP_SIG=10 B12ENV ACTIONS_RUNNER_PRINT_LOG_TO_STDOUT=10 B13ENV ImageOS=ubuntu220 B14RUN /bin/sh -c apt update28.3 MB15RUN /bin/sh -c add-apt-repository ppa:git-core/ppa24.82 MB16RUN /bin/sh -c adduser --disabled-password4.53 KB17WORKDIR /home/runner32 B18COPY --chown=runner:docker /actions-runner . #147.27 MB19COPY /usr/local/lib/docker/cli-plugins/docker-buildx /usr/local/lib/docker/cli-plugins/docker-buildx # buildkit16.12 MB20RUN /bin/sh -c install -o67.66 MB21USER runner0 B22USER root0 B23COPY ./initial-configuration.sh . # buildkit260 B24RUN /bin/sh -c chmod +x254 B25COPY ./entrypoint.sh . # buildkit241 B26RUN /bin/sh -c chmod +x237 B27RUN /bin/sh -c useradd actions-runner2.32 KB28RUN /bin/sh -c chown -R79.61 MB29ENV DEBIAN_FRONTEND=noninteractive0 B30ENV NODE_MAJOR=200 B31RUN /bin/sh -c apt update34.99 MB32RUN /bin/sh -c apt install2.92 MB33RUN /bin/sh -c curl -fsSL1.38 KB34RUN /bin/sh -c echo "deb257 B35RUN /bin/sh -c apt update199.23 KB36RUN /bin/sh -c apt install45.92 MB37USER actions-runner0 B38CMD ["/bin/bash" "./entrypoint.sh"]0 BCommand
ARG RELEASE