Namespace
catthehacker
Image / Tag
ubuntu:runner-22.04-20230201
Content Digest
sha256:2a847ce0754fe4dbc04995626fb0cbfb29161759f6838cc6020e364fde117f52
Details
Created

2023-02-01 13:01:51 UTC

Size

442 MB

Content Digest
Labels
  • org.opencontainers.image.authors
    https://github.com/catthehacker
  • org.opencontainers.image.created
    2023-02-01 13:01:09Z
  • 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.ref.name
    ubuntu
  • org.opencontainers.image.revision
    76a495edadeb4ca3dd3ae83a7648d0b6ae0ed169
  • org.opencontainers.image.source
    https://github.com/catthehacker/catthehacker/docker_images
  • org.opencontainers.image.title
    runner-22.04-amd64
  • org.opencontainers.image.url
    https://github.com/catthehacker/catthehacker/docker_images/tree/76a495edadeb4ca3dd3ae83a7648d0b6ae0ed169/linux/ubuntu/runner/
  • org.opencontainers.image.vendor
    catthehacker
  • org.opencontainers.image.version
    20230201

Environment
AGENT_TOOLSDIRECTORY

/opt/hostedtoolcache

DEBIAN_FRONTEND

noninteractive

DEPLOYMENT_BASEPATH

/opt/runner

IMAGE_OS

ubuntu22

ImageOS

ubuntu22

LSB_OS_VERSION

2204

LSB_RELEASE

22.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:10ac4908093d4325f2c94b2c9a571fa1071a17a72dd9c21c1ffb2c86f68ca028 - 6.57% (29 MB)

