Sign inSign up

coderookieerick/github-actions-runner:node-linux-amd64

Integration & delivery
Manifest digest

sha256:b4f5f7e3dbe689cee616e524742a608a24de9afc2dde0f67d1f3a2cb1528ff9a

OS/ARCH

linux/amd64

Compressed size

583.28 MB

Last pushed

over 1 year by coderookieerick

Type

Image

Manifest digest

sha256:b4f5f7e3dbe689cee616e524742a608a24de9afc2dde0f67d1f3a2cb1528ff9a

Image Layers

1ARG RELEASE0 B
2ARG LAUNCHPAD_BUILD_ARCH0 B
3LABEL org.opencontainers.image.ref.name=ubuntu0 B
4LABEL org.opencontainers.image.version=22.040 B
5ADD file ... in / 28.17 MB
6CMD ["/bin/bash"]0 B
7ENV APP_UID=1654 ASPNETCORE_HTTP_PORTS=8080 DOTNET_RUNNING_IN_CONTAINER=true0 B
8RUN /bin/sh -c apt-get update15.93 MB
9RUN /bin/sh -c groupadd 3.44 KB
10ENV DEBIAN_FRONTEND=noninteractive0 B
11ENV RUNNER_MANUALLY_TRAP_SIG=10 B
12ENV ACTIONS_RUNNER_PRINT_LOG_TO_STDOUT=10 B
13ENV ImageOS=ubuntu220 B
14RUN /bin/sh -c apt update28.75 MB
15RUN /bin/sh -c add-apt-repository ppa:git-core/ppa24.91 MB
16RUN /bin/sh -c adduser --disabled-password4.52 KB
17WORKDIR /home/runner32 B
18COPY --chown=runner:docker /actions-runner . #190.38 MB
19COPY /usr/local/lib/docker/cli-plugins/docker-buildx /usr/local/lib/docker/cli-plugins/docker-buildx # buildkit17.71 MB
20RUN /bin/sh -c install -o72.83 MB
21USER runner0 B
22USER root0 B
23COPY ./initial-configuration.sh . # buildkit257 B
24RUN /bin/sh -c chmod +x252 B
25COPY ./entrypoint.sh . # buildkit240 B
26RUN /bin/sh -c chmod +x235 B
27RUN /bin/sh -c useradd actions-runner2.24 KB
28RUN /bin/sh -c chown -R117.56 MB
29ENV DEBIAN_FRONTEND=noninteractive0 B
30ENV NODE_MAJOR=200 B
31RUN /bin/sh -c apt update38.53 MB
32RUN /bin/sh -c apt install2.74 MB
33RUN /bin/sh -c curl -fsSL1.37 KB
34RUN /bin/sh -c echo "deb252 B
35RUN /bin/sh -c apt update15.34 KB
36RUN /bin/sh -c apt install45.75 MB
37USER actions-runner0 B
38CMD ["/bin/bash" "./entrypoint.sh"]0 B

Command

 ARG RELEASE