2021-08-08 05:17:29 UTC
656 MB
1.29.2
DEBIAN_FRONTENDnoninteractive
DISPLAY:99
DOCKER_VERSION5:20.10.7~3-0~ubuntu-
GOPATH/home/circleci/go
GO_VERSION1.15.15
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
SELENIUM_VER3.141.59
YARN_VERSION1.22.5
[#000] sha256:c549ccf8d472c3bce9ce02e49c62b8f6cbc736ea2b8ba812a1ae9390c69d0b71 - 4.15% (27.2 MB)
[#001] sha256:d991028e4759d736d86628bda6362acea0b432dfd2cfa88000eddad22f4851ab - 2.39% (15.7 MB)
[#002] sha256:45fcd6b49380228a9517cf5d832dd535ce03e1f5d33ac3d5ecf3a23d0cc22c69 - 20.09% (132 MB)
[#003] sha256:7ffade9e8639ea7d7f4627c00a97a3fb77f7b5d7036f419a62378dcdd3e83616 - 21.68% (142 MB)
[#004] sha256:3a82d4b10c6888748cb6fb835c6f82f623ba15aa292fda7d6f1549a546028f31 - 1.83% (12 MB)
[#005] sha256:0f54edf2c183fd4184ca47a2fd18ea4f0d774e70e478a74fc1c6be463c5376b0 - 0.5% (3.3 MB)
[#006] sha256:12e663109573080b0e0fb339ed3a2492ddc240793c021a2a6162296d3493122f - 17.61% (115 MB)
[#007] sha256:8ca61df1a6dd17e5075f94826ec5c673f967c26a60293aaecc8823b5b74dbf81 - 0.27% (1.79 MB)
[#008] sha256:c17cb5db1597235cdff47ab9b0afea20028547889157ea882913c5141ad97fa1 - 5.08% (33.3 MB)
[#009] sha256:42139e24b15cc4fed5849221e58f7a177b3fcd10b34cfa404aa40d2813327ba4 - 0.18% (1.19 MB)
[#010] sha256:24d427520da2de04b99713ebb00a9d5e26f8f320838f332562858ea27a8c7a35 - 1.39% (9.11 MB)
[#011] sha256:8003309b5fc6c408b5642f3dda4487216c7fe2121c1bd67d89875f86a8a92adf - 24.83% (163 MB)
[#012] sha256:19e8ee8db535c8d3554585b7eeba45e84df7473bcd75590521a2ef58fd40b6c5 - 0.0% (164 Bytes)
/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-08-08 05:16:07 UTC/bin/bash -exo pipefail -c #(nop) LABEL maintainer=Community & Partner Engineering Team <community-partner@circleci.com>
2021-08-08 05:16:07 UTC/bin/bash -exo pipefail -c #(nop) ENV GO_VERSION=1.15.15
2021-08-08 05:16:20 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-08-08 05:16:21 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-08-08 05:16:21 UTC/bin/bash -exo pipefail -c #(nop) ENV GOPATH=/home/circleci/go
2021-08-08 05:16:22 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
2021-08-08 05:16:22 UTC/bin/bash -exo pipefail -c #(nop) LABEL maintainer=Community & Partner Engineering Team <community-partner@circleci.com>
2021-08-08 05:16:27 UTC/bin/bash -exo pipefail -c curl -sSL "https://raw.githubusercontent.com/CircleCI-Public/cimg-node/master/ALIASES" -o nodeAliases.txt && NODE_VERSION=$(grep "lts" ./nodeAliases.txt | cut -d "=" -f 2-) && curl -L -o node.tar.xz "https://nodejs.org/dist/v${NODE_VERSION}/node-v${NODE_VERSION}-linux-x64.tar.xz" && sudo tar -xJf node.tar.xz -C /usr/local --strip-components=1 && rm node.tar.xz nodeAliases.txt && sudo ln -s /usr/local/bin/node /usr/local/bin/nodejs
2021-08-08 05:16:27 UTC/bin/bash -exo pipefail -c #(nop) ENV YARN_VERSION=1.22.5
2021-08-08 05:16:29 UTC/bin/bash -exo pipefail -c curl -L -o yarn.tar.gz "https://yarnpkg.com/downloads/${YARN_VERSION}/yarn-v${YARN_VERSION}.tar.gz" && sudo tar -xzf yarn.tar.gz -C /opt/ && rm yarn.tar.gz && sudo ln -s /opt/yarn-v${YARN_VERSION}/bin/yarn /usr/local/bin/yarn && sudo ln -s /opt/yarn-v${YARN_VERSION}/bin/yarnpkg /usr/local/bin/yarnpkg
2021-08-08 05:16:29 UTC/bin/bash -exo pipefail -c #(nop) LABEL maintainer=CircleCI Community & Partner Engineering Team <community-partner@circleci.com>
2021-08-08 05:16:29 UTC/bin/bash -exo pipefail -c #(nop) ENV SELENIUM_VER=3.141.59
2021-08-08 05:16:30 UTC/bin/bash -exo pipefail -c curl -sSL -o selenium-server-standalone-${SELENIUM_VER}.jar "https://selenium-release.storage.googleapis.com/${SELENIUM_VER%.*}/selenium-server-standalone-${SELENIUM_VER}.jar" && sudo cp selenium-server-standalone-${SELENIUM_VER}.jar /usr/local/bin/selenium.jar && rm selenium-server-standalone-${SELENIUM_VER}.jar
2021-08-08 05:17:28 UTC/bin/bash -exo pipefail -c sudo apt-get update && if ! command -v java > /dev/null; then echo "Java not found in parent image, installing..." && sudo apt-get install -y --no-install-recommends --no-upgrade openjdk-11-jre; fi && sudo apt-get install -y --no-install-recommends --no-upgrade libdbus-glib-1-2 libgtk-3-dev libxt6 && sudo apt-get install -y --no-install-recommends --no-upgrade fonts-liberation libappindicator3-1 libasound2 libatk-bridge2.0-0 libatspi2.0-0 libcairo2 libcups2 libgbm1 libgdk-pixbuf2.0-0 libgtk-3-0 libpango-1.0-0 libpangocairo-1.0-0 libxcursor1 libxss1 xdg-utils xvfb && sudo rm -rf /var/lib/apt/lists/*
2021-08-08 05:17:28 UTC/bin/bash -exo pipefail -c #(nop) LABEL com.circleci.preserve-entrypoint=true
2021-08-08 05:17:28 UTC/bin/bash -exo pipefail -c #(nop) ENV DISPLAY=:99
2021-08-08 05:17:29 UTC/bin/bash -exo pipefail -c printf '#!/bin/sh\nXvfb :99 -screen 0 1280x1024x24 &\nexec "$@"\n' | sudo tee /docker-entrypoint.sh && sudo chmod +x /docker-entrypoint.sh
2021-08-08 05:17:29 UTC/bin/bash -exo pipefail -c #(nop) ENTRYPOINT ["/docker-entrypoint.sh"]
2021-08-08 05:17:29 UTC/bin/bash -exo pipefail -c #(nop) CMD ["/bin/sh"]
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.