Namespace
catthehacker
Image / Tag
ubuntu:runner-20.04-20230122
Content Digest
sha256:838ead43e7109d38f9d1ade08256e89ea9ba447537e8654444a67b57c71590d1
Details
Created

2023-01-22 12:56:45 UTC

Size

442 MB

Content Digest
Labels
  • org.opencontainers.image.authors
    https://github.com/catthehacker
  • org.opencontainers.image.created
    2023-01-22 12:55:52Z
  • org.opencontainers.image.description
    Special image built for using with https://github.com/nektos/act
  • org.opencontainers.image.documentation
    https://github.com/catthehacker/catthehacker/docker_images
  • org.opencontainers.image.revision
    9cc06ea30249f7fe34dd94db71fbf9ca39649ce7
  • org.opencontainers.image.source
    https://github.com/catthehacker/catthehacker/docker_images
  • org.opencontainers.image.title
    runner-20.04-amd64
  • org.opencontainers.image.url
    https://github.com/catthehacker/catthehacker/docker_images/tree/9cc06ea30249f7fe34dd94db71fbf9ca39649ce7/linux/ubuntu/runner/
  • org.opencontainers.image.vendor
    catthehacker
  • org.opencontainers.image.version
    20230122

Environment
AGENT_TOOLSDIRECTORY

/opt/hostedtoolcache

DEBIAN_FRONTEND

noninteractive

DEPLOYMENT_BASEPATH

/opt/runner

IMAGE_OS

ubuntu20

ImageOS

ubuntu20

LSB_OS_VERSION

2004

LSB_RELEASE

20.04

PATH

/opt/hostedtoolcache/node/16.19.0/x64/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin

RUNNER_TEMP

/home/runner/work/_temp

RUNNER_USER

runner

RUN_TOOL_CACHE

/opt/hostedtoolcache

USER

runner


Layers

