2021-09-10 13:31:50 UTC
463 MB
1.29.2
DEBIAN_FRONTENDnoninteractive
DOCKER_VERSION5:20.10.7~3-0~ubuntu-
GOPATH/home/circleci/go
GO_VERSION1.17.1
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:c549ccf8d472c3bce9ce02e49c62b8f6cbc736ea2b8ba812a1ae9390c69d0b71 - 5.89% (27.2 MB)
[#001] sha256:d991028e4759d736d86628bda6362acea0b432dfd2cfa88000eddad22f4851ab - 3.39% (15.7 MB)
[#002] sha256:45fcd6b49380228a9517cf5d832dd535ce03e1f5d33ac3d5ecf3a23d0cc22c69 - 28.48% (132 MB)
[#003] sha256:7ffade9e8639ea7d7f4627c00a97a3fb77f7b5d7036f419a62378dcdd3e83616 - 30.74% (142 MB)
[#004] sha256:3a82d4b10c6888748cb6fb835c6f82f623ba15aa292fda7d6f1549a546028f31 - 2.6% (12 MB)
[#005] sha256:0f54edf2c183fd4184ca47a2fd18ea4f0d774e70e478a74fc1c6be463c5376b0 - 0.71% (3.3 MB)
[#006] sha256:f8cadf31febd17f6269380cb8718391141912775fc0740818d520a5f205de870 - 27.79% (129 MB)
[#007] sha256:26189d1f161235b5daccdbe748d890ef6dc55758c3ff8b6c0e8ec12522aff54c - 0.39% (1.79 MB)
/bin/sh -c #(nop) ADD file:920cf788d1ba88f76c97e41e03e4dc2f3005b08d65b5e9da9dd1cbe20a74459b in /
2021-06-17 23:31:29 UTC/bin/sh -c #(nop) CMD ["bash"]
2021-07-02 17:13:45 UTC/bin/sh -c #(nop) LABEL maintainer=Community & Partner Engineering Team <community-partner@circleci.com>
2021-07-02 17:13:45 UTC/bin/bash -exo pipefail -c #(nop) SHELL [/bin/bash -exo pipefail -c]
2021-07-02 17:13:45 UTC/bin/bash -exo pipefail -c #(nop) ENV DEBIAN_FRONTEND=noninteractive
2021-07-02 17:14:02 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-07-02 17:14:02 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-07-02 17:15:05 UTC/bin/bash -exo pipefail -c apt-get update && apt-get install -y autoconf build-essential ca-certificates curl gnupg gzip jq libmariadb-dev libmariadb-dev-compat libpq-dev make nano net-tools netcat openssh-client parallel pkg-config 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-07-02 17:15:07 UTC/bin/bash -exo pipefail -c #(nop) ENV DOCKER_VERSION=5:20.10.7~3-0~ubuntu-
2021-07-02 17:15: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/*
2021-07-02 17:15:42 UTC/bin/bash -exo pipefail -c #(nop) ENV COMPOSE_VERSION=1.29.2
2021-07-02 17:15:44 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-07-02 17:15:46 UTC/bin/bash -exo pipefail -c curl -sSL "https://github.com/mikefarah/yq/releases/download/v4.9.6/yq_linux_amd64.tar.gz" | tar -xz -C /usr/local/bin && mv /usr/local/bin/yq{_linux_amd64,}
2021-07-02 17:15:46 UTC/bin/bash -exo pipefail -c #(nop) USER circleci
2021-07-02 17:15:46 UTC/bin/bash -exo pipefail -c #(nop) WORKDIR /home/circleci/project
2021-09-10 13:29:53 UTC/bin/bash -exo pipefail -c #(nop) LABEL maintainer=Community & Partner Engineering Team <community-partner@circleci.com>
2021-09-10 13:31:32 UTC/bin/bash -exo pipefail -c #(nop) ENV GO_VERSION=1.17.1
2021-09-10 13:31:46 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-09-10 13:31:50 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-09-10 13:31:50 UTC/bin/bash -exo pipefail -c #(nop) ENV GOPATH=/home/circleci/go
2021-09-10 13:31:50 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.