Namespace
cimg
Image / Tag
go:1.16.9
Content Digest
sha256:aa54bb2bd275687b3e7ca7f4a6a593a21cd67ce7c1a6b46d9e4f7cfeea03f329
Details
Created

2021-10-08 17:57:42 UTC

Size

453 MB

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

Environment
COMPOSE_VERSION

1.29.2

DEBIAN_FRONTEND

noninteractive

DOCKER_VERSION

5:20.10.9~3-0~ubuntu-

GOPATH

/home/circleci/go

GO_VERSION

1.16.9

LANG

en_US.UTF-8

LANGUAGE

en_US:en

LC_ALL

en_US.UTF-8

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


Layers

[#000] sha256:f3ef4ff62e0da0ef761ec1c8a578f3035bef51043e53ae1b13a20b3e03726d17 - 6.02% (27.2 MB)

[#001] sha256:2c322a662952f3ae058926434d843acbc9a273f5bcb764dd3e4a4b94889fa697 - 3.47% (15.7 MB)

[#002] sha256:fb8baef6d8e737a059cdea539094bed4b1dd294a9baabade942fe5b5700996a0 - 31.42% (142 MB)

[#003] sha256:805b7ba0a256deb26be4e7d7345801fa3077d2ef8c7f22e935dd038d1bd123e4 - 27.95% (127 MB)

[#004] sha256:63833a96b952bf96c1448067df07acf2d73f7806e1e24d4bba87bb0b9fac3360 - 2.66% (12 MB)

[#005] sha256:5d1ffe5f9ba5628bef0803b4482dc727e573893531f70e8e2ed63f1542a54e5b - 0.91% (4.1 MB)

[#006] sha256:bdd7a55607b549c57980e9a7b668535ddd4d282525ac9fd0aed743e06232ef3a - 27.18% (123 MB)

[#007] sha256:81c183b43de0e2530ce03c452d9708aef0c97a69712ec7f2bb61887f69f68dcc - 0.4% (1.79 MB)


History
2021-10-01 02:23:40 UTC

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

2021-10-01 02:23:40 UTC

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

2021-10-05 13:41:34 UTC

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

2021-10-05 13:41:35 UTC

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

2021-10-05 13:41:35 UTC

/bin/bash -exo pipefail -c #(nop) ENV DEBIAN_FRONTEND=noninteractive

2021-10-05 13:41:47 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 && 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

2021-10-05 13:41:47 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

2021-10-05 13:42:41 UTC

/bin/bash -exo pipefail -c apt-get update && apt-get install -y autoconf build-essential ca-certificates cmake curl gnupg gzip jq libmariadb-dev libmariadb-dev-compat libpq-dev make nano net-tools netcat openssh-client parallel pkg-config postgresql-client 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/*

2021-10-05 13:42:44 UTC

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

2021-10-05 13:43:08 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/*

2021-10-05 13:43:10 UTC

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

2021-10-05 13:43:12 UTC

/bin/bash -exo pipefail -c curl -L "https://github.com/docker/compose/releases/download/${COMPOSE_VERSION}/docker-compose-$(uname -s)-$(uname -m)" -o /usr/local/bin/docker-compose && chmod +x /usr/local/bin/docker-compose && docker-compose version

2021-10-05 13:43:12 UTC

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

2021-10-05 13:43:12 UTC

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

2021-10-05 13:43:13 UTC

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

2021-10-08 17:57:24 UTC

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

2021-10-08 17:57:24 UTC

/bin/bash -exo pipefail -c #(nop) ENV GO_VERSION=1.16.9

2021-10-08 17:57:38 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/* && curl -sSL "https://golang.org/dl/go${GO_VERSION}.linux-amd64.tar.gz" | sudo tar -xz -C /usr/local/ && mkdir -p /home/circleci/go/bin

2021-10-08 17:57:41 UTC

/bin/bash -exo pipefail -c curl -sSL "https://github.com/gotestyourself/gotestsum/releases/download/v1.7.0/gotestsum_1.7.0_linux_amd64.tar.gz" | sudo tar -xz -C /usr/local/bin gotestsum

2021-10-08 17:57:42 UTC

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

2021-10-08 17:57:42 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