[#001] sha256:46ec15466900398b5d701c68ab4f91684333cee7a531fee222d5fcb8a8a7b20d - 0.82% (3.61 MB)

[#002] sha256:a91ea6918177a2aa7ef5f879923eaccfb2e1ddaca74cc714d50e7132ffe71309 - 0.77% (3.4 MB)

[#003] sha256:1a44fd0db0640850be18488f070ec215526d9623b7ae525fac72b3f7e3c8efe2 - 8.49% (37.5 MB)

[#004] sha256:df80616fdd7c890e62484c7b02ed89709cb73ab849066978bdfed12211de1893 - 37.32% (165 MB)

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

[#006] sha256:2bd376441cbecab3ea38c967c8f5c2a35b81b2f954baad49afcb6e9ed3b556d6 - 0.0% (9.11 KB)

[#007] sha256:c25f90911ec40a5720a067aa4628cd2086684afbcfb6ab30b0ed35a95c54e09d - 33.4% (148 MB)

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

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

[#010] sha256:16b10db1c20581760e085b39b668f6459081b2af69a23a39572d7b2166b6d25c - 12.62% (55.8 MB)


History
2023-01-26 04:57:59 UTC

/bin/sh -c #(nop) ARG RELEASE

2023-01-26 04:57:59 UTC

/bin/sh -c #(nop) ARG LAUNCHPAD_BUILD_ARCH

2023-01-26 04:58:00 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=ubuntu

2023-01-26 04:58:00 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.version=22.04

2023-01-26 04:58:02 UTC

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

2023-01-26 04:58:02 UTC

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

2023-01-31 17:47:58 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/*

2023-01-31 17:48:08 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

2023-01-31 17:48:33 UTC

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

2023-01-31 17:51:40 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-02-01 12:40:43 UTC (buildkit.dockerfile.v0)

ARG TARGETARCH

2023-02-01 12:40:43 UTC (buildkit.dockerfile.v0)

ARG FROM_IMAGE

2023-02-01 12:40:43 UTC (buildkit.dockerfile.v0)

ARG FROM_TAG

2023-02-01 12:40:43 UTC (buildkit.dockerfile.v0)

ARG NODE_VERSION=12 16

2023-02-01 12:40:43 UTC (buildkit.dockerfile.v0)

ARG DISTRO=ubuntu

2023-02-01 12:40:43 UTC (buildkit.dockerfile.v0)

ARG TYPE=act

2023-02-01 12:40:43 UTC (buildkit.dockerfile.v0)

ARG RUNNER

2023-02-01 12:40:43 UTC (buildkit.dockerfile.v0)

ENV DEBIAN_FRONTEND=noninteractive

2023-02-01 12:40:43 UTC (buildkit.dockerfile.v0)

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

2023-02-01 12:40:43 UTC (buildkit.dockerfile.v0)

WORKDIR /tmp

2023-02-01 12:40:43 UTC (buildkit.dockerfile.v0)

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

2023-02-01 12:44:15 UTC (buildkit.dockerfile.v0)

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

2023-02-01 12:44:15 UTC (buildkit.dockerfile.v0)

ARG BUILD_DATE

2023-02-01 12:44:15 UTC (buildkit.dockerfile.v0)

ARG BUILD_TAG=act

2023-02-01 12:44:15 UTC (buildkit.dockerfile.v0)

ARG BUILD_REF

2023-02-01 12:44:15 UTC (buildkit.dockerfile.v0)

ARG BUILD_TAG_VERSION

2023-02-01 12:44:15 UTC (buildkit.dockerfile.v0)

ARG BUILD_OWNER

2023-02-01 12:44:15 UTC (buildkit.dockerfile.v0)

ARG BUILD_REPO

2023-02-01 12:44:15 UTC (buildkit.dockerfile.v0)

LABEL org.opencontainers.image.created=2023-02-01 12:40:28Z

2023-02-01 12:44:15 UTC (buildkit.dockerfile.v0)

LABEL org.opencontainers.image.vendor=catthehacker

2023-02-01 12:44:15 UTC (buildkit.dockerfile.v0)

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

2023-02-01 12:44:15 UTC (buildkit.dockerfile.v0)

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

2023-02-01 12:44:15 UTC (buildkit.dockerfile.v0)

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

2023-02-01 12:44:15 UTC (buildkit.dockerfile.v0)

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

2023-02-01 12:44:15 UTC (buildkit.dockerfile.v0)

LABEL org.opencontainers.image.version=20230201

2023-02-01 12:44:15 UTC (buildkit.dockerfile.v0)

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

2023-02-01 12:44:15 UTC (buildkit.dockerfile.v0)

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

2023-02-01 12:44:15 UTC (buildkit.dockerfile.v0)

LABEL org.opencontainers.image.revision=76a495edadeb4ca3dd3ae83a7648d0b6ae0ed169

2023-02-01 12:44:15 UTC (buildkit.dockerfile.v0)

USER root

2023-02-01 12:45:05 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-02-01 12:45:06 UTC

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

2023-02-01 12:45:07 UTC

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

2023-02-01 12:45:08 UTC

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

2023-02-01 12:45:09 UTC

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

2023-02-01 12:45:10 UTC

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

2023-02-01 12:45:11 UTC

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

2023-02-01 12:45:12 UTC

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

2023-02-01 12:45:14 UTC

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

2023-02-01 12:45:15 UTC

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

2023-02-01 13:01:11 UTC (buildkit.dockerfile.v0)

ARG TARGETARCH

2023-02-01 13:01:11 UTC (buildkit.dockerfile.v0)

ARG FROM_IMAGE

2023-02-01 13:01:11 UTC (buildkit.dockerfile.v0)

ARG FROM_TAG

2023-02-01 13:01:11 UTC (buildkit.dockerfile.v0)

ARG NODE_VERSION=12 16

2023-02-01 13:01:11 UTC (buildkit.dockerfile.v0)

ARG DISTRO=ubuntu

2023-02-01 13:01:11 UTC (buildkit.dockerfile.v0)

ARG TYPE=act

2023-02-01 13:01:11 UTC (buildkit.dockerfile.v0)

ARG RUNNER

2023-02-01 13:01:11 UTC (buildkit.dockerfile.v0)

ENV DEBIAN_FRONTEND=noninteractive

2023-02-01 13:01:11 UTC (buildkit.dockerfile.v0)

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

2023-02-01 13:01:11 UTC (buildkit.dockerfile.v0)

WORKDIR /tmp

2023-02-01 13:01:11 UTC (buildkit.dockerfile.v0)

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

2023-02-01 13:01:16 UTC (buildkit.dockerfile.v0)

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

2023-02-01 13:01:16 UTC (buildkit.dockerfile.v0)

ARG BUILD_DATE

2023-02-01 13:01:16 UTC (buildkit.dockerfile.v0)

ARG BUILD_TAG=runner

2023-02-01 13:01:16 UTC (buildkit.dockerfile.v0)

ARG BUILD_REF

2023-02-01 13:01:16 UTC (buildkit.dockerfile.v0)

ARG BUILD_TAG_VERSION

2023-02-01 13:01:16 UTC (buildkit.dockerfile.v0)

ARG BUILD_OWNER

2023-02-01 13:01:16 UTC (buildkit.dockerfile.v0)

ARG BUILD_REPO

2023-02-01 13:01:16 UTC (buildkit.dockerfile.v0)

LABEL org.opencontainers.image.created=2023-02-01 13:01:09Z

2023-02-01 13:01:16 UTC (buildkit.dockerfile.v0)

LABEL org.opencontainers.image.vendor=catthehacker

2023-02-01 13:01:16 UTC (buildkit.dockerfile.v0)

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

2023-02-01 13:01:16 UTC (buildkit.dockerfile.v0)

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

2023-02-01 13:01:16 UTC (buildkit.dockerfile.v0)

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

2023-02-01 13:01:16 UTC (buildkit.dockerfile.v0)

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

2023-02-01 13:01:16 UTC (buildkit.dockerfile.v0)

LABEL org.opencontainers.image.version=20230201

2023-02-01 13:01:16 UTC (buildkit.dockerfile.v0)

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

2023-02-01 13:01:16 UTC (buildkit.dockerfile.v0)

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

2023-02-01 13:01:16 UTC (buildkit.dockerfile.v0)

LABEL org.opencontainers.image.revision=76a495edadeb4ca3dd3ae83a7648d0b6ae0ed169

2023-02-01 13:01:16 UTC (buildkit.dockerfile.v0)

USER runner

2023-02-01 13:01:39 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-02-01 13:01:40 UTC

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

2023-02-01 13:01:42 UTC

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

2023-02-01 13:01:43 UTC

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

2023-02-01 13:01:44 UTC

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

2023-02-01 13:01:45 UTC

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

2023-02-01 13:01:46 UTC

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

2023-02-01 13:01:47 UTC

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

2023-02-01 13:01:49 UTC

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

2023-02-01 13:01:50 UTC

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

2023-02-01 13:01:51 UTC

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

Details
Created

2023-02-01 13:04:32 UTC

Size

396 MB

Content Digest
Labels
  • org.opencontainers.image.authors
    https://github.com/catthehacker
  • org.opencontainers.image.created
    2023-02-01 13:03:50Z
  • 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.ref.name
    ubuntu
  • org.opencontainers.image.revision
    76a495edadeb4ca3dd3ae83a7648d0b6ae0ed169
  • org.opencontainers.image.source
    https://github.com/catthehacker/catthehacker/docker_images
  • org.opencontainers.image.title
    runner-22.04-arm
  • org.opencontainers.image.url
    https://github.com/catthehacker/catthehacker/docker_images/tree/76a495edadeb4ca3dd3ae83a7648d0b6ae0ed169/linux/ubuntu/runner/
  • org.opencontainers.image.vendor
    catthehacker
  • org.opencontainers.image.version
    20230201

Environment
AGENT_TOOLSDIRECTORY

/opt/hostedtoolcache

DEBIAN_FRONTEND

noninteractive

DEPLOYMENT_BASEPATH

/opt/runner

IMAGE_OS

ubuntu22

ImageOS

ubuntu22

LSB_OS_VERSION

2204

LSB_RELEASE

22.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:d0210273e3495988f639f6164118a5bba55666799ba86ac3e60a001cf7be3b31 - 6.5% (25.8 MB)

[#001] sha256:1cf8c983748e75df464cf82dd94773e444405eb78ac8a28682a768205b5831f3 - 0.85% (3.38 MB)

[#002] sha256:c03d1b1bbe92d48273b3f90d94b0757bbc7f6b57061458b0fef417e2f6ff372b - 0.89% (3.54 MB)

[#003] sha256:1540e844bbc0a0f0f4624849e6f252c6866ab4aa79d315b8cb54d5b4014c400e - 10.08% (40 MB)

[#004] sha256:b1a3f852edad68482f2b45fb70eef35ca5061c5dab155a05706cd8c3a900e505 - 33.8% (134 MB)

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

[#006] sha256:9b77a72dd3e14c7f32a26b72f3bf6ef830f9152a08ae3e6304fb78a8b3765dbf - 0.0% (9.11 KB)

[#007] sha256:a6c4ad9f82b16d1d439f81fc9f222f82bf5572fd6478fb461b89c9d58c4e8873 - 34.96% (139 MB)

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

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

[#010] sha256:068cab30885328f32c798da7b0647be508526a35e3588273c4b3558e98da1dc9 - 12.92% (51.2 MB)


History
2023-01-26 05:05:40 UTC

/bin/sh -c #(nop) ARG RELEASE

2023-01-26 05:05:40 UTC

/bin/sh -c #(nop) ARG LAUNCHPAD_BUILD_ARCH

2023-01-26 05:05:40 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=ubuntu

2023-01-26 05:05:40 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.version=22.04

2023-01-26 05:05:43 UTC

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

2023-01-26 05:05:43 UTC

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

2023-01-31 17:57:56 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/*

2023-01-31 17:58:07 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

2023-01-31 17:58:38 UTC

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

2023-01-31 18:01:49 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-02-01 12:53:35 UTC (buildkit.dockerfile.v0)

ARG TARGETARCH

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

ARG FROM_IMAGE

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

ARG FROM_TAG

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

ARG NODE_VERSION=12 16

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

ARG DISTRO=ubuntu

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

ARG TYPE=act

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

ARG RUNNER

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

ENV DEBIAN_FRONTEND=noninteractive

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

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

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

WORKDIR /tmp

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

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

2023-02-01 12:59:28 UTC (buildkit.dockerfile.v0)

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

2023-02-01 12:59:28 UTC (buildkit.dockerfile.v0)

ARG BUILD_DATE

2023-02-01 12:59:28 UTC (buildkit.dockerfile.v0)

ARG BUILD_TAG=act

2023-02-01 12:59:28 UTC (buildkit.dockerfile.v0)

ARG BUILD_REF

2023-02-01 12:59:28 UTC (buildkit.dockerfile.v0)

ARG BUILD_TAG_VERSION

2023-02-01 12:59:28 UTC (buildkit.dockerfile.v0)

ARG BUILD_OWNER

2023-02-01 12:59:28 UTC (buildkit.dockerfile.v0)

ARG BUILD_REPO

2023-02-01 12:59:28 UTC (buildkit.dockerfile.v0)

LABEL org.opencontainers.image.created=2023-02-01 12:53:25Z

2023-02-01 12:59:28 UTC (buildkit.dockerfile.v0)

LABEL org.opencontainers.image.vendor=catthehacker

2023-02-01 12:59:28 UTC (buildkit.dockerfile.v0)

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

2023-02-01 12:59:28 UTC (buildkit.dockerfile.v0)

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

2023-02-01 12:59:28 UTC (buildkit.dockerfile.v0)

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

2023-02-01 12:59:28 UTC (buildkit.dockerfile.v0)

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

2023-02-01 12:59:28 UTC (buildkit.dockerfile.v0)

LABEL org.opencontainers.image.version=20230201

2023-02-01 12:59:28 UTC (buildkit.dockerfile.v0)

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

2023-02-01 12:59:28 UTC (buildkit.dockerfile.v0)

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

2023-02-01 12:59:28 UTC (buildkit.dockerfile.v0)

LABEL org.opencontainers.image.revision=76a495edadeb4ca3dd3ae83a7648d0b6ae0ed169

2023-02-01 12:59:28 UTC (buildkit.dockerfile.v0)

USER root

2023-02-01 13:00:10 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-02-01 13:00:11 UTC

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

2023-02-01 13:00:12 UTC

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

2023-02-01 13:00:13 UTC

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

2023-02-01 13:00:14 UTC

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

2023-02-01 13:00:16 UTC

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

2023-02-01 13:00:17 UTC

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

2023-02-01 13:00:18 UTC

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

2023-02-01 13:00:19 UTC

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

2023-02-01 13:00:20 UTC

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

2023-02-01 13:03:51 UTC (buildkit.dockerfile.v0)

ARG TARGETARCH

2023-02-01 13:03:51 UTC (buildkit.dockerfile.v0)

ARG FROM_IMAGE

2023-02-01 13:03:51 UTC (buildkit.dockerfile.v0)

ARG FROM_TAG

2023-02-01 13:03:51 UTC (buildkit.dockerfile.v0)

ARG NODE_VERSION=12 16

2023-02-01 13:03:51 UTC (buildkit.dockerfile.v0)

ARG DISTRO=ubuntu

2023-02-01 13:03:51 UTC (buildkit.dockerfile.v0)

ARG TYPE=act

2023-02-01 13:03:51 UTC (buildkit.dockerfile.v0)

ARG RUNNER

2023-02-01 13:03:51 UTC (buildkit.dockerfile.v0)

ENV DEBIAN_FRONTEND=noninteractive

2023-02-01 13:03:51 UTC (buildkit.dockerfile.v0)

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

2023-02-01 13:03:51 UTC (buildkit.dockerfile.v0)

WORKDIR /tmp

2023-02-01 13:03:51 UTC (buildkit.dockerfile.v0)

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

2023-02-01 13:03:59 UTC (buildkit.dockerfile.v0)

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

2023-02-01 13:03:59 UTC (buildkit.dockerfile.v0)

ARG BUILD_DATE

2023-02-01 13:03:59 UTC (buildkit.dockerfile.v0)

ARG BUILD_TAG=runner

2023-02-01 13:03:59 UTC (buildkit.dockerfile.v0)

ARG BUILD_REF

2023-02-01 13:03:59 UTC (buildkit.dockerfile.v0)

ARG BUILD_TAG_VERSION

2023-02-01 13:03:59 UTC (buildkit.dockerfile.v0)

ARG BUILD_OWNER

2023-02-01 13:03:59 UTC (buildkit.dockerfile.v0)

ARG BUILD_REPO

2023-02-01 13:03:59 UTC (buildkit.dockerfile.v0)

LABEL org.opencontainers.image.created=2023-02-01 13:03:50Z

2023-02-01 13:03:59 UTC (buildkit.dockerfile.v0)

LABEL org.opencontainers.image.vendor=catthehacker

2023-02-01 13:03:59 UTC (buildkit.dockerfile.v0)

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

2023-02-01 13:03:59 UTC (buildkit.dockerfile.v0)

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

2023-02-01 13:03:59 UTC (buildkit.dockerfile.v0)

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

2023-02-01 13:03:59 UTC (buildkit.dockerfile.v0)

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

2023-02-01 13:03:59 UTC (buildkit.dockerfile.v0)

LABEL org.opencontainers.image.version=20230201

2023-02-01 13:03:59 UTC (buildkit.dockerfile.v0)

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

2023-02-01 13:03:59 UTC (buildkit.dockerfile.v0)

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

2023-02-01 13:03:59 UTC (buildkit.dockerfile.v0)

LABEL org.opencontainers.image.revision=76a495edadeb4ca3dd3ae83a7648d0b6ae0ed169

2023-02-01 13:03:59 UTC (buildkit.dockerfile.v0)

USER runner

2023-02-01 13:04:20 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-02-01 13:04:21 UTC

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

2023-02-01 13:04:22 UTC

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

2023-02-01 13:04:24 UTC

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

2023-02-01 13:04:25 UTC

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

2023-02-01 13:04:26 UTC

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

2023-02-01 13:04:27 UTC

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

2023-02-01 13:04:28 UTC

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

2023-02-01 13:04:29 UTC

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

2023-02-01 13:04:31 UTC

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

2023-02-01 13:04:32 UTC

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

Details
Created

2023-02-01 13:03:14 UTC

Size

427 MB

Content Digest
Labels
  • org.opencontainers.image.authors
    https://github.com/catthehacker
  • org.opencontainers.image.created
    2023-02-01 13:02: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.ref.name
    ubuntu
  • org.opencontainers.image.revision
    76a495edadeb4ca3dd3ae83a7648d0b6ae0ed169
  • org.opencontainers.image.source
    https://github.com/catthehacker/catthehacker/docker_images
  • org.opencontainers.image.title
    runner-22.04-arm64
  • org.opencontainers.image.url
    https://github.com/catthehacker/catthehacker/docker_images/tree/76a495edadeb4ca3dd3ae83a7648d0b6ae0ed169/linux/ubuntu/runner/
  • org.opencontainers.image.vendor
    catthehacker
  • org.opencontainers.image.version
    20230201

Environment
AGENT_TOOLSDIRECTORY

/opt/hostedtoolcache

DEBIAN_FRONTEND

noninteractive

DEPLOYMENT_BASEPATH

/opt/runner

IMAGE_OS

ubuntu22

ImageOS

ubuntu22

LSB_OS_VERSION

2204

LSB_RELEASE

22.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:565cb979c5c01279efcd69c4457a9954801b6be6da65894374260ec92d993891 - 6.34% (27.1 MB)

[#001] sha256:5157508d48eacd7b747f0b9c99ce627da62dd75af25ef8cae0d4a18512f51295 - 0.84% (3.59 MB)

[#002] sha256:53567c3f9bdfe731ccd25b9ed68fb667d0fcde2958e4503859e5d2ad3373d169 - 0.79% (3.37 MB)

[#003] sha256:4a0d60d77f4f4af1d086be5423a3022abc995163617875e8e23be1474f4e24e1 - 8.77% (37.4 MB)

[#004] sha256:717de65a0562bcf94ca5d94a5fb666ddf872d7dd4266e8185585926c9456b276 - 37.17% (159 MB)

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

[#006] sha256:5ab74a0e6f09efcb45534af0ca7b6493f857229399b3d079e25a46f6744d3059 - 0.0% (9.1 KB)

[#007] sha256:b62d18fa8de0188412c3fdab7b6c0af1e14c478b0addda8d805c3403943d106c - 32.99% (141 MB)

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

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

[#010] sha256:d57a781d9cf6d3d90429b852867e3631e8c96c60aed18065a7e49e1aa0c9c652 - 13.11% (56 MB)


History
2023-01-26 05:05:49 UTC

/bin/sh -c #(nop) ARG RELEASE

2023-01-26 05:05:49 UTC

/bin/sh -c #(nop) ARG LAUNCHPAD_BUILD_ARCH

2023-01-26 05:05:49 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=ubuntu

2023-01-26 05:05:50 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.version=22.04

2023-01-26 05:05:51 UTC

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

2023-01-26 05:05:51 UTC

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

2023-01-31 18:19:22 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/*

2023-01-31 18:19:26 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

2023-01-31 18:19:46 UTC

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

2023-01-31 18:22:56 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-02-01 12:45:59 UTC (buildkit.dockerfile.v0)

ARG TARGETARCH

2023-02-01 12:45:59 UTC (buildkit.dockerfile.v0)

ARG FROM_IMAGE

2023-02-01 12:45:59 UTC (buildkit.dockerfile.v0)

ARG FROM_TAG

2023-02-01 12:45:59 UTC (buildkit.dockerfile.v0)

ARG NODE_VERSION=12 16

2023-02-01 12:45:59 UTC (buildkit.dockerfile.v0)

ARG DISTRO=ubuntu

2023-02-01 12:45:59 UTC (buildkit.dockerfile.v0)

ARG TYPE=act

2023-02-01 12:45:59 UTC (buildkit.dockerfile.v0)

ARG RUNNER

2023-02-01 12:45:59 UTC (buildkit.dockerfile.v0)

ENV DEBIAN_FRONTEND=noninteractive

2023-02-01 12:45:59 UTC (buildkit.dockerfile.v0)

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

2023-02-01 12:45:59 UTC (buildkit.dockerfile.v0)

WORKDIR /tmp

2023-02-01 12:45:59 UTC (buildkit.dockerfile.v0)

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

2023-02-01 12:52:00 UTC (buildkit.dockerfile.v0)

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

2023-02-01 12:52:00 UTC (buildkit.dockerfile.v0)

ARG BUILD_DATE

2023-02-01 12:52:00 UTC (buildkit.dockerfile.v0)

ARG BUILD_TAG=act

2023-02-01 12:52:00 UTC (buildkit.dockerfile.v0)

ARG BUILD_REF

2023-02-01 12:52:00 UTC (buildkit.dockerfile.v0)

ARG BUILD_TAG_VERSION

2023-02-01 12:52:00 UTC (buildkit.dockerfile.v0)

ARG BUILD_OWNER

2023-02-01 12:52:00 UTC (buildkit.dockerfile.v0)

ARG BUILD_REPO

2023-02-01 12:52:00 UTC (buildkit.dockerfile.v0)

LABEL org.opencontainers.image.created=2023-02-01 12:45:48Z

2023-02-01 12:52:00 UTC (buildkit.dockerfile.v0)

LABEL org.opencontainers.image.vendor=catthehacker

2023-02-01 12:52:00 UTC (buildkit.dockerfile.v0)

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

2023-02-01 12:52:00 UTC (buildkit.dockerfile.v0)

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

2023-02-01 12:52:00 UTC (buildkit.dockerfile.v0)

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

2023-02-01 12:52:00 UTC (buildkit.dockerfile.v0)

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

2023-02-01 12:52:00 UTC (buildkit.dockerfile.v0)

LABEL org.opencontainers.image.version=20230201

2023-02-01 12:52:00 UTC (buildkit.dockerfile.v0)

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

2023-02-01 12:52:00 UTC (buildkit.dockerfile.v0)

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

2023-02-01 12:52:00 UTC (buildkit.dockerfile.v0)

LABEL org.opencontainers.image.revision=76a495edadeb4ca3dd3ae83a7648d0b6ae0ed169

2023-02-01 12:52:00 UTC (buildkit.dockerfile.v0)

USER root

2023-02-01 12:52:45 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-02-01 12:52:46 UTC

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

2023-02-01 12:52:47 UTC

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

2023-02-01 12:52:48 UTC

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

2023-02-01 12:52:50 UTC

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

2023-02-01 12:52:51 UTC

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

2023-02-01 12:52:52 UTC

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

2023-02-01 12:52:53 UTC

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

2023-02-01 12:52:54 UTC

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

2023-02-01 12:52:55 UTC

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

2023-02-01 13:02:32 UTC (buildkit.dockerfile.v0)

ARG TARGETARCH

2023-02-01 13:02:32 UTC (buildkit.dockerfile.v0)

ARG FROM_IMAGE

2023-02-01 13:02:32 UTC (buildkit.dockerfile.v0)

ARG FROM_TAG

2023-02-01 13:02:32 UTC (buildkit.dockerfile.v0)

ARG NODE_VERSION=12 16

2023-02-01 13:02:32 UTC (buildkit.dockerfile.v0)

ARG DISTRO=ubuntu

2023-02-01 13:02:32 UTC (buildkit.dockerfile.v0)

ARG TYPE=act

2023-02-01 13:02:32 UTC (buildkit.dockerfile.v0)

ARG RUNNER

2023-02-01 13:02:32 UTC (buildkit.dockerfile.v0)

ENV DEBIAN_FRONTEND=noninteractive

2023-02-01 13:02:32 UTC (buildkit.dockerfile.v0)

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

2023-02-01 13:02:32 UTC (buildkit.dockerfile.v0)

WORKDIR /tmp

2023-02-01 13:02:32 UTC (buildkit.dockerfile.v0)

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

2023-02-01 13:02:39 UTC (buildkit.dockerfile.v0)

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

2023-02-01 13:02:39 UTC (buildkit.dockerfile.v0)

ARG BUILD_DATE

2023-02-01 13:02:39 UTC (buildkit.dockerfile.v0)

ARG BUILD_TAG=runner

2023-02-01 13:02:39 UTC (buildkit.dockerfile.v0)

ARG BUILD_REF

2023-02-01 13:02:39 UTC (buildkit.dockerfile.v0)

ARG BUILD_TAG_VERSION

2023-02-01 13:02:39 UTC (buildkit.dockerfile.v0)

ARG BUILD_OWNER

2023-02-01 13:02:39 UTC (buildkit.dockerfile.v0)

ARG BUILD_REPO

2023-02-01 13:02:39 UTC (buildkit.dockerfile.v0)

LABEL org.opencontainers.image.created=2023-02-01 13:02:31Z

2023-02-01 13:02:39 UTC (buildkit.dockerfile.v0)

LABEL org.opencontainers.image.vendor=catthehacker

2023-02-01 13:02:39 UTC (buildkit.dockerfile.v0)

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

2023-02-01 13:02:39 UTC (buildkit.dockerfile.v0)

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

2023-02-01 13:02:39 UTC (buildkit.dockerfile.v0)

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

2023-02-01 13:02:39 UTC (buildkit.dockerfile.v0)

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

2023-02-01 13:02:39 UTC (buildkit.dockerfile.v0)

LABEL org.opencontainers.image.version=20230201

2023-02-01 13:02:39 UTC (buildkit.dockerfile.v0)

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

2023-02-01 13:02:39 UTC (buildkit.dockerfile.v0)

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

2023-02-01 13:02:39 UTC (buildkit.dockerfile.v0)

LABEL org.opencontainers.image.revision=76a495edadeb4ca3dd3ae83a7648d0b6ae0ed169

2023-02-01 13:02:39 UTC (buildkit.dockerfile.v0)

USER runner

2023-02-01 13:03:02 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-02-01 13:03:03 UTC

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

2023-02-01 13:03:04 UTC

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

2023-02-01 13:03:06 UTC

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

2023-02-01 13:03:07 UTC

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

2023-02-01 13:03:08 UTC

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

2023-02-01 13:03:09 UTC

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

2023-02-01 13:03:10 UTC

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

2023-02-01 13:03:11 UTC

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

2023-02-01 13:03:13 UTC

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

2023-02-01 13:03:14 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