Namespace
catthehacker
Image / Tag
ubuntu:pwsh-22.04-20230415
Content Digest
sha256:42c7c1bf715b699ac4fc32acf0e3adabce2357b992bd09d45d2a682608ccc6d6
Details
Created

2023-04-15 13:29:59 UTC

Size

452 MB

Content Digest
Labels
  • org.opencontainers.image.authors
    https://github.com/catthehacker
  • org.opencontainers.image.created
    2023-04-15 13:28:16Z
  • 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
    4f58a457e77a1146a177b922c80af5d8379e2959
  • org.opencontainers.image.source
    https://github.com/catthehacker/catthehacker/docker_images
  • org.opencontainers.image.title
    pwsh-22.04-amd64
  • org.opencontainers.image.url
    https://github.com/catthehacker/catthehacker/docker_images/tree/4f58a457e77a1146a177b922c80af5d8379e2959/linux/ubuntu/pwsh/
  • org.opencontainers.image.vendor
    catthehacker
  • org.opencontainers.image.version
    20230415

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.20.0/x64/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin

RUNNER_USER

root

RUN_TOOL_CACHE

/opt/hostedtoolcache

USER

root


Layers

[#000] sha256:74ac377868f863e123f24c409f79709f7563fa464557c36a09cf6f85c8b92b7f - 6.42% (29 MB)

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

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

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

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

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

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

[#007] sha256:1fc012dd7e46b57ac1d8291bb06d53e452d6e60ca8927702e713aa89ee85741d - 28.39% (128 MB)

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

[#009] sha256:d257c542dbf3a7f46fc7e8201a8b5b2391f8b07dc0285f723b169c8fe4a62604 - 0.0% (9.11 KB)

[#010] sha256:50b6937160cfdaae5f9cc7a02fed68092ebef8633e83a1491466725b0548e293 - 18.88% (85.4 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-04-15 12:33:24 UTC (buildkit.dockerfile.v0)

ARG TARGETARCH

2023-04-15 12:33:24 UTC (buildkit.dockerfile.v0)

ARG FROM_IMAGE

2023-04-15 12:33:24 UTC (buildkit.dockerfile.v0)

ARG FROM_TAG

2023-04-15 12:33:24 UTC (buildkit.dockerfile.v0)

ARG NODE_VERSION=12 16

2023-04-15 12:33:24 UTC (buildkit.dockerfile.v0)

ARG DISTRO=ubuntu

2023-04-15 12:33:24 UTC (buildkit.dockerfile.v0)

ARG TYPE=act

2023-04-15 12:33:24 UTC (buildkit.dockerfile.v0)

ARG RUNNER

2023-04-15 12:33:24 UTC (buildkit.dockerfile.v0)

ENV DEBIAN_FRONTEND=noninteractive

2023-04-15 12:33:24 UTC (buildkit.dockerfile.v0)

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

2023-04-15 12:33:24 UTC (buildkit.dockerfile.v0)

WORKDIR /tmp

2023-04-15 12:33:24 UTC (buildkit.dockerfile.v0)

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

2023-04-15 12:34:33 UTC (buildkit.dockerfile.v0)

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

2023-04-15 12:34:33 UTC (buildkit.dockerfile.v0)

ARG BUILD_DATE

2023-04-15 12:34:33 UTC (buildkit.dockerfile.v0)

ARG BUILD_TAG=act

2023-04-15 12:34:33 UTC (buildkit.dockerfile.v0)

ARG BUILD_REF

2023-04-15 12:34:33 UTC (buildkit.dockerfile.v0)

ARG BUILD_TAG_VERSION

2023-04-15 12:34:33 UTC (buildkit.dockerfile.v0)

ARG BUILD_OWNER

2023-04-15 12:34:33 UTC (buildkit.dockerfile.v0)

ARG BUILD_REPO

2023-04-15 12:34:33 UTC (buildkit.dockerfile.v0)

LABEL org.opencontainers.image.created=2023-04-15 12:33:04Z

2023-04-15 12:34:33 UTC (buildkit.dockerfile.v0)

LABEL org.opencontainers.image.vendor=catthehacker

2023-04-15 12:34:33 UTC (buildkit.dockerfile.v0)

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

2023-04-15 12:34:33 UTC (buildkit.dockerfile.v0)

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

2023-04-15 12:34:33 UTC (buildkit.dockerfile.v0)

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

2023-04-15 12:34:33 UTC (buildkit.dockerfile.v0)

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

2023-04-15 12:34:33 UTC (buildkit.dockerfile.v0)

LABEL org.opencontainers.image.version=20230415

2023-04-15 12:34:33 UTC (buildkit.dockerfile.v0)

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

2023-04-15 12:34:33 UTC (buildkit.dockerfile.v0)

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

2023-04-15 12:34:33 UTC (buildkit.dockerfile.v0)

LABEL org.opencontainers.image.revision=4f58a457e77a1146a177b922c80af5d8379e2959

2023-04-15 12:34:33 UTC (buildkit.dockerfile.v0)

USER root

2023-04-15 12:35:27 UTC

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

2023-04-15 12:35:29 UTC

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

2023-04-15 12:35:30 UTC

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

2023-04-15 12:35:31 UTC

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

2023-04-15 12:35:33 UTC

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

2023-04-15 12:35:34 UTC

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

2023-04-15 12:35:36 UTC

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

2023-04-15 12:35:37 UTC

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

2023-04-15 12:35:38 UTC

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

2023-04-15 12:35:40 UTC

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

2023-04-15 13:28:38 UTC (buildkit.dockerfile.v0)

ARG TARGETARCH

2023-04-15 13:28:38 UTC (buildkit.dockerfile.v0)

ARG FROM_IMAGE

2023-04-15 13:28:38 UTC (buildkit.dockerfile.v0)

ARG FROM_TAG

2023-04-15 13:28:38 UTC (buildkit.dockerfile.v0)

ARG NODE_VERSION=12 16

2023-04-15 13:28:38 UTC (buildkit.dockerfile.v0)

ARG DISTRO=ubuntu

2023-04-15 13:28:38 UTC (buildkit.dockerfile.v0)

ARG TYPE=act

2023-04-15 13:28:38 UTC (buildkit.dockerfile.v0)

ARG RUNNER

2023-04-15 13:28:38 UTC (buildkit.dockerfile.v0)

ENV DEBIAN_FRONTEND=noninteractive

2023-04-15 13:28:38 UTC (buildkit.dockerfile.v0)

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

2023-04-15 13:28:38 UTC (buildkit.dockerfile.v0)

WORKDIR /tmp

2023-04-15 13:28:38 UTC (buildkit.dockerfile.v0)

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

2023-04-15 13:29:04 UTC (buildkit.dockerfile.v0)

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

2023-04-15 13:29:04 UTC (buildkit.dockerfile.v0)

ARG BUILD_DATE

2023-04-15 13:29:04 UTC (buildkit.dockerfile.v0)

ARG BUILD_TAG=pwsh

2023-04-15 13:29:04 UTC (buildkit.dockerfile.v0)

ARG BUILD_REF

2023-04-15 13:29:04 UTC (buildkit.dockerfile.v0)

ARG BUILD_TAG_VERSION

2023-04-15 13:29:04 UTC (buildkit.dockerfile.v0)

ARG BUILD_OWNER

2023-04-15 13:29:04 UTC (buildkit.dockerfile.v0)

ARG BUILD_REPO

2023-04-15 13:29:04 UTC (buildkit.dockerfile.v0)

LABEL org.opencontainers.image.created=2023-04-15 13:28:16Z

2023-04-15 13:29:04 UTC (buildkit.dockerfile.v0)

LABEL org.opencontainers.image.vendor=catthehacker

2023-04-15 13:29:04 UTC (buildkit.dockerfile.v0)

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

2023-04-15 13:29:04 UTC (buildkit.dockerfile.v0)

LABEL org.opencontainers.image.url=https://github.com/catthehacker/catthehacker/docker_images/tree/4f58a457e77a1146a177b922c80af5d8379e2959/linux/ubuntu/pwsh/

2023-04-15 13:29:04 UTC (buildkit.dockerfile.v0)

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

2023-04-15 13:29:04 UTC (buildkit.dockerfile.v0)

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

2023-04-15 13:29:04 UTC (buildkit.dockerfile.v0)

LABEL org.opencontainers.image.version=20230415

2023-04-15 13:29:04 UTC (buildkit.dockerfile.v0)

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

2023-04-15 13:29:04 UTC (buildkit.dockerfile.v0)

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

2023-04-15 13:29:04 UTC (buildkit.dockerfile.v0)

LABEL org.opencontainers.image.revision=4f58a457e77a1146a177b922c80af5d8379e2959

2023-04-15 13:29:04 UTC (buildkit.dockerfile.v0)

USER

2023-04-15 13:29:50 UTC

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

2023-04-15 13:29:51 UTC

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

2023-04-15 13:29:52 UTC

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

2023-04-15 13:29:53 UTC

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

2023-04-15 13:29:54 UTC

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

2023-04-15 13:29:55 UTC

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

2023-04-15 13:29:56 UTC

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

2023-04-15 13:29:57 UTC

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

2023-04-15 13:29:58 UTC

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

2023-04-15 13:29:59 UTC

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

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