2020-05-15 16:25:58 UTC
401 MB
1.25.4
DEBIAN_FRONTENDnoninteractive
DOCKER_VERSION5:19.03.8~3-0~ubuntu-bionic
GOPATH/home/circleci/go
GO_SHA GO_VERSION1.13.11
LANGen_US.UTF-8
LANGUAGEen_US:en
LC_ALLen_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
[#000] sha256:23884877105a7ff84a910895cd044061a4561385ff6c36480ee080b76ec0e771 - 6.34% (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:52179faafd579248c9201371824101348ec330db188a8a452659b416bbe65f78 - 1.29% (5.16 MB)
[#005] sha256:638388608229a02cd7e0bfbfaa0fcebb08a3aa198e06b8f6db1afb89e860d3a0 - 29.79% (120 MB)
[#006] sha256:f2e21e041d3f02f11869e2aaf5ee427ffdcee1fd86a997680550b10d0ccc7802 - 28.84% (116 MB)
[#007] sha256:03db2efd5d0fd6de06aab33a97a17e68f60a2e6108bb62f2a468f536659dfcae - 4.04% (16.2 MB)
[#008] sha256:d3641ee7740c0e6e02db0338c27860c7f6ac0174500fbe8a19a32ae9183549a5 - 0.72% (2.91 MB)
[#009] sha256:f7bfe2e2f201d1bac2dcf32095a6fa5c08c0fe18437d24c4b9a948a8c325c041 - 0.0% (5.55 KB)
[#010] sha256:8c59f7ae2e0acabcb3f3b9fc2ff37178df767f71d42854c53184f4d854ac0ec7 - 28.56% (115 MB)
[#011] sha256:410e722af37af9ddff8a2f9121bcdd2d96fe146f8b3d5387125598b323e89c5f - 0.39% (1.58 MB)
/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-05-02 00:12:09 UTC/bin/sh -c #(nop) LABEL maintainer=Community & Partner Engineering Team <community-partner@circleci.com>
2020-05-02 00:12:09 UTC/bin/bash -exo pipefail -c #(nop) SHELL [/bin/bash -exo pipefail -c]
2020-05-02 00:12:10 UTC/bin/bash -exo pipefail -c #(nop) ENV DEBIAN_FRONTEND=noninteractive
2020-05-02 00:12:18 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-05-02 00:12:19 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-05-02 00:13:02 UTC/bin/bash -exo pipefail -c apt-get update && apt-get install -y autoconf build-essential ca-certificates curl git gnupg gzip jq make net-tools netcat openssh-client parallel software-properties-common sudo tar unzip wget zip && rm -rf /var/lib/apt/lists/*
2020-05-02 00:13:04 UTC/bin/bash -exo pipefail -c #(nop) ENV DOCKER_VERSION=5:19.03.8~3-0~ubuntu-bionic
2020-05-02 00:13:33 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-05-02 00:13:35 UTC/bin/bash -exo pipefail -c #(nop) ENV COMPOSE_VERSION=1.25.4
2020-05-02 00:13:36 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-05-02 00:13:37 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-05-02 00:13:38 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-05-02 00:13:38 UTC/bin/bash -exo pipefail -c #(nop) USER [circleci]
2020-05-02 00:13:38 UTC/bin/bash -exo pipefail -c #(nop) WORKDIR /home/circleci/project
2020-05-15 16:25:38 UTC/bin/bash -exo pipefail -c #(nop) LABEL maintainer=Community & Partner Engineering Team <community-partner@circleci.com>
2020-05-15 16:25:38 UTC/bin/bash -exo pipefail -c #(nop) ENV GO_VERSION=1.13.11
2020-05-15 16:25:39 UTC/bin/bash -exo pipefail -c #(nop) ENV GO_SHA=
2020-05-15 16:25:55 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-05-15 16:25:58 UTC/bin/bash -exo pipefail -c curl -sSL "https://github.com/gotestyourself/gotestsum/releases/download/v0.4.2/gotestsum_0.4.2_linux_amd64.tar.gz" | sudo tar -xz -C /usr/local/bin gotestsum
2020-05-15 16:25:58 UTC/bin/bash -exo pipefail -c #(nop) ENV GOPATH=/home/circleci/go
2020-05-15 16:25:58 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
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.