Namespace
catthehacker
Image / Tag
ubuntu:runner-latest-20230120
Content Digest
sha256:81bc9381505e8232373207c609b7268aad671d9fed363ff0a31856cd0b736265
Details
Created

2023-01-20 04:09:27 UTC

Size

444 MB

Content Digest
Labels
  • org.opencontainers.image.authors
    https://github.com/catthehacker
  • org.opencontainers.image.created
    2023-01-20 04:08:42Z
  • 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-latest-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
    20230120

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:6e3729cf69e0ce2de9e779575a1fec8b7fb5efdfa822829290ab6d5d1bc3e797 - 6.54% (29 MB)

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

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

[#003] sha256:8a54f135ac1e12e79f161760081be691d3ccf3d68b662597ba010a90fa22aca4 - 8.45% (37.5 MB)

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

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

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

[#007] sha256:b93aa78274bab2deb79ca1c3be0f0874bd0929af03ebdccffe765f91abd7bba5 - 33.72% (150 MB)

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

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

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


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

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

2022-12-09 01:20:31 UTC

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

2022-12-09 03:59:09 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:59:18 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:59:47 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/*

2022-12-09 04:02:26 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-20 03:50:42 UTC (buildkit.dockerfile.v0)

ARG TARGETARCH

2023-01-20 03:50:42 UTC (buildkit.dockerfile.v0)

ARG FROM_IMAGE

2023-01-20 03:50:42 UTC (buildkit.dockerfile.v0)

ARG FROM_TAG

2023-01-20 03:50:42 UTC (buildkit.dockerfile.v0)

ARG NODE_VERSION=12 16

2023-01-20 03:50:42 UTC (buildkit.dockerfile.v0)

ARG DISTRO=ubuntu

2023-01-20 03:50:42 UTC (buildkit.dockerfile.v0)

ARG TYPE=act

2023-01-20 03:50:42 UTC (buildkit.dockerfile.v0)

ARG RUNNER

2023-01-20 03:50:42 UTC (buildkit.dockerfile.v0)

ENV DEBIAN_FRONTEND=noninteractive

2023-01-20 03:50:42 UTC (buildkit.dockerfile.v0)

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

2023-01-20 03:50:42 UTC (buildkit.dockerfile.v0)

WORKDIR /tmp

2023-01-20 03:50:42 UTC (buildkit.dockerfile.v0)

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

2023-01-20 03:51:33 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-01-20 03:51:33 UTC (buildkit.dockerfile.v0)

ARG BUILD_DATE

2023-01-20 03:51:33 UTC (buildkit.dockerfile.v0)

ARG BUILD_TAG=act

2023-01-20 03:51:33 UTC (buildkit.dockerfile.v0)

ARG BUILD_REF

2023-01-20 03:51:33 UTC (buildkit.dockerfile.v0)

ARG BUILD_TAG_VERSION

2023-01-20 03:51:33 UTC (buildkit.dockerfile.v0)

ARG BUILD_OWNER

2023-01-20 03:51:33 UTC (buildkit.dockerfile.v0)

ARG BUILD_REPO

2023-01-20 03:51:33 UTC (buildkit.dockerfile.v0)

LABEL org.opencontainers.image.created=2023-01-20 03:50:26Z

2023-01-20 03:51:33 UTC (buildkit.dockerfile.v0)

LABEL org.opencontainers.image.vendor=catthehacker

2023-01-20 03:51:33 UTC (buildkit.dockerfile.v0)

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

2023-01-20 03:51:33 UTC (buildkit.dockerfile.v0)

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

2023-01-20 03:51:33 UTC (buildkit.dockerfile.v0)

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

2023-01-20 03:51:33 UTC (buildkit.dockerfile.v0)

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

2023-01-20 03:51:33 UTC (buildkit.dockerfile.v0)

LABEL org.opencontainers.image.version=20230120

2023-01-20 03:51:33 UTC (buildkit.dockerfile.v0)

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

2023-01-20 03:51:33 UTC (buildkit.dockerfile.v0)

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

2023-01-20 03:51:33 UTC (buildkit.dockerfile.v0)

LABEL org.opencontainers.image.revision=9cc06ea30249f7fe34dd94db71fbf9ca39649ce7

2023-01-20 03:51:33 UTC (buildkit.dockerfile.v0)

USER root

2023-01-20 03:52:21 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-20 03:52:22 UTC

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

2023-01-20 03:52:23 UTC

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

2023-01-20 03:52:24 UTC

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

2023-01-20 03:52:25 UTC

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

2023-01-20 03:52:27 UTC

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

2023-01-20 03:52:28 UTC

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

2023-01-20 03:52:29 UTC

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

2023-01-20 03:52:30 UTC

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

2023-01-20 03:52:31 UTC

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

2023-01-20 04:08:44 UTC (buildkit.dockerfile.v0)

ARG TARGETARCH

2023-01-20 04:08:44 UTC (buildkit.dockerfile.v0)

ARG FROM_IMAGE

2023-01-20 04:08:44 UTC (buildkit.dockerfile.v0)

ARG FROM_TAG

2023-01-20 04:08:44 UTC (buildkit.dockerfile.v0)

ARG NODE_VERSION=12 16

2023-01-20 04:08:44 UTC (buildkit.dockerfile.v0)

ARG DISTRO=ubuntu

2023-01-20 04:08:44 UTC (buildkit.dockerfile.v0)

ARG TYPE=act

2023-01-20 04:08:44 UTC (buildkit.dockerfile.v0)

ARG RUNNER

2023-01-20 04:08:44 UTC (buildkit.dockerfile.v0)

ENV DEBIAN_FRONTEND=noninteractive

2023-01-20 04:08:44 UTC (buildkit.dockerfile.v0)

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

2023-01-20 04:08:44 UTC (buildkit.dockerfile.v0)

WORKDIR /tmp

2023-01-20 04:08:44 UTC (buildkit.dockerfile.v0)

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

2023-01-20 04:08:51 UTC (buildkit.dockerfile.v0)

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

2023-01-20 04:08:51 UTC (buildkit.dockerfile.v0)

ARG BUILD_DATE

2023-01-20 04:08:51 UTC (buildkit.dockerfile.v0)

ARG BUILD_TAG=runner

2023-01-20 04:08:51 UTC (buildkit.dockerfile.v0)

ARG BUILD_REF

2023-01-20 04:08:51 UTC (buildkit.dockerfile.v0)

ARG BUILD_TAG_VERSION

2023-01-20 04:08:51 UTC (buildkit.dockerfile.v0)

ARG BUILD_OWNER

2023-01-20 04:08:51 UTC (buildkit.dockerfile.v0)

ARG BUILD_REPO

2023-01-20 04:08:51 UTC (buildkit.dockerfile.v0)

LABEL org.opencontainers.image.created=2023-01-20 04:08:42Z

2023-01-20 04:08:51 UTC (buildkit.dockerfile.v0)

LABEL org.opencontainers.image.vendor=catthehacker

2023-01-20 04:08:51 UTC (buildkit.dockerfile.v0)

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

2023-01-20 04:08:51 UTC (buildkit.dockerfile.v0)

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

2023-01-20 04:08:51 UTC (buildkit.dockerfile.v0)

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

2023-01-20 04:08:51 UTC (buildkit.dockerfile.v0)

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

2023-01-20 04:08:51 UTC (buildkit.dockerfile.v0)

LABEL org.opencontainers.image.version=20230120

2023-01-20 04:08:51 UTC (buildkit.dockerfile.v0)

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

2023-01-20 04:08:51 UTC (buildkit.dockerfile.v0)

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

2023-01-20 04:08:51 UTC (buildkit.dockerfile.v0)

LABEL org.opencontainers.image.revision=9cc06ea30249f7fe34dd94db71fbf9ca39649ce7

2023-01-20 04:08:51 UTC (buildkit.dockerfile.v0)

USER runner

2023-01-20 04:09:15 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-20 04:09:16 UTC

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

2023-01-20 04:09:17 UTC

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

2023-01-20 04:09:18 UTC

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

2023-01-20 04:09:20 UTC

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

2023-01-20 04:09:21 UTC

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

2023-01-20 04:09:22 UTC

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

2023-01-20 04:09:23 UTC

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

2023-01-20 04:09:24 UTC

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

2023-01-20 04:09:26 UTC

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

2023-01-20 04:09:27 UTC

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

Details
Created

2023-01-20 04:12:14 UTC

Size

399 MB

Content Digest
Labels
  • org.opencontainers.image.authors
    https://github.com/catthehacker
  • org.opencontainers.image.created
    2023-01-20 04:11: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-latest-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
    20230120

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:c38006c9acc492149d706593acba951110798e57a7ad05103ae7a2d5969c14b6 - 6.46% (25.8 MB)

[#001] sha256:3c10a3af68d572cfa46f93f18e1ae45b9c14001d8952baabe00b16c96c50f24c - 0.85% (3.38 MB)

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

[#003] sha256:853c31c690a919b336ef95fef850b19e193e75f35ddb52e6225289e089782abc - 10.01% (40 MB)

[#004] sha256:51d2cb4904a58feae6297c468be0952d95e679bc79be296f4b72c454554e9d1e - 33.57% (134 MB)

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

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

[#007] sha256:64328280a933c10f116f9565dede784bbe5ca580d33f065161b138dbcf806b69 - 35.38% (141 MB)

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

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

[#010] sha256:f5d62d6845d3e2e8c540a607dafee891226483c017e017b0b5e1ddfb600dde06 - 12.83% (51.2 MB)


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

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

2022-12-09 01:36:30 UTC

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

2022-12-09 02:40:34 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:40:52 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:41:44 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/*

2022-12-09 02:45:20 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-20 04:00:53 UTC (buildkit.dockerfile.v0)

ARG TARGETARCH

2023-01-20 04:00:53 UTC (buildkit.dockerfile.v0)

ARG FROM_IMAGE

2023-01-20 04:00:53 UTC (buildkit.dockerfile.v0)

ARG FROM_TAG

2023-01-20 04:00:53 UTC (buildkit.dockerfile.v0)

ARG NODE_VERSION=12 16

2023-01-20 04:00:53 UTC (buildkit.dockerfile.v0)

ARG DISTRO=ubuntu

2023-01-20 04:00:53 UTC (buildkit.dockerfile.v0)

ARG TYPE=act

2023-01-20 04:00:53 UTC (buildkit.dockerfile.v0)

ARG RUNNER

2023-01-20 04:00:53 UTC (buildkit.dockerfile.v0)

ENV DEBIAN_FRONTEND=noninteractive

2023-01-20 04:00:53 UTC (buildkit.dockerfile.v0)

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

2023-01-20 04:00:53 UTC (buildkit.dockerfile.v0)

WORKDIR /tmp

2023-01-20 04:00:53 UTC (buildkit.dockerfile.v0)

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

2023-01-20 04:06:53 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-01-20 04:06:53 UTC (buildkit.dockerfile.v0)

ARG BUILD_DATE

2023-01-20 04:06:53 UTC (buildkit.dockerfile.v0)

ARG BUILD_TAG=act

2023-01-20 04:06:53 UTC (buildkit.dockerfile.v0)

ARG BUILD_REF

2023-01-20 04:06:53 UTC (buildkit.dockerfile.v0)

ARG BUILD_TAG_VERSION

2023-01-20 04:06:53 UTC (buildkit.dockerfile.v0)

ARG BUILD_OWNER

2023-01-20 04:06:53 UTC (buildkit.dockerfile.v0)

ARG BUILD_REPO

2023-01-20 04:06:53 UTC (buildkit.dockerfile.v0)

LABEL org.opencontainers.image.created=2023-01-20 04:00:43Z

2023-01-20 04:06:53 UTC (buildkit.dockerfile.v0)

LABEL org.opencontainers.image.vendor=catthehacker

2023-01-20 04:06:53 UTC (buildkit.dockerfile.v0)

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

2023-01-20 04:06:53 UTC (buildkit.dockerfile.v0)

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

2023-01-20 04:06:53 UTC (buildkit.dockerfile.v0)

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

2023-01-20 04:06:53 UTC (buildkit.dockerfile.v0)

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

2023-01-20 04:06:53 UTC (buildkit.dockerfile.v0)

LABEL org.opencontainers.image.version=20230120

2023-01-20 04:06:53 UTC (buildkit.dockerfile.v0)

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

2023-01-20 04:06:53 UTC (buildkit.dockerfile.v0)

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

2023-01-20 04:06:53 UTC (buildkit.dockerfile.v0)

LABEL org.opencontainers.image.revision=9cc06ea30249f7fe34dd94db71fbf9ca39649ce7

2023-01-20 04:06:53 UTC (buildkit.dockerfile.v0)

USER root

2023-01-20 04:07:36 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-20 04:07:37 UTC

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

2023-01-20 04:07:38 UTC

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

2023-01-20 04:07:39 UTC

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

2023-01-20 04:07:40 UTC

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

2023-01-20 04:07:42 UTC

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

2023-01-20 04:07:43 UTC

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

2023-01-20 04:07:44 UTC

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

2023-01-20 04:07:45 UTC

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

2023-01-20 04:07:46 UTC

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

2023-01-20 04:11:31 UTC (buildkit.dockerfile.v0)

ARG TARGETARCH

2023-01-20 04:11:31 UTC (buildkit.dockerfile.v0)

ARG FROM_IMAGE

2023-01-20 04:11:31 UTC (buildkit.dockerfile.v0)

ARG FROM_TAG

2023-01-20 04:11:31 UTC (buildkit.dockerfile.v0)

ARG NODE_VERSION=12 16

2023-01-20 04:11:31 UTC (buildkit.dockerfile.v0)

ARG DISTRO=ubuntu

2023-01-20 04:11:31 UTC (buildkit.dockerfile.v0)

ARG TYPE=act

2023-01-20 04:11:31 UTC (buildkit.dockerfile.v0)

ARG RUNNER

2023-01-20 04:11:31 UTC (buildkit.dockerfile.v0)

ENV DEBIAN_FRONTEND=noninteractive

2023-01-20 04:11:31 UTC (buildkit.dockerfile.v0)

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

2023-01-20 04:11:31 UTC (buildkit.dockerfile.v0)

WORKDIR /tmp

2023-01-20 04:11:31 UTC (buildkit.dockerfile.v0)

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

2023-01-20 04:11:41 UTC (buildkit.dockerfile.v0)

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

2023-01-20 04:11:41 UTC (buildkit.dockerfile.v0)

ARG BUILD_DATE

2023-01-20 04:11:41 UTC (buildkit.dockerfile.v0)

ARG BUILD_TAG=runner

2023-01-20 04:11:41 UTC (buildkit.dockerfile.v0)

ARG BUILD_REF

2023-01-20 04:11:41 UTC (buildkit.dockerfile.v0)

ARG BUILD_TAG_VERSION

2023-01-20 04:11:41 UTC (buildkit.dockerfile.v0)

ARG BUILD_OWNER

2023-01-20 04:11:41 UTC (buildkit.dockerfile.v0)

ARG BUILD_REPO

2023-01-20 04:11:41 UTC (buildkit.dockerfile.v0)

LABEL org.opencontainers.image.created=2023-01-20 04:11:31Z

2023-01-20 04:11:41 UTC (buildkit.dockerfile.v0)

LABEL org.opencontainers.image.vendor=catthehacker

2023-01-20 04:11:41 UTC (buildkit.dockerfile.v0)

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

2023-01-20 04:11:41 UTC (buildkit.dockerfile.v0)

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

2023-01-20 04:11:41 UTC (buildkit.dockerfile.v0)

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

2023-01-20 04:11:41 UTC (buildkit.dockerfile.v0)

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

2023-01-20 04:11:41 UTC (buildkit.dockerfile.v0)

LABEL org.opencontainers.image.version=20230120

2023-01-20 04:11:41 UTC (buildkit.dockerfile.v0)

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

2023-01-20 04:11:41 UTC (buildkit.dockerfile.v0)

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

2023-01-20 04:11:41 UTC (buildkit.dockerfile.v0)

LABEL org.opencontainers.image.revision=9cc06ea30249f7fe34dd94db71fbf9ca39649ce7

2023-01-20 04:11:41 UTC (buildkit.dockerfile.v0)

USER runner

2023-01-20 04:12:03 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-20 04:12:04 UTC

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

2023-01-20 04:12:05 UTC

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

2023-01-20 04:12:06 UTC

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

2023-01-20 04:12:07 UTC

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

2023-01-20 04:12:08 UTC

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

2023-01-20 04:12:10 UTC

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

2023-01-20 04:12:11 UTC

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

2023-01-20 04:12:12 UTC

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

2023-01-20 04:12:13 UTC

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

2023-01-20 04:12:14 UTC

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

Details
Created

2023-01-20 04:10:54 UTC

Size

429 MB

Content Digest
Labels
  • org.opencontainers.image.authors
    https://github.com/catthehacker
  • org.opencontainers.image.created
    2023-01-20 04:10:10Z
  • 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-latest-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
    20230120

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:10175de2f0c4f7d306f660ee073bce12b824c8012dd19b3c140aae053fabd1cc - 6.31% (27.1 MB)

[#001] sha256:736070d442832c424ec277741fa07348bb6d393fc18cd0035a007f239b2052f6 - 0.84% (3.59 MB)

[#002] sha256:22ccf4e81d4bcba80b626706c512629e42393763d6c73b8b17ea547eb4c854af - 0.79% (3.37 MB)

[#003] sha256:c612e1804d27a0fa6b840ef8e29ae6f862b2808386c55b535382c7824e2e6d81 - 8.72% (37.4 MB)

[#004] sha256:b2cd59ad15b3adf04250942ede105313c78964852376b57f10a78316780870be - 36.99% (159 MB)

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

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

[#007] sha256:1e65262288b50f558a08844cb4044810fbb1028e24b4c22ac0c8dfc093f17555 - 33.31% (143 MB)

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

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

[#010] sha256:5d6b2a1128d13cdc4cf681eef1596fd19ea8996d557339421dc9b54579ca82c4 - 13.04% (56 MB)


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

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

2022-12-09 01:46:57 UTC

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

2022-12-09 04:31: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/*

2022-12-09 04:31:31 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:32:03 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/*

2022-12-09 04:34: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-01-20 03:53:16 UTC (buildkit.dockerfile.v0)

ARG TARGETARCH

2023-01-20 03:53:16 UTC (buildkit.dockerfile.v0)

ARG FROM_IMAGE

2023-01-20 03:53:16 UTC (buildkit.dockerfile.v0)

ARG FROM_TAG

2023-01-20 03:53:16 UTC (buildkit.dockerfile.v0)

ARG NODE_VERSION=12 16

2023-01-20 03:53:16 UTC (buildkit.dockerfile.v0)

ARG DISTRO=ubuntu

2023-01-20 03:53:16 UTC (buildkit.dockerfile.v0)

ARG TYPE=act

2023-01-20 03:53:16 UTC (buildkit.dockerfile.v0)

ARG RUNNER

2023-01-20 03:53:16 UTC (buildkit.dockerfile.v0)

ENV DEBIAN_FRONTEND=noninteractive

2023-01-20 03:53:16 UTC (buildkit.dockerfile.v0)

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

2023-01-20 03:53:16 UTC (buildkit.dockerfile.v0)

WORKDIR /tmp

2023-01-20 03:53:16 UTC (buildkit.dockerfile.v0)

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

2023-01-20 03:59:16 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-01-20 03:59:16 UTC (buildkit.dockerfile.v0)

ARG BUILD_DATE

2023-01-20 03:59:16 UTC (buildkit.dockerfile.v0)

ARG BUILD_TAG=act

2023-01-20 03:59:16 UTC (buildkit.dockerfile.v0)

ARG BUILD_REF

2023-01-20 03:59:16 UTC (buildkit.dockerfile.v0)

ARG BUILD_TAG_VERSION

2023-01-20 03:59:16 UTC (buildkit.dockerfile.v0)

ARG BUILD_OWNER

2023-01-20 03:59:16 UTC (buildkit.dockerfile.v0)

ARG BUILD_REPO

2023-01-20 03:59:16 UTC (buildkit.dockerfile.v0)

LABEL org.opencontainers.image.created=2023-01-20 03:53:05Z

2023-01-20 03:59:16 UTC (buildkit.dockerfile.v0)

LABEL org.opencontainers.image.vendor=catthehacker

2023-01-20 03:59:16 UTC (buildkit.dockerfile.v0)

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

2023-01-20 03:59:16 UTC (buildkit.dockerfile.v0)

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

2023-01-20 03:59:16 UTC (buildkit.dockerfile.v0)

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

2023-01-20 03:59:16 UTC (buildkit.dockerfile.v0)

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

2023-01-20 03:59:16 UTC (buildkit.dockerfile.v0)

LABEL org.opencontainers.image.version=20230120

2023-01-20 03:59:16 UTC (buildkit.dockerfile.v0)

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

2023-01-20 03:59:16 UTC (buildkit.dockerfile.v0)

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

2023-01-20 03:59:16 UTC (buildkit.dockerfile.v0)

LABEL org.opencontainers.image.revision=9cc06ea30249f7fe34dd94db71fbf9ca39649ce7

2023-01-20 03:59:16 UTC (buildkit.dockerfile.v0)

USER root

2023-01-20 04:00: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-01-20 04:00:03 UTC

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

2023-01-20 04:00:04 UTC

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

2023-01-20 04:00:05 UTC

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

2023-01-20 04:00:06 UTC

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

2023-01-20 04:00:07 UTC

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

2023-01-20 04:00:08 UTC

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

2023-01-20 04:00:10 UTC

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

2023-01-20 04:00:11 UTC

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

2023-01-20 04:00:12 UTC

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

2023-01-20 04:10:11 UTC (buildkit.dockerfile.v0)

ARG TARGETARCH

2023-01-20 04:10:11 UTC (buildkit.dockerfile.v0)

ARG FROM_IMAGE

2023-01-20 04:10:11 UTC (buildkit.dockerfile.v0)

ARG FROM_TAG

2023-01-20 04:10:11 UTC (buildkit.dockerfile.v0)

ARG NODE_VERSION=12 16

2023-01-20 04:10:11 UTC (buildkit.dockerfile.v0)

ARG DISTRO=ubuntu

2023-01-20 04:10:11 UTC (buildkit.dockerfile.v0)

ARG TYPE=act

2023-01-20 04:10:11 UTC (buildkit.dockerfile.v0)

ARG RUNNER

2023-01-20 04:10:11 UTC (buildkit.dockerfile.v0)

ENV DEBIAN_FRONTEND=noninteractive

2023-01-20 04:10:11 UTC (buildkit.dockerfile.v0)

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

2023-01-20 04:10:11 UTC (buildkit.dockerfile.v0)

WORKDIR /tmp

2023-01-20 04:10:11 UTC (buildkit.dockerfile.v0)

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

2023-01-20 04:10:20 UTC (buildkit.dockerfile.v0)

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

2023-01-20 04:10:20 UTC (buildkit.dockerfile.v0)

ARG BUILD_DATE

2023-01-20 04:10:20 UTC (buildkit.dockerfile.v0)

ARG BUILD_TAG=runner

2023-01-20 04:10:20 UTC (buildkit.dockerfile.v0)

ARG BUILD_REF

2023-01-20 04:10:20 UTC (buildkit.dockerfile.v0)

ARG BUILD_TAG_VERSION

2023-01-20 04:10:20 UTC (buildkit.dockerfile.v0)

ARG BUILD_OWNER

2023-01-20 04:10:20 UTC (buildkit.dockerfile.v0)

ARG BUILD_REPO

2023-01-20 04:10:20 UTC (buildkit.dockerfile.v0)

LABEL org.opencontainers.image.created=2023-01-20 04:10:10Z

2023-01-20 04:10:20 UTC (buildkit.dockerfile.v0)

LABEL org.opencontainers.image.vendor=catthehacker

2023-01-20 04:10:20 UTC (buildkit.dockerfile.v0)

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

2023-01-20 04:10:20 UTC (buildkit.dockerfile.v0)

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

2023-01-20 04:10:20 UTC (buildkit.dockerfile.v0)

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

2023-01-20 04:10:20 UTC (buildkit.dockerfile.v0)

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

2023-01-20 04:10:20 UTC (buildkit.dockerfile.v0)

LABEL org.opencontainers.image.version=20230120

2023-01-20 04:10:20 UTC (buildkit.dockerfile.v0)

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

2023-01-20 04:10:20 UTC (buildkit.dockerfile.v0)

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

2023-01-20 04:10:20 UTC (buildkit.dockerfile.v0)

LABEL org.opencontainers.image.revision=9cc06ea30249f7fe34dd94db71fbf9ca39649ce7

2023-01-20 04:10:20 UTC (buildkit.dockerfile.v0)

USER runner

2023-01-20 04:10:42 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-20 04:10:43 UTC

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

2023-01-20 04:10:44 UTC

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

2023-01-20 04:10:46 UTC

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

2023-01-20 04:10:47 UTC

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

2023-01-20 04:10:48 UTC

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

2023-01-20 04:10:49 UTC

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

2023-01-20 04:10:50 UTC

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

2023-01-20 04:10:51 UTC

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

2023-01-20 04:10:53 UTC

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

2023-01-20 04:10:54 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