Namespace
cimg
Image / Tag
go:1.15.1
Content Digest
sha256:c0ea2c85e88de954553da729866cbc6b0ff9bdaabf6ae2248e7b0d71b1ebfe63
Details
Created

2020-09-01 18:27:46 UTC

Size

427 MB

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

Environment
COMPOSE_VERSION

1.25.5

DEBIAN_FRONTEND

noninteractive

DOCKER_VERSION

5:19.03.11~3-0~ubuntu-bionic

GOPATH

/home/circleci/go

GO_VERSION

1.15.1

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:23884877105a7ff84a910895cd044061a4561385ff6c36480ee080b76ec0e771 - 5.96% (25.5 MB)

[#001] sha256:bc38caa0f5b94141276220daaf428892096e4afd24b05668cd188311e00a635f - 0.01% (34.5 KB)

[#002] sha256:2910811b6c4227c2f42aaea9a3dd5f53b1d469f67e2cf7e601f631b119b61ff7 - 0.0% (847 Bytes)

[#003] sha256:36505266dcc64eeb1010bd2112e6f73981e1a8246e4f6d4e287763b57f101b0b - 0.0% (161 Bytes)

[#004] sha256:0744f09b727f15805ff5b0c45e2d55c216c9887fd7408401f5ec8ae7818167f0 - 1.21% (5.16 MB)

[#005] sha256:31b94fe0a8ff11d93c02d8215a45bc1db096b47ae599f7f700b7aba4f2c6360d - 31.19% (133 MB)

[#006] sha256:4abbcfc12ba326ff191bc20379fc8bf621d3c7e982f2df9807d78aa085c4e1c1 - 26.95% (115 MB)

[#007] sha256:f63e8eb48b95b25dcb1962378687cd3c22a7a5946fcefae786af20d6c9e3f9e6 - 3.89% (16.6 MB)

[#008] sha256:17172bef49715ccddb6426c0f4137f3b952e2a52968e54060ebeeeb17f7fb2a8 - 0.68% (2.91 MB)

[#009] sha256:351bd10ce16b4b8a6c9e7f513822d556309a5e099fb90c9a41803ec139c1937b - 0.0% (5.55 KB)

[#010] sha256:c8346d86a611947abfcb87e965c9dab6bef659560f7ca89b6b6c0f378a4c24f2 - 29.58% (126 MB)

[#011] sha256:066a4c527c871b57e9eeeeddf0add29f1c1f92e306ecd2533a1ac03e9557ef0f - 0.53% (2.28 MB)


History
2020-04-24 01:07:00 UTC

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

2020-04-24 01:07:02 UTC

/bin/sh -c [ -z "$(apt-get indextargets)" ]

2020-04-24 01:07:03 UTC

/bin/sh -c set -xe && echo '#!/bin/sh' > /usr/sbin/policy-rc.d && echo 'exit 101' >> /usr/sbin/policy-rc.d && chmod +x /usr/sbin/policy-rc.d && dpkg-divert --local --rename --add /sbin/initctl && cp -a /usr/sbin/policy-rc.d /sbin/initctl && sed -i 's/^exit.*/exit 0/' /sbin/initctl && echo 'force-unsafe-io' > /etc/dpkg/dpkg.cfg.d/docker-apt-speedup && echo 'DPkg::Post-Invoke { "rm -f /var/cache/apt/archives/*.deb /var/cache/apt/archives/partial/*.deb /var/cache/apt/*.bin || true"; };' > /etc/apt/apt.conf.d/docker-clean && echo 'APT::Update::Post-Invoke { "rm -f /var/cache/apt/archives/*.deb /var/cache/apt/archives/partial/*.deb /var/cache/apt/*.bin || true"; };' >> /etc/apt/apt.conf.d/docker-clean && echo 'Dir::Cache::pkgcache ""; Dir::Cache::srcpkgcache "";' >> /etc/apt/apt.conf.d/docker-clean && echo 'Acquire::Languages "none";' > /etc/apt/apt.conf.d/docker-no-languages && echo 'Acquire::GzipIndexes "true"; Acquire::CompressionTypes::Order:: "gz";' > /etc/apt/apt.conf.d/docker-gzip-indexes && echo 'Apt::AutoRemove::SuggestsImportant "false";' > /etc/apt/apt.conf.d/docker-autoremove-suggests

2020-04-24 01:07:05 UTC

/bin/sh -c mkdir -p /run/systemd && echo 'docker' > /run/systemd/container

2020-04-24 01:07:05 UTC

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

2020-06-02 01:11:55 UTC

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

2020-06-02 01:11:55 UTC

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

2020-06-02 01:11:55 UTC

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

2020-06-02 01:12:05 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 locales && locale-gen en_US.UTF-8 && rm -rf /var/lib/apt/lists/*

2020-06-02 01:12:05 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

2020-06-02 01:12:54 UTC

/bin/bash -exo pipefail -c apt-get update && apt-get install -y autoconf build-essential ca-certificates curl git gnupg gzip jq libmariadb-dev libmariadb-dev-compat libpq-dev make nano net-tools netcat openssh-client parallel software-properties-common sudo tar tzdata unzip vim wget zip && rm -rf /var/lib/apt/lists/*

2020-06-02 01:12:56 UTC

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

2020-06-02 01:13:25 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} docker-ce-cli=${DOCKER_VERSION} containerd.io && docker --version && rm -rf /var/lib/apt/lists/*

2020-06-02 01:13:27 UTC

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

2020-06-02 01:13:40 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

2020-06-02 01:13:41 UTC

/bin/bash -exo pipefail -c 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

2020-06-02 01:13:42 UTC

/bin/bash -exo pipefail -c 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

2020-06-02 01:13:42 UTC

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

2020-06-02 01:13:42 UTC

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

2020-09-01 18:26:44 UTC

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

2020-09-01 18:27:22 UTC

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

2020-09-01 18:27:42 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

2020-09-01 18:27:45 UTC

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

2020-09-01 18:27:45 UTC

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

2020-09-01 18:27:46 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