2021-11-05 00:07:16 UTC
662 MB
1.29.2
DEBIAN_FRONTENDnoninteractive
DISPLAY:99
DOCKER_VERSION5:20.10.9~3-0~ubuntu-
GOPATH/home/circleci/go
GO_VERSION1.17.3
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:f3ef4ff62e0da0ef761ec1c8a578f3035bef51043e53ae1b13a20b3e03726d17 - 4.12% (27.2 MB)
[#001] sha256:2c322a662952f3ae058926434d843acbc9a273f5bcb764dd3e4a4b94889fa697 - 2.37% (15.7 MB)
[#002] sha256:fb8baef6d8e737a059cdea539094bed4b1dd294a9baabade942fe5b5700996a0 - 21.5% (142 MB)
[#003] sha256:805b7ba0a256deb26be4e7d7345801fa3077d2ef8c7f22e935dd038d1bd123e4 - 19.12% (127 MB)
[#004] sha256:63833a96b952bf96c1448067df07acf2d73f7806e1e24d4bba87bb0b9fac3360 - 1.82% (12 MB)
[#005] sha256:5d1ffe5f9ba5628bef0803b4482dc727e573893531f70e8e2ed63f1542a54e5b - 0.62% (4.1 MB)
[#006] sha256:ca0c0cecc46855569ab0fa4fe436b2e021366e7f0e757edfe085eebb2f78dddb - 19.43% (129 MB)
[#007] sha256:4898a5f944632b6407d045f169e270e874f1de430e3557c9940c5135cf1d8f41 - 0.27% (1.79 MB)
[#008] sha256:d4c6807dfcccebb300f90c4df7ba402d7af87ba1e8807f9df78414c06d7204cd - 4.8% (31.8 MB)
[#009] sha256:39e0805bbb13426749c911585a299b8ef382e8da91ad6d46d0350983d582f9db - 0.18% (1.19 MB)
[#010] sha256:888a295d4576ef0f328cef40ce92232352b6ae6251bac78080866b95c46b8fec - 1.38% (9.11 MB)
[#011] sha256:f620761060d9b837e63a5a352f47742d3f81a124447944234dedb96c2dafe24a - 24.38% (161 MB)
[#012] sha256:40df7089694b0d1262e771acd186fe249b2ce86860d98e11f62d9cd426ce1d95 - 0.0% (164 Bytes)
/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-11-05 00:04:42 UTC/bin/bash -exo pipefail -c #(nop) LABEL maintainer=Community & Partner Engineering Team <community-partner@circleci.com>
2021-11-05 00:05:58 UTC/bin/bash -exo pipefail -c #(nop) ENV GO_VERSION=1.17.3
2021-11-05 00:06:12 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-11-05 00:06:16 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-11-05 00:06:16 UTC/bin/bash -exo pipefail -c #(nop) ENV GOPATH=/home/circleci/go
2021-11-05 00:06:16 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-11-05 00:06:16 UTC/bin/bash -exo pipefail -c #(nop) LABEL maintainer=Community & Partner Engineering Team <community-partner@circleci.com>
2021-11-05 00:06:20 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-11-05 00:06:21 UTC/bin/bash -exo pipefail -c #(nop) ENV YARN_VERSION=1.22.5
2021-11-05 00:06:22 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-11-05 00:06:22 UTC/bin/bash -exo pipefail -c #(nop) LABEL maintainer=CircleCI Community & Partner Engineering Team <community-partner@circleci.com>
2021-11-05 00:06:22 UTC/bin/bash -exo pipefail -c #(nop) ENV SELENIUM_VER=3.141.59
2021-11-05 00:06:23 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-11-05 00:07:11 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-11-05 00:07:15 UTC/bin/bash -exo pipefail -c #(nop) LABEL com.circleci.preserve-entrypoint=true
2021-11-05 00:07:15 UTC/bin/bash -exo pipefail -c #(nop) ENV DISPLAY=:99
2021-11-05 00:07:16 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-11-05 00:07:16 UTC/bin/bash -exo pipefail -c #(nop) ENTRYPOINT ["/docker-entrypoint.sh"]
2021-11-05 00:07:16 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.