ci-docker (go-20.04)
Published 2 years ago by yangwang
Installation
docker pull git.sagiteam.cn/actions/ci-docker:go-20.04
sha256:ae78302e02c4d460885c0bf7ba0f051da6912fcd90e41dda2cdfb43476e2f14a
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=20.04 |
ADD file:20f2ff22b9a8ca9bec5178036c9ebc525a12cd4312daf5d14a9a631a30be20e1 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 bzr 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=20.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-01 12:32:39Z |
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=20230401 |
LABEL org.opencontainers.image.title=act-20.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=ubuntu20 |
ENV ImageOS=ubuntu20 |
ENV LSB_RELEASE=20.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=2004 |
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-20.04-20230401 NODE_VERSION=16 DISTRO=ubuntu TYPE=go RUNNER= /bin/bash --login -e -o pipefail -c /imagegeneration/installers/${TYPE}.sh # buildkit |
ARG BUILD_DATE |
ARG BUILD_TAG=go |
ARG BUILD_REF |
ARG BUILD_TAG_VERSION |
ARG BUILD_OWNER |
ARG BUILD_REPO |
LABEL org.opencontainers.image.created=2023-04-01 13:38:50Z |
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/go/ |
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=20230401 |
LABEL org.opencontainers.image.title=go-20.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=/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=ubuntu20 |
ENV ImageOS=ubuntu20 |
ENV LSB_RELEASE=20.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=2004 |
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 |
Labels
Key | Value |
---|---|
org.opencontainers.image.authors | https://github.com/catthehacker |
org.opencontainers.image.created | 2023-04-01 13:38:50Z |
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 | go-20.04-amd64 |
org.opencontainers.image.url | https://github.com/catthehacker/catthehacker/docker_images/tree/4f58a457e77a1146a177b922c80af5d8379e2959/linux/ubuntu/go/ |
org.opencontainers.image.vendor | catthehacker |
org.opencontainers.image.version | 20230401 |