Namespace
cimg
Image / Tag
go:1.17.10
Content Digest
sha256:be57f3a63bbda8c8525c1d66825ff34838276e5a5d63298e2ce40630511204fd
Details
Created

2022-05-13 08:13:31 UTC

Size

489 MB

Content Digest
Labels
  • maintainer
    Community & Partner Engineering Team <community-partner@circleci.com>

Environment
COMPOSE_SWITCH_VERSION

1.0.4

COMPOSE_VERSION

2.4.1

DEBIAN_FRONTEND

noninteractive

DOCKER_VERSION

5:20.10.14~3-0~ubuntu-

GOCI_LINT_V

1.45.2

GOPATH

/home/circleci/go

GOTESTSUM_V

1.7.0

GO_VER

1.17.10

LANG

en_US.UTF-8

LANGUAGE

en_US:en

LC_ALL

en_US.UTF-8

PAGER

cat

PATH

/home/circleci/go/bin:/usr/local/go/bin:/home/circleci/bin:/home/circleci/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

TERM

dumb


Layers

[#000] sha256:e0b25ef516347a097d75f8aea6bc0f42a4e8e70b057e84d85098d51f96d458f9 - 5.57% (27.2 MB)

[#001] sha256:412d105bb1eea555f6b44e64cece9fc2b991b5bf99c501a6fa60ff246596cb85 - 3.21% (15.7 MB)

[#002] sha256:45a96c2a299517365b8109a8a864f2d0573f4cebfe4c62c70c92ff9c7f64cfe8 - 31.32% (153 MB)

[#003] sha256:284809b37068a5b1782b39b817d52db956de83a85ca1da83c9be6ee85a8d9e25 - 26.29% (129 MB)

[#004] sha256:38c14eae51d3cf2837c1da2be67ede9852a7aac9728278a26bb28df14de74fbe - 2.0% (9.78 MB)

[#005] sha256:5606f68b425236805deeb1f3817a2b3e73c3e80e8dee76ca8a0610af99860f86 - 1.02% (4.97 MB)

[#006] sha256:b1dabe48a59a8001de4433ceccc988f5891985f39120404ef1b7410fb24bd0db - 28.45% (139 MB)

[#007] sha256:34533a919adee0b0a785f91d9b8caadd4b107a2af877ef5089f2cc397cdaf93d - 2.14% (10.4 MB)


History
2022-04-05 22:20:50 UTC

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

2022-04-05 22:20:51 UTC

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

2022-04-08 16:53:34 UTC

/bin/sh -c #(nop) LABEL maintainer=Community & Partner Engineering Team <community-partner@circleci.com>

2022-04-08 16:53:34 UTC

/bin/bash -exo pipefail -c #(nop) SHELL [/bin/bash -exo pipefail -c]

2022-04-08 16:53:34 UTC

/bin/bash -exo pipefail -c #(nop) ENV DEBIAN_FRONTEND=noninteractive TERM=dumb PAGER=cat

2022-04-08 16:53:51 UTC

/bin/bash -exo pipefail -c echo 'APT::Get::Assume-Yes "true";' > /etc/apt/apt.conf.d/90circleci && echo 'DPkg::Options "--force-confnew";' >> /etc/apt/apt.conf.d/90circleci && apt-get update && apt-get install -y curl locales sudo && locale-gen en_US.UTF-8 && rm -rf /var/lib/apt/lists/* && useradd --uid=3434 --user-group --create-home circleci && echo 'circleci ALL=NOPASSWD: ALL' >> /etc/sudoers.d/50-circleci && echo 'Defaults env_keep += "DEBIAN_FRONTEND"' >> /etc/sudoers.d/env_keep && sudo -u circleci mkdir /home/circleci/project && sudo -u circleci mkdir /home/circleci/bin && curl -sSL --fail --retry 3 --output /tmp/dockerize-linux-amd64.tar.gz "https://circle-downloads.s3.amazonaws.com/circleci-images/cache/linux-amd64/dockerize-latest.tar.gz" && tar -C /usr/local/bin -xzvf /tmp/dockerize-linux-amd64.tar.gz && rm -rf /tmp/dockerize-linux-amd64.tar.gz && dockerize --version

2022-04-08 16:53:52 UTC

/bin/bash -exo pipefail -c #(nop) ENV PATH=/home/circleci/bin:/home/circleci/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin LANG=en_US.UTF-8 LANGUAGE=en_US:en LC_ALL=en_US.UTF-8

2022-04-08 16:55:05 UTC

/bin/bash -exo pipefail -c noInstallRecommends="" && if [[ "20.04" == "22.04" ]]; then noInstallRecommends="--no-install-recommends"; fi && apt-get update && apt-get install -y $noInstallRecommends autoconf build-essential ca-certificates cmake curl gnupg gzip jq libcurl4-openssl-dev libmariadb-dev libmariadb-dev-compat libpq-dev libssl-dev libsqlite3-dev make nano net-tools netcat openssh-client parallel pkg-config postgresql-client shellcheck software-properties-common sudo tar tzdata unzip vim-tiny wget zip && add-apt-repository ppa:git-core/ppa && apt-get install -y git && rm -rf /var/lib/apt/lists/*

2022-04-08 16:55:08 UTC

/bin/bash -exo pipefail -c #(nop) ENV DOCKER_VERSION=5:20.10.14~3-0~ubuntu-

2022-04-08 16:55:40 UTC

/bin/bash -exo pipefail -c apt-get update && apt-get install -y apt-transport-https ca-certificates curl gnupg-agent software-properties-common && curl -fsSL https://download.docker.com/linux/ubuntu/gpg | apt-key add - && add-apt-repository -y "deb [arch=amd64] https://download.docker.com/linux/ubuntu $( lsb_release -cs ) stable" && apt-get install -y docker-ce=${DOCKER_VERSION}$( lsb_release -cs ) docker-ce-cli=${DOCKER_VERSION}$( lsb_release -cs ) containerd.io && docker --version && rm -rf /var/lib/apt/lists/*

2022-04-08 16:55:42 UTC

/bin/bash -exo pipefail -c #(nop) ENV COMPOSE_VERSION=2.4.1

2022-04-08 16:55:42 UTC

/bin/bash -exo pipefail -c #(nop) ENV COMPOSE_SWITCH_VERSION=1.0.4

2022-04-08 16:55:45 UTC

/bin/bash -exo pipefail -c dockerPluginDir=/usr/local/lib/docker/cli-plugins && mkdir -p $dockerPluginDir && curl -sSL "https://github.com/docker/compose/releases/download/v${COMPOSE_VERSION}/docker-compose-linux-$(uname -m)" -o $dockerPluginDir/docker-compose && chmod +x $dockerPluginDir/docker-compose && curl -fL https://github.com/docker/compose-switch/releases/download/v${COMPOSE_SWITCH_VERSION}/docker-compose-linux-amd64 -o /usr/local/bin/compose-switch && docker compose version && chmod +x /usr/local/bin/compose-switch && update-alternatives --install /usr/local/bin/docker-compose docker-compose /usr/local/bin/compose-switch 99 && docker-compose version

2022-04-08 16:55:46 UTC

/bin/bash -exo pipefail -c curl -sSL "https://github.com/mikefarah/yq/releases/download/v4.23.1/yq_linux_amd64.tar.gz" | tar -xz -C /usr/local/bin && mv /usr/local/bin/yq{_linux_amd64,}

2022-04-08 16:55:46 UTC

/bin/bash -exo pipefail -c #(nop) USER circleci

2022-04-08 16:55:46 UTC

/bin/bash -exo pipefail -c #(nop) WORKDIR /home/circleci/project

2022-05-13 08:13:01 UTC

/bin/bash -exo pipefail -c #(nop) LABEL maintainer=Community & Partner Engineering Team <community-partner@circleci.com>

2022-05-13 08:13:02 UTC

/bin/bash -exo pipefail -c #(nop) ENV GO_VER=1.17.10

2022-05-13 08:13:26 UTC

/bin/bash -exo pipefail -c sudo apt-get update && sudo apt-get install -y --no-install-recommends g++ libc6-dev && sudo rm -rf /var/lib/apt/lists/* && if [[ ${GO_VER:(-2)} == ".0" ]]; then GO_VER=${GO_VER:0:-2}; fi && curl -sSL "https://golang.org/dl/go${GO_VER}.linux-amd64.tar.gz" | sudo tar -xz -C /usr/local/ && mkdir -p /home/circleci/go/bin

2022-05-13 08:13:28 UTC

/bin/bash -exo pipefail -c #(nop) ENV GOTESTSUM_V=1.7.0

2022-05-13 08:13:29 UTC

/bin/bash -exo pipefail -c #(nop) ENV GOCI_LINT_V=1.45.2

2022-05-13 08:13:31 UTC

/bin/bash -exo pipefail -c curl -sSL "https://github.com/gotestyourself/gotestsum/releases/download/v${GOTESTSUM_V}/gotestsum_${GOTESTSUM_V}_linux_amd64.tar.gz" | sudo tar -xz -C /usr/local/bin gotestsum && curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sudo sh -s -- -b /usr/local/bin v${GOCI_LINT_V}

2022-05-13 08:13:31 UTC

/bin/bash -exo pipefail -c #(nop) ENV GOPATH=/home/circleci/go

2022-05-13 08:13:31 UTC

/bin/bash -exo pipefail -c #(nop) ENV PATH=/home/circleci/go/bin:/usr/local/go/bin:/home/circleci/bin:/home/circleci/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

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