ubuntu-full (d415e82)
Published 2026-01-28 05:45:22 +00:00 by tomas.mirchev
Installation
docker pull gitea.tomastm.com/tm0/ubuntu-full:d415e82sha256:04c585002c0df3e6f388757f9d4b5eaea39ba0cc27115294b4d833511673fe68
Images
| Digest | OS / Arch | Size |
|---|---|---|
| 5b1b4d04e3 | linux/amd64 | 755 MiB |
Image Layers ( linux/amd64)
| ARG RELEASE |
| ARG LAUNCHPAD_BUILD_ARCH |
| LABEL org.opencontainers.image.ref.name=ubuntu |
| LABEL org.opencontainers.image.version=24.04 |
| ADD file:ddf1aa62235de6657123492b19d27d937c25668011b5ebf923a3f019200f8540 in / |
| CMD ["/bin/bash"] |
| RUN /bin/sh -c set -eux; apt-get update; apt-get install -y --no-install-recommends ca-certificates curl gnupg netbase sq wget tzdata ; apt-get dist-clean # buildkit |
| RUN /bin/sh -c set -eux; apt-get update; apt-get install -y --no-install-recommends git mercurial openssh-client subversion procps ; apt-get dist-clean # buildkit |
| RUN /bin/sh -c set -ex; apt-get update; apt-get install -y --no-install-recommends autoconf automake bzip2 default-libmysqlclient-dev 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 ; apt-get dist-clean # buildkit |
| ARG TARGETARCH |
| ARG FROM_IMAGE TARGETARCH |
| ARG FROM_IMAGE FROM_TAG TARGETARCH |
| ARG FROM_IMAGE FROM_TAG NODE_VERSION TARGETARCH |
| ARG DISTRO FROM_IMAGE FROM_TAG NODE_VERSION TARGETARCH |
| ARG DISTRO FROM_IMAGE FROM_TAG NODE_VERSION TARGETARCH TYPE |
| ARG DISTRO FROM_IMAGE FROM_TAG NODE_VERSION RUNNER TARGETARCH TYPE |
| ENV DEBIAN_FRONTEND=noninteractive |
| SHELL [ "/bin/bash", "--login", "-e", "-o", "pipefail", "-c" ] |
| WORKDIR /tmp |
| COPY dir:09c4e9994c0481ae7b269c82ce90f34869904a0a700e3293f7a6f7deed685278 in /imagegeneration/installers |
| |9 DISTRO=ubuntu FROM_IMAGE=buildpack-deps FROM_TAG=24.04 NODE_VERSION=16 18 20 RUNNER=root TARGETARCH=amd64 TYPE=act /bin/sh -c bash /imagegeneration/installers/${TYPE}.sh |
| ARG BUILD_DATE DISTRO FROM_IMAGE FROM_TAG NODE_VERSION RUNNER TARGETARCH TYPE |
| ARG BUILD_DATE BUILD_TAG DISTRO FROM_IMAGE FROM_TAG NODE_VERSION RUNNER TARGETARCH TYPE |
| ARG BUILD_DATE BUILD_REF BUILD_TAG DISTRO FROM_IMAGE FROM_TAG NODE_VERSION RUNNER TARGETARCH TYPE |
| ARG BUILD_DATE BUILD_REF BUILD_TAG BUILD_TAG_VERSION DISTRO FROM_IMAGE FROM_TAG NODE_VERSION RUNNER TARGETARCH TYPE |
| ARG BUILD_DATE BUILD_OWNER BUILD_REF BUILD_TAG BUILD_TAG_VERSION DISTRO FROM_IMAGE FROM_TAG NODE_VERSION RUNNER TARGETARCH TYPE |
| ARG BUILD_DATE BUILD_OWNER BUILD_REF BUILD_REPO BUILD_TAG BUILD_TAG_VERSION DISTRO FROM_IMAGE FROM_TAG NODE_VERSION RUNNER TARGETARCH TYPE |
| LABEL org.opencontainers.image.created="${BUILD_DATE}" |
| LABEL org.opencontainers.image.vendor="${BUILD_OWNER}" |
| LABEL org.opencontainers.image.authors="https://github.com/${BUILD_OWNER}" |
| LABEL org.opencontainers.image.url="https://github.com/${BUILD_OWNER}/${BUILD_REPO}/tree/${BUILD_REF}/linux/${DISTRO}/${TYPE}/" |
| LABEL org.opencontainers.image.source="https://github.com/${BUILD_OWNER}/${BUILD_REPO}" |
| LABEL org.opencontainers.image.documentation="https://github.com/${BUILD_OWNER}/${BUILD_REPO}" |
| LABEL org.opencontainers.image.version="${BUILD_TAG_VERSION}" |
| LABEL org.opencontainers.image.title="${BUILD_TAG}-${TARGETARCH}" |
| LABEL org.opencontainers.image.description="Special image built for using with https://github.com/nektos/act" |
| LABEL org.opencontainers.image.revision="${BUILD_REF}" |
| USER ${RUNNER} |
| /bin/bash --login -e -o pipefail -c |
| ENV PATH=/root/.local/bin:/opt/acttoolcache/node/18.20.8/x64/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin |
| RUN /bin/bash --login -e -o pipefail -c apt-get update && apt-get install -y --no-install-recommends curl gnupg software-properties-common wireguard && add-apt-repository --yes --update ppa:ansible/ansible && apt-get install -y ansible && rm -rf /var/lib/apt/lists/* # buildkit |
| RUN /bin/bash --login -e -o pipefail -c curl -LO "https://dl.k8s.io/release/$(curl -L -s https://dl.k8s.io/release/stable.txt)/bin/linux/amd64/kubectl" && install -o root -g root -m 0755 kubectl /usr/local/bin/kubectl && rm kubectl # buildkit |
| RUN /bin/bash --login -e -o pipefail -c curl -fsSL -o get_helm.sh https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3 && chmod 700 get_helm.sh && ./get_helm.sh && rm get_helm.sh # buildkit |
| RUN /bin/bash --login -e -o pipefail -c HELMFILE_VERSION=$(curl -s https://api.github.com/repos/helmfile/helmfile/releases/latest | grep tag_name | cut -d '"' -f 4) && curl -Lo helmfile.tar.gz "https://github.com/helmfile/helmfile/releases/download/${HELMFILE_VERSION}/helmfile_$(echo ${HELMFILE_VERSION} | sed 's/v//')_linux_amd64.tar.gz" && tar -xzf helmfile.tar.gz && mv helmfile /usr/local/bin/helmfile && chmod +x /usr/local/bin/helmfile && rm helmfile.tar.gz # buildkit |
| RUN /bin/bash --login -e -o pipefail -c curl --proto '=https' --tlsv1.2 -fsSL https://get.opentofu.org/install-opentofu.sh -o install-opentofu.sh && chmod +x install-opentofu.sh && ./install-opentofu.sh --install-method deb && rm install-opentofu.sh # buildkit |
| RUN /bin/bash --login -e -o pipefail -c curl -sSLO https://github.com/hetznercloud/cli/releases/latest/download/hcloud-linux-amd64.tar.gz && tar -C /usr/local/bin --no-same-owner -xzf hcloud-linux-amd64.tar.gz hcloud && rm hcloud-linux-amd64.tar.gz # buildkit |
| RUN /bin/bash --login -e -o pipefail -c ansible --version && kubectl version --client && helm version && helmfile version && tofu version && hcloud version # buildkit |
Labels
| Key | Value |
|---|---|
| io.buildah.version | 1.35.0 |
| org.opencontainers.image.authors | https://github.com/catthehacker |
| org.opencontainers.image.created | 2025-12-08 13:01:13Z |
| 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 | c7f3bf0ac91040094508ebb3f85fde540ce8a1ab |
| org.opencontainers.image.source | https://github.com/catthehacker/catthehacker/docker_images |
| org.opencontainers.image.title | act-24.04-amd64 |
| org.opencontainers.image.url | https://github.com/catthehacker/catthehacker/docker_images/tree/c7f3bf0ac91040094508ebb3f85fde540ce8a1ab/linux/ubuntu/act/ |
| org.opencontainers.image.vendor | catthehacker |
| org.opencontainers.image.version | 20251208 |
Details
2026-01-28 05:45:22 +00:00
Versions (3)
View all
Container
0
OCI / Docker