runner-python310 (sha256:85f2e225ba701a489a18457adf2bfb0769d7009d3da3c19c6e912a2524aafe28)

Published 2023-08-14 15:00:18 +02:00 by actions-bot in actions/docker-runner-python-build

Installation

docker pull git.44net.ch/actions/runner-python310@sha256:85f2e225ba701a489a18457adf2bfb0769d7009d3da3c19c6e912a2524aafe28
sha256:85f2e225ba701a489a18457adf2bfb0769d7009d3da3c19c6e912a2524aafe28

Image Layers

ARG RELEASE
ARG LAUNCHPAD_BUILD_ARCH
LABEL org.opencontainers.image.ref.name=ubuntu
LABEL org.opencontainers.image.version=22.04
ADD file:140fb5108b4a2861b5718ad03b4a5174bba03589ea8d4c053e6a0b282f439ff3 in /
CMD ["/bin/bash"]
/bin/sh -c set -eux; apt-get update; apt-get install -y --no-install-recommends ca-certificates curl gnupg netbase wget tzdata ; rm -rf /var/lib/apt/lists/*
/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/*
/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/*
ARG TARGETARCH
ARG FROM_IMAGE
ARG FROM_TAG
ARG NODE_VERSION=16 18
ARG DISTRO=ubuntu
ARG TYPE=act
ARG RUNNER
ENV DEBIAN_FRONTEND=noninteractive
SHELL [/bin/bash --login -e -o pipefail -c]
WORKDIR /tmp
COPY ./linux/ubuntu/scripts /imagegeneration/installers # buildkit
RUN |7 TARGETARCH=amd64 FROM_IMAGE=buildpack-deps FROM_TAG=22.04 NODE_VERSION=16 18 DISTRO=ubuntu TYPE=act RUNNER=root /bin/bash --login -e -o pipefail -c /imagegeneration/installers/${TYPE}.sh # buildkit
ARG BUILD_DATE
ARG BUILD_TAG=act
ARG BUILD_REF
ARG BUILD_TAG_VERSION
ARG BUILD_OWNER
ARG BUILD_REPO
LABEL org.opencontainers.image.created=2023-07-29 12:32:07Z
LABEL org.opencontainers.image.vendor=catthehacker
LABEL org.opencontainers.image.authors=https://github.com/catthehacker
LABEL org.opencontainers.image.url=https://github.com/catthehacker/catthehacker/docker_images/tree/3feffe909808faf94657d96c13b295da85acfc5b/linux/ubuntu/act/
LABEL org.opencontainers.image.source=https://github.com/catthehacker/catthehacker/docker_images
LABEL org.opencontainers.image.documentation=https://github.com/catthehacker/catthehacker/docker_images
LABEL org.opencontainers.image.version=20230729
LABEL org.opencontainers.image.title=act-22.04-amd64
LABEL org.opencontainers.image.description=Special image built for using with https://github.com/nektos/act
LABEL org.opencontainers.image.revision=3feffe909808faf94657d96c13b295da85acfc5b
USER root
ENV PATH=/opt/hostedtoolcache/node/18.17.0/x64/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin
ENV IMAGE_OS=ubuntu22
ENV ImageOS=ubuntu22
ENV LSB_RELEASE=22.04
ENV AGENT_TOOLSDIRECTORY=/opt/hostedtoolcache
ENV RUN_TOOL_CACHE=/opt/hostedtoolcache
ENV DEPLOYMENT_BASEPATH=/opt/runner
ENV USER=root
ENV RUNNER_USER=root
ENV LSB_OS_VERSION=2204
ARG TARGETARCH
ARG FROM_IMAGE
ARG FROM_TAG
ARG NODE_VERSION=16 18
ARG DISTRO=ubuntu
ARG TYPE=act
ARG RUNNER
ENV DEBIAN_FRONTEND=noninteractive
SHELL [/bin/bash --login -e -o pipefail -c]
WORKDIR /tmp
COPY ./linux/ubuntu/scripts /imagegeneration/installers # buildkit
RUN |7 TARGETARCH=amd64 FROM_IMAGE=ghcr.io/catthehacker/ubuntu FROM_TAG=act-22.04-20230729 NODE_VERSION=16 18 DISTRO=ubuntu TYPE=runner RUNNER=runner /bin/bash --login -e -o pipefail -c /imagegeneration/installers/${TYPE}.sh # buildkit
ARG BUILD_DATE
ARG BUILD_TAG=runner
ARG BUILD_REF
ARG BUILD_TAG_VERSION
ARG BUILD_OWNER
ARG BUILD_REPO
LABEL org.opencontainers.image.created=2023-07-29 12:51:07Z
LABEL org.opencontainers.image.vendor=catthehacker
LABEL org.opencontainers.image.authors=https://github.com/catthehacker
LABEL org.opencontainers.image.url=https://github.com/catthehacker/catthehacker/docker_images/tree/3feffe909808faf94657d96c13b295da85acfc5b/linux/ubuntu/runner/
LABEL org.opencontainers.image.source=https://github.com/catthehacker/catthehacker/docker_images
LABEL org.opencontainers.image.documentation=https://github.com/catthehacker/catthehacker/docker_images
LABEL org.opencontainers.image.version=20230729
LABEL org.opencontainers.image.title=runner-22.04-amd64
LABEL org.opencontainers.image.description=Special image built for using with https://github.com/nektos/act
LABEL org.opencontainers.image.revision=3feffe909808faf94657d96c13b295da85acfc5b
USER runner
ENV PATH=/opt/hostedtoolcache/node/18.17.0/x64/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin
ENV IMAGE_OS=ubuntu22
ENV ImageOS=ubuntu22
ENV LSB_RELEASE=22.04
ENV AGENT_TOOLSDIRECTORY=/opt/hostedtoolcache
ENV RUN_TOOL_CACHE=/opt/hostedtoolcache
ENV DEPLOYMENT_BASEPATH=/opt/runner
ENV USER=runner
ENV RUNNER_USER=runner
ENV LSB_OS_VERSION=2204
ENV RUNNER_TEMP=/home/runner/work/_temp
ENV PYVERSION=3.10
ENV PATH=/.local/bin:/opt/hostedtoolcache/node/18.17.0/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 echo "*** installing python ${PYVERSION} ***" && sudo apt install -y software-properties-common wget && sudo add-apt-repository -y ppa:deadsnakes/ppa && sudo apt update && sudo apt remove -y python* && sudo apt install -y "python${PYVERSION}" "python${PYVERSION}-full" "python${PYVERSION}-dev" && sudo ln -s -f /usr/bin/python${PYVERSION} /usr/bin/python && sudo ln -s -f /usr/bin/python${PYVERSION} /usr/bin/python3 && wget -q https://bootstrap.pypa.io/get-pip.py && sudo python3 get-pip.py && python3 -m pip install --upgrade pip wheel setuptools # buildkit
RUN /bin/bash --login -e -o pipefail -c echo "**** cleanup ****" && sudo apt-get purge --auto-remove -y && sudo apt-get clean && sudo rm -rf /tmp/* /var/lib/apt/lists/* /var/tmp/* # buildkit

Labels

Key Value
org.opencontainers.image.authors https://github.com/catthehacker
org.opencontainers.image.created 2023-08-14T12:51:03.191Z
org.opencontainers.image.description
org.opencontainers.image.documentation https://github.com/catthehacker/catthehacker/docker_images
org.opencontainers.image.licenses
org.opencontainers.image.ref.name ubuntu
org.opencontainers.image.revision 3e220ed860ffd452b807cbf64b54584dfadc154b
org.opencontainers.image.source https://git.44net.ch/actions/docker-runner-python-build
org.opencontainers.image.title docker-runner-python-build
org.opencontainers.image.url https://git.44net.ch/actions/docker-runner-python-build
org.opencontainers.image.vendor catthehacker
org.opencontainers.image.version 1.0.2
Details
Container
2023-08-14 15:00:18 +02:00
1
OCI / Docker
linux/amd64
https://github.com/catthehacker
585 MiB
Versions (15) View all
latest 2023-12-05
1 2023-12-05
sha-48da418 2023-12-05
1.0 2023-12-05
1.0.6 2023-12-05