[#000] sha256:846c0b181fff0c667d9444f8378e8fcfa13116da8d308bf21673f7e4bea8d580 - 6.16% (27.3 MB)

[#001] sha256:8ece640f49fb1397c83804887cde8d349b23a6cac4bf4479469ad9c7aa70c777 - 1.67% (7.38 MB)

[#002] sha256:c02424bb37bc22e67006f26bc52e5cb9f72555b7940c2cd6332888270a03d467 - 0.78% (3.46 MB)

[#003] sha256:2208c2c67be31eab7bbd90011e316488c66f4ae84f1af8a1e8ea7d6e2612ba8c - 13.1% (57.9 MB)

[#004] sha256:9767d8dd0a1b955ec282f4800374a9bcbe4017c12393306e52a227990d5f57f2 - 31.29% (138 MB)

[#005] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)

[#006] sha256:ae71ce01254e41f4cf9b181a7e0e92f83b49309f56c9ba05ac5a75a35c323aec - 0.0% (9.05 KB)

[#007] sha256:6de2c4a38404bf032bd3b515a6ec552e2683f482da217045de023d9989ad9bb2 - 34.38% (152 MB)

[#008] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)

[#009] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)

[#010] sha256:a50ef8381e8cb7328197b0e780b9565ff382be0c18e9067367d026176d5a65e3 - 12.61% (55.8 MB)


History
2022-12-09 01:20:21 UTC

/bin/sh -c #(nop) ADD file:9d282119af0c42bc823c95b4192a3350cf2cad670622017356dd2e637762e425 in /

2022-12-09 01:20:21 UTC

/bin/sh -c #(nop) CMD ["bash"]

2022-12-09 03:56:30 UTC

/bin/sh -c set -eux; apt-get update; apt-get install -y --no-install-recommends ca-certificates curl netbase wget tzdata ; rm -rf /var/lib/apt/lists/*

2022-12-09 03:56:36 UTC

/bin/sh -c set -ex; if ! command -v gpg > /dev/null; then apt-get update; apt-get install -y --no-install-recommends gnupg dirmngr ; rm -rf /var/lib/apt/lists/*; fi

2022-12-09 03:57:11 UTC

/bin/sh -c apt-get update && apt-get install -y --no-install-recommends bzr git mercurial openssh-client subversion procps && rm -rf /var/lib/apt/lists/*

2022-12-09 03:58:50 UTC

/bin/sh -c set -ex; apt-get update; apt-get install -y --no-install-recommends autoconf automake bzip2 dpkg-dev file g++ gcc imagemagick libbz2-dev libc6-dev libcurl4-openssl-dev libdb-dev libevent-dev libffi-dev libgdbm-dev libglib2.0-dev libgmp-dev libjpeg-dev libkrb5-dev liblzma-dev libmagickcore-dev libmagickwand-dev libmaxminddb-dev libncurses5-dev libncursesw5-dev libpng-dev libpq-dev libreadline-dev libsqlite3-dev libssl-dev libtool libwebp-dev libxml2-dev libxslt-dev libyaml-dev make patch unzip xz-utils zlib1g-dev $( if apt-cache show 'default-libmysqlclient-dev' 2>/dev/null | grep -q '^Version:'; then echo 'default-libmysqlclient-dev'; else echo 'libmysqlclient-dev'; fi ) ; rm -rf /var/lib/apt/lists/*

2023-01-22 12:35:53 UTC (buildkit.dockerfile.v0)

ARG TARGETARCH

2023-01-22 12:35:53 UTC (buildkit.dockerfile.v0)

ARG FROM_IMAGE

2023-01-22 12:35:53 UTC (buildkit.dockerfile.v0)

ARG FROM_TAG

2023-01-22 12:35:53 UTC (buildkit.dockerfile.v0)

ARG NODE_VERSION=12 16

2023-01-22 12:35:53 UTC (buildkit.dockerfile.v0)

ARG DISTRO=ubuntu

2023-01-22 12:35:53 UTC (buildkit.dockerfile.v0)

ARG TYPE=act

2023-01-22 12:35:53 UTC (buildkit.dockerfile.v0)

ARG RUNNER

2023-01-22 12:35:53 UTC (buildkit.dockerfile.v0)

ENV DEBIAN_FRONTEND=noninteractive

2023-01-22 12:35:53 UTC (buildkit.dockerfile.v0)

SHELL [/bin/bash --login -e -o pipefail -c]

2023-01-22 12:35:53 UTC (buildkit.dockerfile.v0)

WORKDIR /tmp

2023-01-22 12:35:53 UTC (buildkit.dockerfile.v0)

COPY ./linux/ubuntu/scripts /imagegeneration/installers # buildkit

2023-01-22 12:36:49 UTC (buildkit.dockerfile.v0)

RUN |7 TARGETARCH=amd64 FROM_IMAGE=buildpack-deps FROM_TAG=20.04 NODE_VERSION=12 16 DISTRO=ubuntu TYPE=act RUNNER=root /bin/bash --login -e -o pipefail -c /imagegeneration/installers/${TYPE}.sh # buildkit

2023-01-22 12:36:49 UTC (buildkit.dockerfile.v0)

ARG BUILD_DATE

2023-01-22 12:36:49 UTC (buildkit.dockerfile.v0)

ARG BUILD_TAG=act

2023-01-22 12:36:49 UTC (buildkit.dockerfile.v0)

ARG BUILD_REF

2023-01-22 12:36:49 UTC (buildkit.dockerfile.v0)

ARG BUILD_TAG_VERSION

2023-01-22 12:36:49 UTC (buildkit.dockerfile.v0)

ARG BUILD_OWNER

2023-01-22 12:36:49 UTC (buildkit.dockerfile.v0)

ARG BUILD_REPO

2023-01-22 12:36:49 UTC (buildkit.dockerfile.v0)

LABEL org.opencontainers.image.created=2023-01-22 12:35:33Z

2023-01-22 12:36:49 UTC (buildkit.dockerfile.v0)

LABEL org.opencontainers.image.vendor=catthehacker

2023-01-22 12:36:49 UTC (buildkit.dockerfile.v0)

LABEL org.opencontainers.image.authors=https://github.com/catthehacker

2023-01-22 12:36:49 UTC (buildkit.dockerfile.v0)

LABEL org.opencontainers.image.url=https://github.com/catthehacker/catthehacker/docker_images/tree/9cc06ea30249f7fe34dd94db71fbf9ca39649ce7/linux/ubuntu/act/

2023-01-22 12:36:49 UTC (buildkit.dockerfile.v0)

LABEL org.opencontainers.image.source=https://github.com/catthehacker/catthehacker/docker_images

2023-01-22 12:36:49 UTC (buildkit.dockerfile.v0)

LABEL org.opencontainers.image.documentation=https://github.com/catthehacker/catthehacker/docker_images

2023-01-22 12:36:49 UTC (buildkit.dockerfile.v0)

LABEL org.opencontainers.image.version=20230122

2023-01-22 12:36:49 UTC (buildkit.dockerfile.v0)

LABEL org.opencontainers.image.title=act-20.04-amd64

2023-01-22 12:36:49 UTC (buildkit.dockerfile.v0)

LABEL org.opencontainers.image.description=Special image built for using with https://github.com/nektos/act

2023-01-22 12:36:49 UTC (buildkit.dockerfile.v0)

LABEL org.opencontainers.image.revision=9cc06ea30249f7fe34dd94db71fbf9ca39649ce7

2023-01-22 12:36:49 UTC (buildkit.dockerfile.v0)

USER root

2023-01-22 12:37:46 UTC

/bin/bash --login -e -o pipefail -c #(nop) ENV PATH=/opt/hostedtoolcache/node/16.19.0/x64/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin

2023-01-22 12:37:48 UTC

/bin/bash --login -e -o pipefail -c #(nop) ENV IMAGE_OS=ubuntu20

2023-01-22 12:37:49 UTC

/bin/bash --login -e -o pipefail -c #(nop) ENV ImageOS=ubuntu20

2023-01-22 12:37:51 UTC

/bin/bash --login -e -o pipefail -c #(nop) ENV LSB_RELEASE=20.04

2023-01-22 12:37:52 UTC

/bin/bash --login -e -o pipefail -c #(nop) ENV AGENT_TOOLSDIRECTORY=/opt/hostedtoolcache

2023-01-22 12:37:54 UTC

/bin/bash --login -e -o pipefail -c #(nop) ENV RUN_TOOL_CACHE=/opt/hostedtoolcache

2023-01-22 12:37:55 UTC

/bin/bash --login -e -o pipefail -c #(nop) ENV DEPLOYMENT_BASEPATH=/opt/runner

2023-01-22 12:37:57 UTC

/bin/bash --login -e -o pipefail -c #(nop) ENV USER=root

2023-01-22 12:37:58 UTC

/bin/bash --login -e -o pipefail -c #(nop) ENV RUNNER_USER=root

2023-01-22 12:38:00 UTC

/bin/bash --login -e -o pipefail -c #(nop) ENV LSB_OS_VERSION=2004

2023-01-22 12:55:54 UTC (buildkit.dockerfile.v0)

ARG TARGETARCH

2023-01-22 12:55:54 UTC (buildkit.dockerfile.v0)

ARG FROM_IMAGE

2023-01-22 12:55:54 UTC (buildkit.dockerfile.v0)

ARG FROM_TAG

2023-01-22 12:55:54 UTC (buildkit.dockerfile.v0)

ARG NODE_VERSION=12 16

2023-01-22 12:55:54 UTC (buildkit.dockerfile.v0)

ARG DISTRO=ubuntu

2023-01-22 12:55:54 UTC (buildkit.dockerfile.v0)

ARG TYPE=act

2023-01-22 12:55:54 UTC (buildkit.dockerfile.v0)

ARG RUNNER

2023-01-22 12:55:54 UTC (buildkit.dockerfile.v0)

ENV DEBIAN_FRONTEND=noninteractive

2023-01-22 12:55:54 UTC (buildkit.dockerfile.v0)

SHELL [/bin/bash --login -e -o pipefail -c]

2023-01-22 12:55:54 UTC (buildkit.dockerfile.v0)

WORKDIR /tmp

2023-01-22 12:55:54 UTC (buildkit.dockerfile.v0)

COPY ./linux/ubuntu/scripts /imagegeneration/installers # buildkit

2023-01-22 12:56:04 UTC (buildkit.dockerfile.v0)

RUN |7 TARGETARCH=amd64 FROM_IMAGE=ghcr.io/catthehacker/ubuntu FROM_TAG=act-20.04-20230122 NODE_VERSION=12 16 DISTRO=ubuntu TYPE=runner RUNNER=runner /bin/bash --login -e -o pipefail -c /imagegeneration/installers/${TYPE}.sh # buildkit

2023-01-22 12:56:04 UTC (buildkit.dockerfile.v0)

ARG BUILD_DATE

2023-01-22 12:56:04 UTC (buildkit.dockerfile.v0)

ARG BUILD_TAG=runner

2023-01-22 12:56:04 UTC (buildkit.dockerfile.v0)

ARG BUILD_REF

2023-01-22 12:56:04 UTC (buildkit.dockerfile.v0)

ARG BUILD_TAG_VERSION

2023-01-22 12:56:04 UTC (buildkit.dockerfile.v0)

ARG BUILD_OWNER

2023-01-22 12:56:04 UTC (buildkit.dockerfile.v0)

ARG BUILD_REPO

2023-01-22 12:56:04 UTC (buildkit.dockerfile.v0)

LABEL org.opencontainers.image.created=2023-01-22 12:55:52Z

2023-01-22 12:56:04 UTC (buildkit.dockerfile.v0)

LABEL org.opencontainers.image.vendor=catthehacker

2023-01-22 12:56:04 UTC (buildkit.dockerfile.v0)

LABEL org.opencontainers.image.authors=https://github.com/catthehacker

2023-01-22 12:56:04 UTC (buildkit.dockerfile.v0)

LABEL org.opencontainers.image.url=https://github.com/catthehacker/catthehacker/docker_images/tree/9cc06ea30249f7fe34dd94db71fbf9ca39649ce7/linux/ubuntu/runner/

2023-01-22 12:56:04 UTC (buildkit.dockerfile.v0)

LABEL org.opencontainers.image.source=https://github.com/catthehacker/catthehacker/docker_images

2023-01-22 12:56:04 UTC (buildkit.dockerfile.v0)

LABEL org.opencontainers.image.documentation=https://github.com/catthehacker/catthehacker/docker_images

2023-01-22 12:56:04 UTC (buildkit.dockerfile.v0)

LABEL org.opencontainers.image.version=20230122

2023-01-22 12:56:04 UTC (buildkit.dockerfile.v0)

LABEL org.opencontainers.image.title=runner-20.04-amd64

2023-01-22 12:56:04 UTC (buildkit.dockerfile.v0)

LABEL org.opencontainers.image.description=Special image built for using with https://github.com/nektos/act

2023-01-22 12:56:04 UTC (buildkit.dockerfile.v0)

LABEL org.opencontainers.image.revision=9cc06ea30249f7fe34dd94db71fbf9ca39649ce7

2023-01-22 12:56:04 UTC (buildkit.dockerfile.v0)

USER runner

2023-01-22 12:56:30 UTC

/bin/bash --login -e -o pipefail -c #(nop) ENV PATH=/opt/hostedtoolcache/node/16.19.0/x64/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin

2023-01-22 12:56:32 UTC

/bin/bash --login -e -o pipefail -c #(nop) ENV IMAGE_OS=ubuntu20

2023-01-22 12:56:33 UTC

/bin/bash --login -e -o pipefail -c #(nop) ENV ImageOS=ubuntu20

2023-01-22 12:56:35 UTC

/bin/bash --login -e -o pipefail -c #(nop) ENV LSB_RELEASE=20.04

2023-01-22 12:56:36 UTC

/bin/bash --login -e -o pipefail -c #(nop) ENV AGENT_TOOLSDIRECTORY=/opt/hostedtoolcache

2023-01-22 12:56:37 UTC

/bin/bash --login -e -o pipefail -c #(nop) ENV RUN_TOOL_CACHE=/opt/hostedtoolcache

2023-01-22 12:56:39 UTC

/bin/bash --login -e -o pipefail -c #(nop) ENV DEPLOYMENT_BASEPATH=/opt/runner

2023-01-22 12:56:40 UTC

/bin/bash --login -e -o pipefail -c #(nop) ENV USER=runner

2023-01-22 12:56:42 UTC

/bin/bash --login -e -o pipefail -c #(nop) ENV RUNNER_USER=runner

2023-01-22 12:56:43 UTC

/bin/bash --login -e -o pipefail -c #(nop) ENV LSB_OS_VERSION=2004

2023-01-22 12:56:45 UTC

/bin/bash --login -e -o pipefail -c #(nop) ENV RUNNER_TEMP=/home/runner/work/_temp

Details
Created

2023-01-22 13:00:01 UTC

Size

388 MB

Content Digest
Labels
  • org.opencontainers.image.authors
    https://github.com/catthehacker
  • org.opencontainers.image.created
    2023-01-22 12:59:08Z
  • org.opencontainers.image.description
    Special image built for using with https://github.com/nektos/act
  • org.opencontainers.image.documentation
    https://github.com/catthehacker/catthehacker/docker_images
  • org.opencontainers.image.revision
    9cc06ea30249f7fe34dd94db71fbf9ca39649ce7
  • org.opencontainers.image.source
    https://github.com/catthehacker/catthehacker/docker_images
  • org.opencontainers.image.title
    runner-20.04-arm
  • org.opencontainers.image.url
    https://github.com/catthehacker/catthehacker/docker_images/tree/9cc06ea30249f7fe34dd94db71fbf9ca39649ce7/linux/ubuntu/runner/
  • org.opencontainers.image.vendor
    catthehacker
  • org.opencontainers.image.version
    20230122

Environment
AGENT_TOOLSDIRECTORY

/opt/hostedtoolcache

DEBIAN_FRONTEND

noninteractive

DEPLOYMENT_BASEPATH

/opt/runner

IMAGE_OS

ubuntu20

ImageOS

ubuntu20

LSB_OS_VERSION

2004

LSB_RELEASE

20.04

PATH

/opt/hostedtoolcache/node/16.19.0/armv7l/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin

RUNNER_TEMP

/home/runner/work/_temp

RUNNER_USER

runner

RUN_TOOL_CACHE

/opt/hostedtoolcache

USER

runner


Layers

[#000] sha256:cfbc8b467b3eb89e7c394402566b2965c83f3103dafb141203e0020a8acd3774 - 6.04% (23.4 MB)

[#001] sha256:57bbb3798bf5d39f007ffb92890ba15a4431d25be08e000ce5ad67cabeb3a24b - 1.65% (6.41 MB)

[#002] sha256:9c89b24579b584aa34092b2fc2fab0ed46c81496c76c296373f5ecf95df9dc84 - 0.76% (2.96 MB)

[#003] sha256:034738c63a0d52537c84e7e5fdb2227a78ba9fd5f01b0518e8b8392aeccfe794 - 13.61% (52.9 MB)

[#004] sha256:802c68080c5f235b2a976ed129a71376602669523b194651f42159d32036d63a - 29.93% (116 MB)

[#005] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)

[#006] sha256:70a1c38bb1c181c73c8a259d30ed118fceca6eb3767f960fc86b414b55c90b8f - 0.0% (9.05 KB)

[#007] sha256:01378f39037b84411a3fcd7b062c9cfb7acc21f1a73691813fc93316703da239 - 34.82% (135 MB)

[#008] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)

[#009] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)

[#010] sha256:1a6c28681163941e0fc22855506197ec471421379ae591c6cbaea1fd58c6771b - 13.18% (51.2 MB)


History
2022-12-09 01:36:16 UTC

/bin/sh -c #(nop) ADD file:b21aa237ba47147762a1b92947251163795189df45212a32e07ea3438a186e03 in /

2022-12-09 01:36:17 UTC

/bin/sh -c #(nop) CMD ["bash"]

2022-12-09 02:37:16 UTC

/bin/sh -c set -eux; apt-get update; apt-get install -y --no-install-recommends ca-certificates curl netbase wget tzdata ; rm -rf /var/lib/apt/lists/*

2022-12-09 02:37:22 UTC

/bin/sh -c set -ex; if ! command -v gpg > /dev/null; then apt-get update; apt-get install -y --no-install-recommends gnupg dirmngr ; rm -rf /var/lib/apt/lists/*; fi

2022-12-09 02:38:06 UTC

/bin/sh -c apt-get update && apt-get install -y --no-install-recommends bzr git mercurial openssh-client subversion procps && rm -rf /var/lib/apt/lists/*

2022-12-09 02:39:43 UTC

/bin/sh -c set -ex; apt-get update; apt-get install -y --no-install-recommends autoconf automake bzip2 dpkg-dev file g++ gcc imagemagick libbz2-dev libc6-dev libcurl4-openssl-dev libdb-dev libevent-dev libffi-dev libgdbm-dev libglib2.0-dev libgmp-dev libjpeg-dev libkrb5-dev liblzma-dev libmagickcore-dev libmagickwand-dev libmaxminddb-dev libncurses5-dev libncursesw5-dev libpng-dev libpq-dev libreadline-dev libsqlite3-dev libssl-dev libtool libwebp-dev libxml2-dev libxslt-dev libyaml-dev make patch unzip xz-utils zlib1g-dev $( if apt-cache show 'default-libmysqlclient-dev' 2>/dev/null | grep -q '^Version:'; then echo 'default-libmysqlclient-dev'; else echo 'libmysqlclient-dev'; fi ) ; rm -rf /var/lib/apt/lists/*

2023-01-22 12:47:31 UTC (buildkit.dockerfile.v0)

ARG TARGETARCH

2023-01-22 12:47:31 UTC (buildkit.dockerfile.v0)

ARG FROM_IMAGE

2023-01-22 12:47:31 UTC (buildkit.dockerfile.v0)

ARG FROM_TAG

2023-01-22 12:47:31 UTC (buildkit.dockerfile.v0)

ARG NODE_VERSION=12 16

2023-01-22 12:47:31 UTC (buildkit.dockerfile.v0)

ARG DISTRO=ubuntu

2023-01-22 12:47:31 UTC (buildkit.dockerfile.v0)

ARG TYPE=act

2023-01-22 12:47:31 UTC (buildkit.dockerfile.v0)

ARG RUNNER

2023-01-22 12:47:31 UTC (buildkit.dockerfile.v0)

ENV DEBIAN_FRONTEND=noninteractive

2023-01-22 12:47:31 UTC (buildkit.dockerfile.v0)

SHELL [/bin/bash --login -e -o pipefail -c]

2023-01-22 12:47:31 UTC (buildkit.dockerfile.v0)

WORKDIR /tmp

2023-01-22 12:47:31 UTC (buildkit.dockerfile.v0)

COPY ./linux/ubuntu/scripts /imagegeneration/installers # buildkit

2023-01-22 12:53:57 UTC (buildkit.dockerfile.v0)

RUN |7 TARGETARCH=arm FROM_IMAGE=buildpack-deps FROM_TAG=20.04 NODE_VERSION=12 16 DISTRO=ubuntu TYPE=act RUNNER=root /bin/bash --login -e -o pipefail -c /imagegeneration/installers/${TYPE}.sh # buildkit

2023-01-22 12:53:57 UTC (buildkit.dockerfile.v0)

ARG BUILD_DATE

2023-01-22 12:53:57 UTC (buildkit.dockerfile.v0)

ARG BUILD_TAG=act

2023-01-22 12:53:57 UTC (buildkit.dockerfile.v0)

ARG BUILD_REF

2023-01-22 12:53:57 UTC (buildkit.dockerfile.v0)

ARG BUILD_TAG_VERSION

2023-01-22 12:53:57 UTC (buildkit.dockerfile.v0)

ARG BUILD_OWNER

2023-01-22 12:53:57 UTC (buildkit.dockerfile.v0)

ARG BUILD_REPO

2023-01-22 12:53:57 UTC (buildkit.dockerfile.v0)

LABEL org.opencontainers.image.created=2023-01-22 12:47:20Z

2023-01-22 12:53:57 UTC (buildkit.dockerfile.v0)

LABEL org.opencontainers.image.vendor=catthehacker

2023-01-22 12:53:57 UTC (buildkit.dockerfile.v0)

LABEL org.opencontainers.image.authors=https://github.com/catthehacker

2023-01-22 12:53:57 UTC (buildkit.dockerfile.v0)

LABEL org.opencontainers.image.url=https://github.com/catthehacker/catthehacker/docker_images/tree/9cc06ea30249f7fe34dd94db71fbf9ca39649ce7/linux/ubuntu/act/

2023-01-22 12:53:57 UTC (buildkit.dockerfile.v0)

LABEL org.opencontainers.image.source=https://github.com/catthehacker/catthehacker/docker_images

2023-01-22 12:53:57 UTC (buildkit.dockerfile.v0)

LABEL org.opencontainers.image.documentation=https://github.com/catthehacker/catthehacker/docker_images

2023-01-22 12:53:57 UTC (buildkit.dockerfile.v0)

LABEL org.opencontainers.image.version=20230122

2023-01-22 12:53:57 UTC (buildkit.dockerfile.v0)

LABEL org.opencontainers.image.title=act-20.04-arm

2023-01-22 12:53:57 UTC (buildkit.dockerfile.v0)

LABEL org.opencontainers.image.description=Special image built for using with https://github.com/nektos/act

2023-01-22 12:53:57 UTC (buildkit.dockerfile.v0)

LABEL org.opencontainers.image.revision=9cc06ea30249f7fe34dd94db71fbf9ca39649ce7

2023-01-22 12:53:57 UTC (buildkit.dockerfile.v0)

USER root

2023-01-22 12:54:42 UTC

/bin/bash --login -e -o pipefail -c #(nop) ENV PATH=/opt/hostedtoolcache/node/16.19.0/armv7l/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin

2023-01-22 12:54:43 UTC

/bin/bash --login -e -o pipefail -c #(nop) ENV IMAGE_OS=ubuntu20

2023-01-22 12:54:45 UTC

/bin/bash --login -e -o pipefail -c #(nop) ENV ImageOS=ubuntu20

2023-01-22 12:54:46 UTC

/bin/bash --login -e -o pipefail -c #(nop) ENV LSB_RELEASE=20.04

2023-01-22 12:54:47 UTC

/bin/bash --login -e -o pipefail -c #(nop) ENV AGENT_TOOLSDIRECTORY=/opt/hostedtoolcache

2023-01-22 12:54:49 UTC

/bin/bash --login -e -o pipefail -c #(nop) ENV RUN_TOOL_CACHE=/opt/hostedtoolcache

2023-01-22 12:54:50 UTC

/bin/bash --login -e -o pipefail -c #(nop) ENV DEPLOYMENT_BASEPATH=/opt/runner

2023-01-22 12:54:52 UTC

/bin/bash --login -e -o pipefail -c #(nop) ENV USER=root

2023-01-22 12:54:53 UTC

/bin/bash --login -e -o pipefail -c #(nop) ENV RUNNER_USER=root

2023-01-22 12:54:54 UTC

/bin/bash --login -e -o pipefail -c #(nop) ENV LSB_OS_VERSION=2004

2023-01-22 12:59:09 UTC (buildkit.dockerfile.v0)

ARG TARGETARCH

2023-01-22 12:59:09 UTC (buildkit.dockerfile.v0)

ARG FROM_IMAGE

2023-01-22 12:59:09 UTC (buildkit.dockerfile.v0)

ARG FROM_TAG

2023-01-22 12:59:09 UTC (buildkit.dockerfile.v0)

ARG NODE_VERSION=12 16

2023-01-22 12:59:09 UTC (buildkit.dockerfile.v0)

ARG DISTRO=ubuntu

2023-01-22 12:59:09 UTC (buildkit.dockerfile.v0)

ARG TYPE=act

2023-01-22 12:59:09 UTC (buildkit.dockerfile.v0)

ARG RUNNER

2023-01-22 12:59:09 UTC (buildkit.dockerfile.v0)

ENV DEBIAN_FRONTEND=noninteractive

2023-01-22 12:59:09 UTC (buildkit.dockerfile.v0)

SHELL [/bin/bash --login -e -o pipefail -c]

2023-01-22 12:59:09 UTC (buildkit.dockerfile.v0)

WORKDIR /tmp

2023-01-22 12:59:09 UTC (buildkit.dockerfile.v0)

COPY ./linux/ubuntu/scripts /imagegeneration/installers # buildkit

2023-01-22 12:59:23 UTC (buildkit.dockerfile.v0)

RUN |7 TARGETARCH=arm FROM_IMAGE=ghcr.io/catthehacker/ubuntu FROM_TAG=act-20.04-20230122 NODE_VERSION=12 16 DISTRO=ubuntu TYPE=runner RUNNER=runner /bin/bash --login -e -o pipefail -c /imagegeneration/installers/${TYPE}.sh # buildkit

2023-01-22 12:59:23 UTC (buildkit.dockerfile.v0)

ARG BUILD_DATE

2023-01-22 12:59:23 UTC (buildkit.dockerfile.v0)

ARG BUILD_TAG=runner

2023-01-22 12:59:23 UTC (buildkit.dockerfile.v0)

ARG BUILD_REF

2023-01-22 12:59:23 UTC (buildkit.dockerfile.v0)

ARG BUILD_TAG_VERSION

2023-01-22 12:59:23 UTC (buildkit.dockerfile.v0)

ARG BUILD_OWNER

2023-01-22 12:59:23 UTC (buildkit.dockerfile.v0)

ARG BUILD_REPO

2023-01-22 12:59:23 UTC (buildkit.dockerfile.v0)

LABEL org.opencontainers.image.created=2023-01-22 12:59:08Z

2023-01-22 12:59:23 UTC (buildkit.dockerfile.v0)

LABEL org.opencontainers.image.vendor=catthehacker

2023-01-22 12:59:23 UTC (buildkit.dockerfile.v0)

LABEL org.opencontainers.image.authors=https://github.com/catthehacker

2023-01-22 12:59:23 UTC (buildkit.dockerfile.v0)

LABEL org.opencontainers.image.url=https://github.com/catthehacker/catthehacker/docker_images/tree/9cc06ea30249f7fe34dd94db71fbf9ca39649ce7/linux/ubuntu/runner/

2023-01-22 12:59:23 UTC (buildkit.dockerfile.v0)

LABEL org.opencontainers.image.source=https://github.com/catthehacker/catthehacker/docker_images

2023-01-22 12:59:23 UTC (buildkit.dockerfile.v0)

LABEL org.opencontainers.image.documentation=https://github.com/catthehacker/catthehacker/docker_images

2023-01-22 12:59:23 UTC (buildkit.dockerfile.v0)

LABEL org.opencontainers.image.version=20230122

2023-01-22 12:59:23 UTC (buildkit.dockerfile.v0)

LABEL org.opencontainers.image.title=runner-20.04-arm

2023-01-22 12:59:23 UTC (buildkit.dockerfile.v0)

LABEL org.opencontainers.image.description=Special image built for using with https://github.com/nektos/act

2023-01-22 12:59:23 UTC (buildkit.dockerfile.v0)

LABEL org.opencontainers.image.revision=9cc06ea30249f7fe34dd94db71fbf9ca39649ce7

2023-01-22 12:59:23 UTC (buildkit.dockerfile.v0)

USER runner

2023-01-22 12:59:47 UTC

/bin/bash --login -e -o pipefail -c #(nop) ENV PATH=/opt/hostedtoolcache/node/16.19.0/armv7l/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin

2023-01-22 12:59:48 UTC

/bin/bash --login -e -o pipefail -c #(nop) ENV IMAGE_OS=ubuntu20

2023-01-22 12:59:49 UTC

/bin/bash --login -e -o pipefail -c #(nop) ENV ImageOS=ubuntu20

2023-01-22 12:59:51 UTC

/bin/bash --login -e -o pipefail -c #(nop) ENV LSB_RELEASE=20.04

2023-01-22 12:59:52 UTC

/bin/bash --login -e -o pipefail -c #(nop) ENV AGENT_TOOLSDIRECTORY=/opt/hostedtoolcache

2023-01-22 12:59:54 UTC

/bin/bash --login -e -o pipefail -c #(nop) ENV RUN_TOOL_CACHE=/opt/hostedtoolcache

2023-01-22 12:59:55 UTC

/bin/bash --login -e -o pipefail -c #(nop) ENV DEPLOYMENT_BASEPATH=/opt/runner

2023-01-22 12:59:56 UTC

/bin/bash --login -e -o pipefail -c #(nop) ENV USER=runner

2023-01-22 12:59:58 UTC

/bin/bash --login -e -o pipefail -c #(nop) ENV RUNNER_USER=runner

2023-01-22 12:59:59 UTC

/bin/bash --login -e -o pipefail -c #(nop) ENV LSB_OS_VERSION=2004

2023-01-22 13:00:01 UTC

/bin/bash --login -e -o pipefail -c #(nop) ENV RUNNER_TEMP=/home/runner/work/_temp

Details
Created

2023-01-22 12:58:25 UTC

Size

423 MB

Content Digest
Labels
  • org.opencontainers.image.authors
    https://github.com/catthehacker
  • org.opencontainers.image.created
    2023-01-22 12:57:31Z
  • org.opencontainers.image.description
    Special image built for using with https://github.com/nektos/act
  • org.opencontainers.image.documentation
    https://github.com/catthehacker/catthehacker/docker_images
  • org.opencontainers.image.revision
    9cc06ea30249f7fe34dd94db71fbf9ca39649ce7
  • org.opencontainers.image.source
    https://github.com/catthehacker/catthehacker/docker_images
  • org.opencontainers.image.title
    runner-20.04-arm64
  • org.opencontainers.image.url
    https://github.com/catthehacker/catthehacker/docker_images/tree/9cc06ea30249f7fe34dd94db71fbf9ca39649ce7/linux/ubuntu/runner/
  • org.opencontainers.image.vendor
    catthehacker
  • org.opencontainers.image.version
    20230122

Environment
AGENT_TOOLSDIRECTORY

/opt/hostedtoolcache

DEBIAN_FRONTEND

noninteractive

DEPLOYMENT_BASEPATH

/opt/runner

IMAGE_OS

ubuntu20

ImageOS

ubuntu20

LSB_OS_VERSION

2004

LSB_RELEASE

20.04

PATH

/opt/hostedtoolcache/node/16.19.0/arm64/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin

RUNNER_TEMP

/home/runner/work/_temp

RUNNER_USER

runner

RUN_TOOL_CACHE

/opt/hostedtoolcache

USER

runner


Layers

[#000] sha256:f04b4bbe15805316c8fda79beedd3b77e6b1ffcd0acf81226c3089e63f6bffeb - 6.14% (25.9 MB)

[#001] sha256:56a220fe66fd19d356884552813c33a63fe842057b9322374143114515f1a5ad - 1.71% (7.25 MB)

[#002] sha256:6df2d47b74b4a15e824762c5f7680d0b3886b358fe2c546d72ad4c8d8215b140 - 0.82% (3.45 MB)

[#003] sha256:43422ccdf0859ff598f2a2882879f28fb7eb14c1975937a512e8a455064a08e7 - 13.72% (58 MB)

[#004] sha256:5d199288123bda605b4808f8cb8af57660eed072a818efe0c980ed0d92962daa - 30.86% (130 MB)

[#005] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)

[#006] sha256:754b5d7303fbef6c87c6792f24c18420405c9501f44110d33be98e864f46a752 - 0.0% (9.05 KB)

[#007] sha256:79147c75aa25ad3d6172d510d4497fee054100ef465d591c5b32e1a1bdbd9133 - 33.51% (142 MB)

[#008] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)

[#009] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)

[#010] sha256:31787bd02df30734b55143ba7e07712e819c8050a4bd8c0410ecd7877d519128 - 13.24% (56 MB)


History
2022-12-09 01:46:50 UTC

/bin/sh -c #(nop) ADD file:8cba976cb6ea226de769a768ee274e7679d34f923c93392f340680dc6696232e in /

2022-12-09 01:46:50 UTC

/bin/sh -c #(nop) CMD ["bash"]

2022-12-09 04:27:12 UTC

/bin/sh -c set -eux; apt-get update; apt-get install -y --no-install-recommends ca-certificates curl netbase wget tzdata ; rm -rf /var/lib/apt/lists/*

2022-12-09 04:27:16 UTC

/bin/sh -c set -ex; if ! command -v gpg > /dev/null; then apt-get update; apt-get install -y --no-install-recommends gnupg dirmngr ; rm -rf /var/lib/apt/lists/*; fi

2022-12-09 04:28:03 UTC

/bin/sh -c apt-get update && apt-get install -y --no-install-recommends bzr git mercurial openssh-client subversion procps && rm -rf /var/lib/apt/lists/*

2022-12-09 04:30:57 UTC

/bin/sh -c set -ex; apt-get update; apt-get install -y --no-install-recommends autoconf automake bzip2 dpkg-dev file g++ gcc imagemagick libbz2-dev libc6-dev libcurl4-openssl-dev libdb-dev libevent-dev libffi-dev libgdbm-dev libglib2.0-dev libgmp-dev libjpeg-dev libkrb5-dev liblzma-dev libmagickcore-dev libmagickwand-dev libmaxminddb-dev libncurses5-dev libncursesw5-dev libpng-dev libpq-dev libreadline-dev libsqlite3-dev libssl-dev libtool libwebp-dev libxml2-dev libxslt-dev libyaml-dev make patch unzip xz-utils zlib1g-dev $( if apt-cache show 'default-libmysqlclient-dev' 2>/dev/null | grep -q '^Version:'; then echo 'default-libmysqlclient-dev'; else echo 'libmysqlclient-dev'; fi ) ; rm -rf /var/lib/apt/lists/*

2023-01-22 12:38:57 UTC (buildkit.dockerfile.v0)

ARG TARGETARCH

2023-01-22 12:38:57 UTC (buildkit.dockerfile.v0)

ARG FROM_IMAGE

2023-01-22 12:38:57 UTC (buildkit.dockerfile.v0)

ARG FROM_TAG

2023-01-22 12:38:57 UTC (buildkit.dockerfile.v0)

ARG NODE_VERSION=12 16

2023-01-22 12:38:57 UTC (buildkit.dockerfile.v0)

ARG DISTRO=ubuntu

2023-01-22 12:38:57 UTC (buildkit.dockerfile.v0)

ARG TYPE=act

2023-01-22 12:38:57 UTC (buildkit.dockerfile.v0)

ARG RUNNER

2023-01-22 12:38:57 UTC (buildkit.dockerfile.v0)

ENV DEBIAN_FRONTEND=noninteractive

2023-01-22 12:38:57 UTC (buildkit.dockerfile.v0)

SHELL [/bin/bash --login -e -o pipefail -c]

2023-01-22 12:38:57 UTC (buildkit.dockerfile.v0)

WORKDIR /tmp

2023-01-22 12:38:57 UTC (buildkit.dockerfile.v0)

COPY ./linux/ubuntu/scripts /imagegeneration/installers # buildkit

2023-01-22 12:45:43 UTC (buildkit.dockerfile.v0)

RUN |7 TARGETARCH=arm64 FROM_IMAGE=buildpack-deps FROM_TAG=20.04 NODE_VERSION=12 16 DISTRO=ubuntu TYPE=act RUNNER=root /bin/bash --login -e -o pipefail -c /imagegeneration/installers/${TYPE}.sh # buildkit

2023-01-22 12:45:43 UTC (buildkit.dockerfile.v0)

ARG BUILD_DATE

2023-01-22 12:45:43 UTC (buildkit.dockerfile.v0)

ARG BUILD_TAG=act

2023-01-22 12:45:43 UTC (buildkit.dockerfile.v0)

ARG BUILD_REF

2023-01-22 12:45:43 UTC (buildkit.dockerfile.v0)

ARG BUILD_TAG_VERSION

2023-01-22 12:45:43 UTC (buildkit.dockerfile.v0)

ARG BUILD_OWNER

2023-01-22 12:45:43 UTC (buildkit.dockerfile.v0)

ARG BUILD_REPO

2023-01-22 12:45:43 UTC (buildkit.dockerfile.v0)

LABEL org.opencontainers.image.created=2023-01-22 12:38:44Z

2023-01-22 12:45:43 UTC (buildkit.dockerfile.v0)

LABEL org.opencontainers.image.vendor=catthehacker

2023-01-22 12:45:43 UTC (buildkit.dockerfile.v0)

LABEL org.opencontainers.image.authors=https://github.com/catthehacker

2023-01-22 12:45:43 UTC (buildkit.dockerfile.v0)

LABEL org.opencontainers.image.url=https://github.com/catthehacker/catthehacker/docker_images/tree/9cc06ea30249f7fe34dd94db71fbf9ca39649ce7/linux/ubuntu/act/

2023-01-22 12:45:43 UTC (buildkit.dockerfile.v0)

LABEL org.opencontainers.image.source=https://github.com/catthehacker/catthehacker/docker_images

2023-01-22 12:45:43 UTC (buildkit.dockerfile.v0)

LABEL org.opencontainers.image.documentation=https://github.com/catthehacker/catthehacker/docker_images

2023-01-22 12:45:43 UTC (buildkit.dockerfile.v0)

LABEL org.opencontainers.image.version=20230122

2023-01-22 12:45:43 UTC (buildkit.dockerfile.v0)

LABEL org.opencontainers.image.title=act-20.04-arm64

2023-01-22 12:45:43 UTC (buildkit.dockerfile.v0)

LABEL org.opencontainers.image.description=Special image built for using with https://github.com/nektos/act

2023-01-22 12:45:43 UTC (buildkit.dockerfile.v0)

LABEL org.opencontainers.image.revision=9cc06ea30249f7fe34dd94db71fbf9ca39649ce7

2023-01-22 12:45:43 UTC (buildkit.dockerfile.v0)

USER root

2023-01-22 12:46:34 UTC

/bin/bash --login -e -o pipefail -c #(nop) ENV PATH=/opt/hostedtoolcache/node/16.19.0/arm64/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin

2023-01-22 12:46:35 UTC

/bin/bash --login -e -o pipefail -c #(nop) ENV IMAGE_OS=ubuntu20

2023-01-22 12:46:36 UTC

/bin/bash --login -e -o pipefail -c #(nop) ENV ImageOS=ubuntu20

2023-01-22 12:46:38 UTC

/bin/bash --login -e -o pipefail -c #(nop) ENV LSB_RELEASE=20.04

2023-01-22 12:46:39 UTC

/bin/bash --login -e -o pipefail -c #(nop) ENV AGENT_TOOLSDIRECTORY=/opt/hostedtoolcache

2023-01-22 12:46:40 UTC

/bin/bash --login -e -o pipefail -c #(nop) ENV RUN_TOOL_CACHE=/opt/hostedtoolcache

2023-01-22 12:46:42 UTC

/bin/bash --login -e -o pipefail -c #(nop) ENV DEPLOYMENT_BASEPATH=/opt/runner

2023-01-22 12:46:43 UTC

/bin/bash --login -e -o pipefail -c #(nop) ENV USER=root

2023-01-22 12:46:44 UTC

/bin/bash --login -e -o pipefail -c #(nop) ENV RUNNER_USER=root

2023-01-22 12:46:46 UTC

/bin/bash --login -e -o pipefail -c #(nop) ENV LSB_OS_VERSION=2004

2023-01-22 12:57:32 UTC (buildkit.dockerfile.v0)

ARG TARGETARCH

2023-01-22 12:57:32 UTC (buildkit.dockerfile.v0)

ARG FROM_IMAGE

2023-01-22 12:57:32 UTC (buildkit.dockerfile.v0)

ARG FROM_TAG

2023-01-22 12:57:32 UTC (buildkit.dockerfile.v0)

ARG NODE_VERSION=12 16

2023-01-22 12:57:32 UTC (buildkit.dockerfile.v0)

ARG DISTRO=ubuntu

2023-01-22 12:57:32 UTC (buildkit.dockerfile.v0)

ARG TYPE=act

2023-01-22 12:57:32 UTC (buildkit.dockerfile.v0)

ARG RUNNER

2023-01-22 12:57:32 UTC (buildkit.dockerfile.v0)

ENV DEBIAN_FRONTEND=noninteractive

2023-01-22 12:57:32 UTC (buildkit.dockerfile.v0)

SHELL [/bin/bash --login -e -o pipefail -c]

2023-01-22 12:57:32 UTC (buildkit.dockerfile.v0)

WORKDIR /tmp

2023-01-22 12:57:32 UTC (buildkit.dockerfile.v0)

COPY ./linux/ubuntu/scripts /imagegeneration/installers # buildkit

2023-01-22 12:57:45 UTC (buildkit.dockerfile.v0)

RUN |7 TARGETARCH=arm64 FROM_IMAGE=ghcr.io/catthehacker/ubuntu FROM_TAG=act-20.04-20230122 NODE_VERSION=12 16 DISTRO=ubuntu TYPE=runner RUNNER=runner /bin/bash --login -e -o pipefail -c /imagegeneration/installers/${TYPE}.sh # buildkit

2023-01-22 12:57:45 UTC (buildkit.dockerfile.v0)

ARG BUILD_DATE

2023-01-22 12:57:45 UTC (buildkit.dockerfile.v0)

ARG BUILD_TAG=runner

2023-01-22 12:57:45 UTC (buildkit.dockerfile.v0)

ARG BUILD_REF

2023-01-22 12:57:45 UTC (buildkit.dockerfile.v0)

ARG BUILD_TAG_VERSION

2023-01-22 12:57:45 UTC (buildkit.dockerfile.v0)

ARG BUILD_OWNER

2023-01-22 12:57:45 UTC (buildkit.dockerfile.v0)

ARG BUILD_REPO

2023-01-22 12:57:45 UTC (buildkit.dockerfile.v0)

LABEL org.opencontainers.image.created=2023-01-22 12:57:31Z

2023-01-22 12:57:45 UTC (buildkit.dockerfile.v0)

LABEL org.opencontainers.image.vendor=catthehacker

2023-01-22 12:57:45 UTC (buildkit.dockerfile.v0)

LABEL org.opencontainers.image.authors=https://github.com/catthehacker

2023-01-22 12:57:45 UTC (buildkit.dockerfile.v0)

LABEL org.opencontainers.image.url=https://github.com/catthehacker/catthehacker/docker_images/tree/9cc06ea30249f7fe34dd94db71fbf9ca39649ce7/linux/ubuntu/runner/

2023-01-22 12:57:45 UTC (buildkit.dockerfile.v0)

LABEL org.opencontainers.image.source=https://github.com/catthehacker/catthehacker/docker_images

2023-01-22 12:57:45 UTC (buildkit.dockerfile.v0)

LABEL org.opencontainers.image.documentation=https://github.com/catthehacker/catthehacker/docker_images

2023-01-22 12:57:45 UTC (buildkit.dockerfile.v0)

LABEL org.opencontainers.image.version=20230122

2023-01-22 12:57:45 UTC (buildkit.dockerfile.v0)

LABEL org.opencontainers.image.title=runner-20.04-arm64

2023-01-22 12:57:45 UTC (buildkit.dockerfile.v0)

LABEL org.opencontainers.image.description=Special image built for using with https://github.com/nektos/act

2023-01-22 12:57:45 UTC (buildkit.dockerfile.v0)

LABEL org.opencontainers.image.revision=9cc06ea30249f7fe34dd94db71fbf9ca39649ce7

2023-01-22 12:57:45 UTC (buildkit.dockerfile.v0)

USER runner

2023-01-22 12:58:10 UTC

/bin/bash --login -e -o pipefail -c #(nop) ENV PATH=/opt/hostedtoolcache/node/16.19.0/arm64/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin

2023-01-22 12:58:12 UTC

/bin/bash --login -e -o pipefail -c #(nop) ENV IMAGE_OS=ubuntu20

2023-01-22 12:58:13 UTC

/bin/bash --login -e -o pipefail -c #(nop) ENV ImageOS=ubuntu20

2023-01-22 12:58:15 UTC

/bin/bash --login -e -o pipefail -c #(nop) ENV LSB_RELEASE=20.04

2023-01-22 12:58:16 UTC

/bin/bash --login -e -o pipefail -c #(nop) ENV AGENT_TOOLSDIRECTORY=/opt/hostedtoolcache

2023-01-22 12:58:17 UTC

/bin/bash --login -e -o pipefail -c #(nop) ENV RUN_TOOL_CACHE=/opt/hostedtoolcache

2023-01-22 12:58:19 UTC

/bin/bash --login -e -o pipefail -c #(nop) ENV DEPLOYMENT_BASEPATH=/opt/runner

2023-01-22 12:58:20 UTC

/bin/bash --login -e -o pipefail -c #(nop) ENV USER=runner

2023-01-22 12:58:22 UTC

/bin/bash --login -e -o pipefail -c #(nop) ENV RUNNER_USER=runner

2023-01-22 12:58:23 UTC

/bin/bash --login -e -o pipefail -c #(nop) ENV LSB_OS_VERSION=2004

2023-01-22 12:58:25 UTC

/bin/bash --login -e -o pipefail -c #(nop) ENV RUNNER_TEMP=/home/runner/work/_temp

Danger Zone
Delete Tag

Please be careful as this will not just delete the reference but also the actual content!

For example when you have latest and v1.2.3 both pointing to the same image
the deletion of latest will also permanently remove v1.2.3.

Delete