Namespace
catthehacker
Image / Tag
ubuntu:runner-latest-20230321
Content Digest
sha256:f73ca8b0746f030a44f8bd92a1cc3ba5d54805b69b437229722014646e33219a
Details
Created

2023-03-21 05:30:43 UTC

Size

444 MB

Content Digest
Labels
  • org.opencontainers.image.authors
    https://github.com/catthehacker
  • org.opencontainers.image.created
    2023-03-21 05:30:00Z
  • 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
    dea4e32c50a2dc5f362b976419e3c79111147967
  • org.opencontainers.image.source
    https://github.com/catthehacker/catthehacker/docker_images
  • org.opencontainers.image.title
    runner-latest-amd64
  • org.opencontainers.image.url
    https://github.com/catthehacker/catthehacker/docker_images/tree/dea4e32c50a2dc5f362b976419e3c79111147967/linux/ubuntu/runner/
  • org.opencontainers.image.vendor
    catthehacker
  • org.opencontainers.image.version
    20230321

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.1/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:74ac377868f863e123f24c409f79709f7563fa464557c36a09cf6f85c8b92b7f - 6.54% (29 MB)

[#001] sha256:d7490ba7e16ba382ca21015280e2ee6dad31879a1f043029e350a8e429770f36 - 0.81% (3.61 MB)

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

[#003] sha256:0f6c00a0ea05e6a2089233e7238bbed0ffbf7b2655f03195967e2083ee623899 - 8.45% (37.5 MB)

[#004] sha256:daa902bb14f17725bbd311e77e44da0ef803e68e0965c5f95635eb83f288b5d4 - 37.14% (165 MB)

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

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

[#007] sha256:899893f061afee9baa9e610c7e27c5870e8ee405b4b515db3d03696563c87f43 - 33.73% (150 MB)

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

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

[#010] sha256:c516656cf0baaa3f1656a0594bb400e317a6f0b2f653e5395d413a988b29cb5d - 12.56% (55.8 MB)


History
2023-03-08 04:44:25 UTC

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

2023-03-08 04:44:25 UTC

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

2023-03-08 04:44:25 UTC

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

2023-03-08 04:44:25 UTC

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

2023-03-08 04:44:27 UTC

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

2023-03-08 04:44:27 UTC

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

2023-03-16 05:29:07 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-03-16 05:29:21 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-03-16 05:29:59 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-03-16 05:32:52 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-03-21 05:12:07 UTC (buildkit.dockerfile.v0)

ARG TARGETARCH

2023-03-21 05:12:07 UTC (buildkit.dockerfile.v0)

ARG FROM_IMAGE

2023-03-21 05:12:07 UTC (buildkit.dockerfile.v0)

ARG FROM_TAG

2023-03-21 05:12:07 UTC (buildkit.dockerfile.v0)

ARG NODE_VERSION=12 16

2023-03-21 05:12:07 UTC (buildkit.dockerfile.v0)

ARG DISTRO=ubuntu

2023-03-21 05:12:07 UTC (buildkit.dockerfile.v0)

ARG TYPE=act

2023-03-21 05:12:07 UTC (buildkit.dockerfile.v0)

ARG RUNNER

2023-03-21 05:12:07 UTC (buildkit.dockerfile.v0)

ENV DEBIAN_FRONTEND=noninteractive

2023-03-21 05:12:07 UTC (buildkit.dockerfile.v0)

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

2023-03-21 05:12:07 UTC (buildkit.dockerfile.v0)

WORKDIR /tmp

2023-03-21 05:12:07 UTC (buildkit.dockerfile.v0)

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

2023-03-21 05:12:58 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-03-21 05:12:58 UTC (buildkit.dockerfile.v0)

ARG BUILD_DATE

2023-03-21 05:12:58 UTC (buildkit.dockerfile.v0)

ARG BUILD_TAG=act

2023-03-21 05:12:58 UTC (buildkit.dockerfile.v0)

ARG BUILD_REF

2023-03-21 05:12:58 UTC (buildkit.dockerfile.v0)

ARG BUILD_TAG_VERSION

2023-03-21 05:12:58 UTC (buildkit.dockerfile.v0)

ARG BUILD_OWNER

2023-03-21 05:12:58 UTC (buildkit.dockerfile.v0)

ARG BUILD_REPO

2023-03-21 05:12:58 UTC (buildkit.dockerfile.v0)

LABEL org.opencontainers.image.created=2023-03-21 05:11:49Z

2023-03-21 05:12:58 UTC (buildkit.dockerfile.v0)

LABEL org.opencontainers.image.vendor=catthehacker

2023-03-21 05:12:58 UTC (buildkit.dockerfile.v0)

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

2023-03-21 05:12:58 UTC (buildkit.dockerfile.v0)

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

2023-03-21 05:12:58 UTC (buildkit.dockerfile.v0)

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

2023-03-21 05:12:58 UTC (buildkit.dockerfile.v0)

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

2023-03-21 05:12:58 UTC (buildkit.dockerfile.v0)

LABEL org.opencontainers.image.version=20230321

2023-03-21 05:12:58 UTC (buildkit.dockerfile.v0)

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

2023-03-21 05:12:58 UTC (buildkit.dockerfile.v0)

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

2023-03-21 05:12:58 UTC (buildkit.dockerfile.v0)

LABEL org.opencontainers.image.revision=dea4e32c50a2dc5f362b976419e3c79111147967

2023-03-21 05:12:58 UTC (buildkit.dockerfile.v0)

USER root

2023-03-21 05:13:45 UTC

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

2023-03-21 05:13:46 UTC

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

2023-03-21 05:13:47 UTC

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

2023-03-21 05:13:49 UTC

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

2023-03-21 05:13:50 UTC

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

2023-03-21 05:13:51 UTC

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

2023-03-21 05:13:52 UTC

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

2023-03-21 05:13:53 UTC

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

2023-03-21 05:13:54 UTC

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

2023-03-21 05:13:55 UTC

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

2023-03-21 05:30:01 UTC (buildkit.dockerfile.v0)

ARG TARGETARCH

2023-03-21 05:30:01 UTC (buildkit.dockerfile.v0)

ARG FROM_IMAGE

2023-03-21 05:30:01 UTC (buildkit.dockerfile.v0)

ARG FROM_TAG

2023-03-21 05:30:01 UTC (buildkit.dockerfile.v0)

ARG NODE_VERSION=12 16

2023-03-21 05:30:01 UTC (buildkit.dockerfile.v0)

ARG DISTRO=ubuntu

2023-03-21 05:30:01 UTC (buildkit.dockerfile.v0)

ARG TYPE=act

2023-03-21 05:30:01 UTC (buildkit.dockerfile.v0)

ARG RUNNER

2023-03-21 05:30:01 UTC (buildkit.dockerfile.v0)

ENV DEBIAN_FRONTEND=noninteractive

2023-03-21 05:30:01 UTC (buildkit.dockerfile.v0)

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

2023-03-21 05:30:01 UTC (buildkit.dockerfile.v0)

WORKDIR /tmp

2023-03-21 05:30:01 UTC (buildkit.dockerfile.v0)

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

2023-03-21 05:30:08 UTC (buildkit.dockerfile.v0)

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

2023-03-21 05:30:08 UTC (buildkit.dockerfile.v0)

ARG BUILD_DATE

2023-03-21 05:30:08 UTC (buildkit.dockerfile.v0)

ARG BUILD_TAG=runner

2023-03-21 05:30:08 UTC (buildkit.dockerfile.v0)

ARG BUILD_REF

2023-03-21 05:30:08 UTC (buildkit.dockerfile.v0)

ARG BUILD_TAG_VERSION

2023-03-21 05:30:08 UTC (buildkit.dockerfile.v0)

ARG BUILD_OWNER

2023-03-21 05:30:08 UTC (buildkit.dockerfile.v0)

ARG BUILD_REPO

2023-03-21 05:30:08 UTC (buildkit.dockerfile.v0)

LABEL org.opencontainers.image.created=2023-03-21 05:30:00Z

2023-03-21 05:30:08 UTC (buildkit.dockerfile.v0)

LABEL org.opencontainers.image.vendor=catthehacker

2023-03-21 05:30:08 UTC (buildkit.dockerfile.v0)

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

2023-03-21 05:30:08 UTC (buildkit.dockerfile.v0)

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

2023-03-21 05:30:08 UTC (buildkit.dockerfile.v0)

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

2023-03-21 05:30:08 UTC (buildkit.dockerfile.v0)

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

2023-03-21 05:30:08 UTC (buildkit.dockerfile.v0)

LABEL org.opencontainers.image.version=20230321

2023-03-21 05:30:08 UTC (buildkit.dockerfile.v0)

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

2023-03-21 05:30:08 UTC (buildkit.dockerfile.v0)

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

2023-03-21 05:30:08 UTC (buildkit.dockerfile.v0)

LABEL org.opencontainers.image.revision=dea4e32c50a2dc5f362b976419e3c79111147967

2023-03-21 05:30:08 UTC (buildkit.dockerfile.v0)

USER runner

2023-03-21 05:30:31 UTC

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

2023-03-21 05:30:32 UTC

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

2023-03-21 05:30:33 UTC

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

2023-03-21 05:30:34 UTC

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

2023-03-21 05:30:36 UTC

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

2023-03-21 05:30:37 UTC

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

2023-03-21 05:30:38 UTC

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

2023-03-21 05:30:39 UTC

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

2023-03-21 05:30:40 UTC

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

2023-03-21 05:30:42 UTC

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

2023-03-21 05:30:43 UTC

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

Details
Created

2023-03-21 05:33:24 UTC

Size

399 MB

Content Digest
Labels
  • org.opencontainers.image.authors
    https://github.com/catthehacker
  • org.opencontainers.image.created
    2023-03-21 05:32:41Z
  • 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
    dea4e32c50a2dc5f362b976419e3c79111147967
  • org.opencontainers.image.source
    https://github.com/catthehacker/catthehacker/docker_images
  • org.opencontainers.image.title
    runner-latest-arm
  • org.opencontainers.image.url
    https://github.com/catthehacker/catthehacker/docker_images/tree/dea4e32c50a2dc5f362b976419e3c79111147967/linux/ubuntu/runner/
  • org.opencontainers.image.vendor
    catthehacker
  • org.opencontainers.image.version
    20230321

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.1/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:cba1fa3bcdf4f746dcf5b8f86874cee4a6eff75dd5c5cd29e4c912574b12a1c6 - 6.47% (25.8 MB)

[#001] sha256:2ff3d54aa809ca004a01d3a10bf7017a1fb216f185fd9d0f210f1bc9512298c1 - 0.85% (3.38 MB)

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

[#003] sha256:6b259dc20995aa828e48008def151ea3da6891615621976f66dc6b63fdbda38a - 10.03% (40 MB)

[#004] sha256:b6d21e83a1a0d8dfe0c0f53e1f8d51356e226e68eb9de5b136253db03ceac4e7 - 33.61% (134 MB)

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

[#006] sha256:4235f23dd24c3b73f41173ca62dad17361bf3600bfb809bcdb11f5df9609bbc9 - 0.0% (9.1 KB)

[#007] sha256:042cde880291d534a4e3e57c43e2fc84ad92ea8a9c818ee6b7b51330196761b8 - 35.31% (141 MB)

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

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

[#010] sha256:c1aac0c32306b4776f45b01f6aa440c67659302fe5cefc958d5f99dd81db0ae0 - 12.84% (51.2 MB)


History
2023-03-08 04:31:38 UTC

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

2023-03-08 04:31:38 UTC

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

2023-03-08 04:31:39 UTC

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

2023-03-08 04:31:39 UTC

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

2023-03-08 04:31:41 UTC

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

2023-03-08 04:31:42 UTC

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

2023-03-16 03:51:26 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-03-16 03:51:43 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-03-16 03:52:32 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-03-16 03:55:51 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-03-21 05:22:09 UTC (buildkit.dockerfile.v0)

ARG TARGETARCH

2023-03-21 05:22:09 UTC (buildkit.dockerfile.v0)

ARG FROM_IMAGE

2023-03-21 05:22:09 UTC (buildkit.dockerfile.v0)

ARG FROM_TAG

2023-03-21 05:22:09 UTC (buildkit.dockerfile.v0)

ARG NODE_VERSION=12 16

2023-03-21 05:22:09 UTC (buildkit.dockerfile.v0)

ARG DISTRO=ubuntu

2023-03-21 05:22:09 UTC (buildkit.dockerfile.v0)

ARG TYPE=act

2023-03-21 05:22:09 UTC (buildkit.dockerfile.v0)

ARG RUNNER

2023-03-21 05:22:09 UTC (buildkit.dockerfile.v0)

ENV DEBIAN_FRONTEND=noninteractive

2023-03-21 05:22:09 UTC (buildkit.dockerfile.v0)

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

2023-03-21 05:22:09 UTC (buildkit.dockerfile.v0)

WORKDIR /tmp

2023-03-21 05:22:09 UTC (buildkit.dockerfile.v0)

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

2023-03-21 05:28:02 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-03-21 05:28:02 UTC (buildkit.dockerfile.v0)

ARG BUILD_DATE

2023-03-21 05:28:02 UTC (buildkit.dockerfile.v0)

ARG BUILD_TAG=act

2023-03-21 05:28:02 UTC (buildkit.dockerfile.v0)

ARG BUILD_REF

2023-03-21 05:28:02 UTC (buildkit.dockerfile.v0)

ARG BUILD_TAG_VERSION

2023-03-21 05:28:02 UTC (buildkit.dockerfile.v0)

ARG BUILD_OWNER

2023-03-21 05:28:02 UTC (buildkit.dockerfile.v0)

ARG BUILD_REPO

2023-03-21 05:28:02 UTC (buildkit.dockerfile.v0)

LABEL org.opencontainers.image.created=2023-03-21 05:22:00Z

2023-03-21 05:28:02 UTC (buildkit.dockerfile.v0)

LABEL org.opencontainers.image.vendor=catthehacker

2023-03-21 05:28:02 UTC (buildkit.dockerfile.v0)

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

2023-03-21 05:28:02 UTC (buildkit.dockerfile.v0)

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

2023-03-21 05:28:02 UTC (buildkit.dockerfile.v0)

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

2023-03-21 05:28:02 UTC (buildkit.dockerfile.v0)

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

2023-03-21 05:28:02 UTC (buildkit.dockerfile.v0)

LABEL org.opencontainers.image.version=20230321

2023-03-21 05:28:02 UTC (buildkit.dockerfile.v0)

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

2023-03-21 05:28:02 UTC (buildkit.dockerfile.v0)

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

2023-03-21 05:28:02 UTC (buildkit.dockerfile.v0)

LABEL org.opencontainers.image.revision=dea4e32c50a2dc5f362b976419e3c79111147967

2023-03-21 05:28:02 UTC (buildkit.dockerfile.v0)

USER root

2023-03-21 05:28:43 UTC

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

2023-03-21 05:28:44 UTC

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

2023-03-21 05:28:46 UTC

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

2023-03-21 05:28:47 UTC

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

2023-03-21 05:28:48 UTC

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

2023-03-21 05:28:49 UTC

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

2023-03-21 05:28:50 UTC

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

2023-03-21 05:28:51 UTC

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

2023-03-21 05:28:53 UTC

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

2023-03-21 05:28:54 UTC

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

2023-03-21 05:32:42 UTC (buildkit.dockerfile.v0)

ARG TARGETARCH

2023-03-21 05:32:42 UTC (buildkit.dockerfile.v0)

ARG FROM_IMAGE

2023-03-21 05:32:42 UTC (buildkit.dockerfile.v0)

ARG FROM_TAG

2023-03-21 05:32:42 UTC (buildkit.dockerfile.v0)

ARG NODE_VERSION=12 16

2023-03-21 05:32:42 UTC (buildkit.dockerfile.v0)

ARG DISTRO=ubuntu

2023-03-21 05:32:42 UTC (buildkit.dockerfile.v0)

ARG TYPE=act

2023-03-21 05:32:42 UTC (buildkit.dockerfile.v0)

ARG RUNNER

2023-03-21 05:32:42 UTC (buildkit.dockerfile.v0)

ENV DEBIAN_FRONTEND=noninteractive

2023-03-21 05:32:42 UTC (buildkit.dockerfile.v0)

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

2023-03-21 05:32:42 UTC (buildkit.dockerfile.v0)

WORKDIR /tmp

2023-03-21 05:32:42 UTC (buildkit.dockerfile.v0)

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

2023-03-21 05:32:51 UTC (buildkit.dockerfile.v0)

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

2023-03-21 05:32:51 UTC (buildkit.dockerfile.v0)

ARG BUILD_DATE

2023-03-21 05:32:51 UTC (buildkit.dockerfile.v0)

ARG BUILD_TAG=runner

2023-03-21 05:32:51 UTC (buildkit.dockerfile.v0)

ARG BUILD_REF

2023-03-21 05:32:51 UTC (buildkit.dockerfile.v0)

ARG BUILD_TAG_VERSION

2023-03-21 05:32:51 UTC (buildkit.dockerfile.v0)

ARG BUILD_OWNER

2023-03-21 05:32:51 UTC (buildkit.dockerfile.v0)

ARG BUILD_REPO

2023-03-21 05:32:51 UTC (buildkit.dockerfile.v0)

LABEL org.opencontainers.image.created=2023-03-21 05:32:41Z

2023-03-21 05:32:51 UTC (buildkit.dockerfile.v0)

LABEL org.opencontainers.image.vendor=catthehacker

2023-03-21 05:32:51 UTC (buildkit.dockerfile.v0)

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

2023-03-21 05:32:51 UTC (buildkit.dockerfile.v0)

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

2023-03-21 05:32:51 UTC (buildkit.dockerfile.v0)

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

2023-03-21 05:32:51 UTC (buildkit.dockerfile.v0)

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

2023-03-21 05:32:51 UTC (buildkit.dockerfile.v0)

LABEL org.opencontainers.image.version=20230321

2023-03-21 05:32:51 UTC (buildkit.dockerfile.v0)

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

2023-03-21 05:32:51 UTC (buildkit.dockerfile.v0)

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

2023-03-21 05:32:51 UTC (buildkit.dockerfile.v0)

LABEL org.opencontainers.image.revision=dea4e32c50a2dc5f362b976419e3c79111147967

2023-03-21 05:32:51 UTC (buildkit.dockerfile.v0)

USER runner

2023-03-21 05:33:12 UTC

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

2023-03-21 05:33:14 UTC

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

2023-03-21 05:33:15 UTC

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

2023-03-21 05:33:16 UTC

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

2023-03-21 05:33:17 UTC

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

2023-03-21 05:33:18 UTC

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

2023-03-21 05:33:20 UTC

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

2023-03-21 05:33:21 UTC

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

2023-03-21 05:33:22 UTC

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

2023-03-21 05:33:23 UTC

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

2023-03-21 05:33:24 UTC

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

Details
Created

2023-03-21 05:32:05 UTC

Size

429 MB

Content Digest
Labels
  • org.opencontainers.image.authors
    https://github.com/catthehacker
  • org.opencontainers.image.created
    2023-03-21 05:31:20Z
  • 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
    dea4e32c50a2dc5f362b976419e3c79111147967
  • org.opencontainers.image.source
    https://github.com/catthehacker/catthehacker/docker_images
  • org.opencontainers.image.title
    runner-latest-arm64
  • org.opencontainers.image.url
    https://github.com/catthehacker/catthehacker/docker_images/tree/dea4e32c50a2dc5f362b976419e3c79111147967/linux/ubuntu/runner/
  • org.opencontainers.image.vendor
    catthehacker
  • org.opencontainers.image.version
    20230321

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.1/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:b2ddfd337773edbf5766dce2fdbeef139ba8c42724e29eda157c84e9f97f1bce - 6.31% (27.1 MB)

[#001] sha256:3aef66b301cbfe4ff1bb09357ccf381140239a236438d27a992d076491a3a066 - 0.84% (3.59 MB)

[#002] sha256:693278d975de74bdcb529fd46771b1335b9501b8f479a3c8128b69375f7945a8 - 0.79% (3.37 MB)

[#003] sha256:0bfc2e7bfd914b57fdeae1d187ca7a12534443f9e2a6142287dab73c0296ade8 - 8.73% (37.4 MB)

[#004] sha256:c2292b558961f2b5d5b6555b004730bdf51c7012b78b0a9474df76b1674aaa26 - 37.01% (159 MB)

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

[#006] sha256:3e10573c24c716046afd8d141e7d16562942b32d47e4be3aafccfecf8849668c - 0.0% (9.1 KB)

[#007] sha256:3d8654c2d47eefec933c3260f7308d57c3901d95f213e0510ec446fcbc357aac - 33.28% (143 MB)

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

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

[#010] sha256:8c1aeb30e516b49f8ba797fcd5784254dc93669036f5ab83e6cd27f696c9fdf6 - 13.05% (55.9 MB)


History
2023-03-08 04:32:38 UTC

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

2023-03-08 04:32:38 UTC

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

2023-03-08 04:32:38 UTC

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

2023-03-08 04:32:39 UTC

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

2023-03-08 04:32:40 UTC

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

2023-03-08 04:32:41 UTC

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

2023-03-16 04:07:53 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-03-16 04:08:10 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-03-16 04:08:55 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-03-16 04:11: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-03-21 05:14:36 UTC (buildkit.dockerfile.v0)

ARG TARGETARCH

2023-03-21 05:14:36 UTC (buildkit.dockerfile.v0)

ARG FROM_IMAGE

2023-03-21 05:14:36 UTC (buildkit.dockerfile.v0)

ARG FROM_TAG

2023-03-21 05:14:36 UTC (buildkit.dockerfile.v0)

ARG NODE_VERSION=12 16

2023-03-21 05:14:36 UTC (buildkit.dockerfile.v0)

ARG DISTRO=ubuntu

2023-03-21 05:14:36 UTC (buildkit.dockerfile.v0)

ARG TYPE=act

2023-03-21 05:14:36 UTC (buildkit.dockerfile.v0)

ARG RUNNER

2023-03-21 05:14:36 UTC (buildkit.dockerfile.v0)

ENV DEBIAN_FRONTEND=noninteractive

2023-03-21 05:14:36 UTC (buildkit.dockerfile.v0)

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

2023-03-21 05:14:36 UTC (buildkit.dockerfile.v0)

WORKDIR /tmp

2023-03-21 05:14:36 UTC (buildkit.dockerfile.v0)

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

2023-03-21 05:20:38 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-03-21 05:20:38 UTC (buildkit.dockerfile.v0)

ARG BUILD_DATE

2023-03-21 05:20:38 UTC (buildkit.dockerfile.v0)

ARG BUILD_TAG=act

2023-03-21 05:20:38 UTC (buildkit.dockerfile.v0)

ARG BUILD_REF

2023-03-21 05:20:38 UTC (buildkit.dockerfile.v0)

ARG BUILD_TAG_VERSION

2023-03-21 05:20:38 UTC (buildkit.dockerfile.v0)

ARG BUILD_OWNER

2023-03-21 05:20:38 UTC (buildkit.dockerfile.v0)

ARG BUILD_REPO

2023-03-21 05:20:38 UTC (buildkit.dockerfile.v0)

LABEL org.opencontainers.image.created=2023-03-21 05:14:26Z

2023-03-21 05:20:38 UTC (buildkit.dockerfile.v0)

LABEL org.opencontainers.image.vendor=catthehacker

2023-03-21 05:20:38 UTC (buildkit.dockerfile.v0)

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

2023-03-21 05:20:38 UTC (buildkit.dockerfile.v0)

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

2023-03-21 05:20:38 UTC (buildkit.dockerfile.v0)

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

2023-03-21 05:20:38 UTC (buildkit.dockerfile.v0)

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

2023-03-21 05:20:38 UTC (buildkit.dockerfile.v0)

LABEL org.opencontainers.image.version=20230321

2023-03-21 05:20:38 UTC (buildkit.dockerfile.v0)

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

2023-03-21 05:20:38 UTC (buildkit.dockerfile.v0)

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

2023-03-21 05:20:38 UTC (buildkit.dockerfile.v0)

LABEL org.opencontainers.image.revision=dea4e32c50a2dc5f362b976419e3c79111147967

2023-03-21 05:20:38 UTC (buildkit.dockerfile.v0)

USER root

2023-03-21 05:21:23 UTC

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

2023-03-21 05:21:24 UTC

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

2023-03-21 05:21:25 UTC

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

2023-03-21 05:21:26 UTC

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

2023-03-21 05:21:27 UTC

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

2023-03-21 05:21:28 UTC

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

2023-03-21 05:21:30 UTC

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

2023-03-21 05:21:31 UTC

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

2023-03-21 05:21:32 UTC

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

2023-03-21 05:21:33 UTC

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

2023-03-21 05:31:21 UTC (buildkit.dockerfile.v0)

ARG TARGETARCH

2023-03-21 05:31:21 UTC (buildkit.dockerfile.v0)

ARG FROM_IMAGE

2023-03-21 05:31:21 UTC (buildkit.dockerfile.v0)

ARG FROM_TAG

2023-03-21 05:31:21 UTC (buildkit.dockerfile.v0)

ARG NODE_VERSION=12 16

2023-03-21 05:31:21 UTC (buildkit.dockerfile.v0)

ARG DISTRO=ubuntu

2023-03-21 05:31:21 UTC (buildkit.dockerfile.v0)

ARG TYPE=act

2023-03-21 05:31:21 UTC (buildkit.dockerfile.v0)

ARG RUNNER

2023-03-21 05:31:21 UTC (buildkit.dockerfile.v0)

ENV DEBIAN_FRONTEND=noninteractive

2023-03-21 05:31:21 UTC (buildkit.dockerfile.v0)

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

2023-03-21 05:31:21 UTC (buildkit.dockerfile.v0)

WORKDIR /tmp

2023-03-21 05:31:21 UTC (buildkit.dockerfile.v0)

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

2023-03-21 05:31:30 UTC (buildkit.dockerfile.v0)

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

2023-03-21 05:31:30 UTC (buildkit.dockerfile.v0)

ARG BUILD_DATE

2023-03-21 05:31:30 UTC (buildkit.dockerfile.v0)

ARG BUILD_TAG=runner

2023-03-21 05:31:30 UTC (buildkit.dockerfile.v0)

ARG BUILD_REF

2023-03-21 05:31:30 UTC (buildkit.dockerfile.v0)

ARG BUILD_TAG_VERSION

2023-03-21 05:31:30 UTC (buildkit.dockerfile.v0)

ARG BUILD_OWNER

2023-03-21 05:31:30 UTC (buildkit.dockerfile.v0)

ARG BUILD_REPO

2023-03-21 05:31:30 UTC (buildkit.dockerfile.v0)

LABEL org.opencontainers.image.created=2023-03-21 05:31:20Z

2023-03-21 05:31:30 UTC (buildkit.dockerfile.v0)

LABEL org.opencontainers.image.vendor=catthehacker

2023-03-21 05:31:30 UTC (buildkit.dockerfile.v0)

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

2023-03-21 05:31:30 UTC (buildkit.dockerfile.v0)

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

2023-03-21 05:31:30 UTC (buildkit.dockerfile.v0)

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

2023-03-21 05:31:30 UTC (buildkit.dockerfile.v0)

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

2023-03-21 05:31:30 UTC (buildkit.dockerfile.v0)

LABEL org.opencontainers.image.version=20230321

2023-03-21 05:31:30 UTC (buildkit.dockerfile.v0)

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

2023-03-21 05:31:30 UTC (buildkit.dockerfile.v0)

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

2023-03-21 05:31:30 UTC (buildkit.dockerfile.v0)

LABEL org.opencontainers.image.revision=dea4e32c50a2dc5f362b976419e3c79111147967

2023-03-21 05:31:30 UTC (buildkit.dockerfile.v0)

USER runner

2023-03-21 05:31:52 UTC

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

2023-03-21 05:31:54 UTC

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

2023-03-21 05:31:55 UTC

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

2023-03-21 05:31:56 UTC

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

2023-03-21 05:31:57 UTC

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

2023-03-21 05:31:59 UTC

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

2023-03-21 05:32:00 UTC

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

2023-03-21 05:32:01 UTC

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

2023-03-21 05:32:02 UTC

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

2023-03-21 05:32:03 UTC

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

2023-03-21 05:32:05 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