ci-docker (61cdae669feee0a20f1b6fa33933af2d3046406b)
Published 2 years ago by yangwang
Installation
docker pull git.sagiteam.cn/actions/ci-docker:61cdae669feee0a20f1b6fa33933af2d3046406b
sha256:82b28747b39bc9f19832ad1f7db837aaa0b9222e27400164f1003ec8a7dc8dc5
About this package
Special image built for using with https://github.com/nektos/act
Image Layers
ARG RELEASE |
ARG LAUNCHPAD_BUILD_ARCH |
LABEL org.opencontainers.image.ref.name=ubuntu |
LABEL org.opencontainers.image.version=22.04 |
ADD file:c8ef6447752cab2541ffca9e3cfa27d581f3491bc8f356f6eafd951243609341 in / |
CMD ["/bin/bash"] |
/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/* |
/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 |
/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=12 16 |
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 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-04-15 12:33:04Z |
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/4f58a457e77a1146a177b922c80af5d8379e2959/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=20230415 |
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=4f58a457e77a1146a177b922c80af5d8379e2959 |
USER root |
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 |
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=12 16 |
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-20230415 NODE_VERSION=16 DISTRO=ubuntu TYPE=custom RUNNER= /bin/bash --login -e -o pipefail -c /imagegeneration/installers/${TYPE}.sh # buildkit |
ARG BUILD_DATE |
ARG BUILD_TAG=custom |
ARG BUILD_REF |
ARG BUILD_TAG_VERSION |
ARG BUILD_OWNER |
ARG BUILD_REPO |
LABEL org.opencontainers.image.created=2023-04-15 14:01:05Z |
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/4f58a457e77a1146a177b922c80af5d8379e2959/linux/ubuntu/custom/ |
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=20230415 |
LABEL org.opencontainers.image.title=custom-22.04-amd64 |
LABEL org.opencontainers.image.description=Special image built for using with https://github.com/nektos/act |
LABEL org.opencontainers.image.revision=4f58a457e77a1146a177b922c80af5d8379e2959 |
USER |
ENV PATH=/usr/share/rust/.cargo/bin:/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 |
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=/usr/share/rust/.cargo/bin:/opt/runner |
ENV USER=root |
ENV RUNNER_USER=root |
ENV LSB_OS_VERSION=2204 |
ENV NVM_DIR=/root/.nvm |
ENV RUSTUP_HOME=/usr/share/rust/.rustup |
ENV CARGO_HOME=/usr/share/rust/.cargo |
ENV VCPKG_INSTALLATION_ROOT=/usr/local/share/vcpkg |
RUN /bin/bash --login -e -o pipefail -c curl -fsSL https://get.docker.com -o get-docker.sh # buildkit |
RUN /bin/bash --login -e -o pipefail -c sh get-docker.sh # buildkit |
COPY ./go1.17.6.linux-amd64.tar.gz . # buildkit |
RUN /bin/bash --login -e -o pipefail -c tar -zxvf go1.17.6.linux-amd64.tar.gz -C /usr/local/ && rm go1.17.6.linux-amd64.tar.gz # buildkit |
ENV PATH=/usr/local/go/bin:/usr/share/rust/.cargo/bin:/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 |
RUN /bin/bash --login -e -o pipefail -c wget -O upx.tar.gz http://collection.b0.upaiyun.com/softwares/upx/upx_0.3.6_linux_x86_64.tar.gz && tar -zxf upx.tar.gz -C /usr/bin/ # buildkit |
Labels
Key | Value |
---|---|
org.opencontainers.image.authors | https://github.com/catthehacker |
org.opencontainers.image.created | 2023-04-15 14:01:05Z |
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 | custom-22.04-amd64 |
org.opencontainers.image.url | https://github.com/catthehacker/catthehacker/docker_images/tree/4f58a457e77a1146a177b922c80af5d8379e2959/linux/ubuntu/custom/ |
org.opencontainers.image.vendor | catthehacker |
org.opencontainers.image.version | 20230415 |