Namespace
catthehacker
Image / Tag
ubuntu:go-20.04-20230122
Content Digest
sha256:d0bf3072a08e86e01d2b682c40d5af917e58e83073223e709e324d76697d6f47
Details
Created

2023-01-22 13:46:40 UTC

Size

793 MB

Content Digest
Labels
  • org.opencontainers.image.authors
    https://github.com/catthehacker
  • org.opencontainers.image.created
    2023-01-22 13:45:59Z
  • 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
    go-20.04-amd64
  • org.opencontainers.image.url
    https://github.com/catthehacker/catthehacker/docker_images/tree/9cc06ea30249f7fe34dd94db71fbf9ca39649ce7/linux/ubuntu/go/
  • org.opencontainers.image.vendor
    catthehacker
  • org.opencontainers.image.version
    20230122

Environment
AGENT_TOOLSDIRECTORY

/opt/hostedtoolcache

DEBIAN_FRONTEND

noninteractive

DEPLOYMENT_BASEPATH

/opt/runner

IMAGE_OS

ubuntu20

ImageOS

ubuntu20

LSB_OS_VERSION

2004

LSB_RELEASE

20.04

PATH

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

RUNNER_USER

root

RUN_TOOL_CACHE

/opt/hostedtoolcache

USER

root


Layers

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

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

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

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

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

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

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

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

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

[#009] sha256:5d18ab14ec62d3371a0f5c748e9c2348d893027d06502796a0236610769ab52a - 0.0% (9.05 KB)

[#010] sha256:a820502183295bcf48e32067e186dbe842b2dc57369dce1409f4fa929a294ba0 - 51.25% (406 MB)


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

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

2022-12-09 01:20:21 UTC

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

2022-12-09 03:56:30 UTC

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

2022-12-09 03:56:36 UTC

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

2022-12-09 03:57:11 UTC

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

2022-12-09 03:58:50 UTC

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

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

ARG TARGETARCH

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

ARG FROM_IMAGE

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

ARG FROM_TAG

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

ARG NODE_VERSION=12 16

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

ARG DISTRO=ubuntu

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

ARG TYPE=act

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

ARG RUNNER

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

ENV DEBIAN_FRONTEND=noninteractive

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

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

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

WORKDIR /tmp

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

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

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

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

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

ARG BUILD_DATE

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

ARG BUILD_TAG=act

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

ARG BUILD_REF

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

ARG BUILD_TAG_VERSION

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

ARG BUILD_OWNER

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

ARG BUILD_REPO

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

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

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

LABEL org.opencontainers.image.vendor=catthehacker

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

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

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

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

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

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

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

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

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

LABEL org.opencontainers.image.version=20230122

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

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

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

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

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

LABEL org.opencontainers.image.revision=9cc06ea30249f7fe34dd94db71fbf9ca39649ce7

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

USER root

2023-01-22 12:37:46 UTC

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

2023-01-22 12:37:48 UTC

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

2023-01-22 12:37:49 UTC

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

2023-01-22 12:37:51 UTC

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

2023-01-22 12:37:52 UTC

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

2023-01-22 12:37:54 UTC

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

2023-01-22 12:37:55 UTC

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

2023-01-22 12:37:57 UTC

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

2023-01-22 12:37:58 UTC

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

2023-01-22 12:38:00 UTC

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

2023-01-22 13:41:38 UTC (buildkit.dockerfile.v0)

ARG TARGETARCH

2023-01-22 13:41:38 UTC (buildkit.dockerfile.v0)

ARG FROM_IMAGE

2023-01-22 13:41:38 UTC (buildkit.dockerfile.v0)

ARG FROM_TAG

2023-01-22 13:41:38 UTC (buildkit.dockerfile.v0)

ARG NODE_VERSION=12 16

2023-01-22 13:41:38 UTC (buildkit.dockerfile.v0)

ARG DISTRO=ubuntu

2023-01-22 13:41:38 UTC (buildkit.dockerfile.v0)

ARG TYPE=act

2023-01-22 13:41:38 UTC (buildkit.dockerfile.v0)

ARG RUNNER

2023-01-22 13:41:38 UTC (buildkit.dockerfile.v0)

ENV DEBIAN_FRONTEND=noninteractive

2023-01-22 13:41:38 UTC (buildkit.dockerfile.v0)

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

2023-01-22 13:41:38 UTC (buildkit.dockerfile.v0)

WORKDIR /tmp

2023-01-22 13:41:38 UTC (buildkit.dockerfile.v0)

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

2023-01-22 13:41:54 UTC (buildkit.dockerfile.v0)

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

2023-01-22 13:41:54 UTC (buildkit.dockerfile.v0)

ARG BUILD_DATE

2023-01-22 13:41:54 UTC (buildkit.dockerfile.v0)

ARG BUILD_TAG=go

2023-01-22 13:41:54 UTC (buildkit.dockerfile.v0)

ARG BUILD_REF

2023-01-22 13:41:54 UTC (buildkit.dockerfile.v0)

ARG BUILD_TAG_VERSION

2023-01-22 13:41:54 UTC (buildkit.dockerfile.v0)

ARG BUILD_OWNER

2023-01-22 13:41:54 UTC (buildkit.dockerfile.v0)

ARG BUILD_REPO

2023-01-22 13:41:54 UTC (buildkit.dockerfile.v0)

LABEL org.opencontainers.image.created=2023-01-22 13:45:59Z

2023-01-22 13:41:54 UTC (buildkit.dockerfile.v0)

LABEL org.opencontainers.image.vendor=catthehacker

2023-01-22 13:41:54 UTC (buildkit.dockerfile.v0)

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

2023-01-22 13:41:54 UTC (buildkit.dockerfile.v0)

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

2023-01-22 13:41:54 UTC (buildkit.dockerfile.v0)

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

2023-01-22 13:41:54 UTC (buildkit.dockerfile.v0)

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

2023-01-22 13:41:54 UTC (buildkit.dockerfile.v0)

LABEL org.opencontainers.image.version=20230122

2023-01-22 13:41:54 UTC (buildkit.dockerfile.v0)

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

2023-01-22 13:41:54 UTC (buildkit.dockerfile.v0)

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

2023-01-22 13:41:54 UTC (buildkit.dockerfile.v0)

LABEL org.opencontainers.image.revision=9cc06ea30249f7fe34dd94db71fbf9ca39649ce7

2023-01-22 13:41:54 UTC (buildkit.dockerfile.v0)

USER

2023-01-22 13:46:18 UTC

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

2023-01-22 13:46:20 UTC

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

2023-01-22 13:46:23 UTC

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

2023-01-22 13:46:25 UTC

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

2023-01-22 13:46:28 UTC

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

2023-01-22 13:46:30 UTC

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

2023-01-22 13:46:33 UTC

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

2023-01-22 13:46:35 UTC

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

2023-01-22 13:46:38 UTC

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

2023-01-22 13:46:40 UTC

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

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