Namespace
cimg
Image / Tag
go:1.17.4-browsers
Content Digest
sha256:c9645e432be9546bb7570ae901bc6f0ea2c6e6c77ca38b8e8458296fc68af55f
Details
Created

2021-12-03 14:39:51 UTC

Size

675 MB

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

Environment
COMPOSE_VERSION

1.29.2

DEBIAN_FRONTEND

noninteractive

DISPLAY

:99

DOCKER_VERSION

5:20.10.9~3-0~ubuntu-

GOPATH

/home/circleci/go

GO_VERSION

1.17.4

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

SELENIUM_VER

3.141.59

YARN_VERSION

1.22.5


Layers

[#000] sha256:f3ef4ff62e0da0ef761ec1c8a578f3035bef51043e53ae1b13a20b3e03726d17 - 4.04% (27.2 MB)

[#001] sha256:2c322a662952f3ae058926434d843acbc9a273f5bcb764dd3e4a4b94889fa697 - 2.33% (15.7 MB)

[#002] sha256:fb8baef6d8e737a059cdea539094bed4b1dd294a9baabade942fe5b5700996a0 - 21.08% (142 MB)

[#003] sha256:805b7ba0a256deb26be4e7d7345801fa3077d2ef8c7f22e935dd038d1bd123e4 - 18.75% (127 MB)

[#004] sha256:63833a96b952bf96c1448067df07acf2d73f7806e1e24d4bba87bb0b9fac3360 - 1.78% (12 MB)

[#005] sha256:5d1ffe5f9ba5628bef0803b4482dc727e573893531f70e8e2ed63f1542a54e5b - 0.61% (4.1 MB)

[#006] sha256:929cbbbffbd57d568cd5abdbae93e0f633cc259dcf34ee54cfa802ab06a1309c - 19.05% (129 MB)

[#007] sha256:85e66b4e61e5ff3746463cd749c0799e4dc213cc1a57112981cfdbbc9133db61 - 0.27% (1.79 MB)

[#008] sha256:47d3ed356f93278c9521f76f20d1710b70742aef69d2b0efec3228a1461ae8f3 - 4.71% (31.8 MB)

[#009] sha256:b77bc51de6fb2bbb2788672bb2c964abed482661cda3a8c97369ac661891eb6d - 0.18% (1.19 MB)

[#010] sha256:0a59c894c72d5536fc8111abfda42706a49189319f1f15999beddc4ee0c8ad54 - 1.35% (9.11 MB)

[#011] sha256:905e2a7bf7281e609a61ce502c7bb2745754e9d626aad2f27468fb6904a5f567 - 25.87% (175 MB)

[#012] sha256:066e94b98077a0d34387470ad86c8b586a9013d5df6957c40b43b88361f691fc - 0.0% (166 Bytes)


History
2021-10-01 02:23:40 UTC

/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-12-03 14:36:50 UTC

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

2021-12-03 14:38:22 UTC

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

2021-12-03 14:38:37 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-12-03 14:38:40 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-12-03 14:38:40 UTC

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

2021-12-03 14:38:41 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-12-03 14:38:41 UTC

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

2021-12-03 14:38:45 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-12-03 14:38:46 UTC

/bin/bash -exo pipefail -c #(nop) ENV YARN_VERSION=1.22.5

2021-12-03 14:38:47 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-12-03 14:38:47 UTC

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

2021-12-03 14:38:47 UTC

/bin/bash -exo pipefail -c #(nop) ENV SELENIUM_VER=3.141.59

2021-12-03 14:38:48 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-12-03 14:39:45 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-12-03 14:39:50 UTC

/bin/bash -exo pipefail -c #(nop) LABEL com.circleci.preserve-entrypoint=true

2021-12-03 14:39:50 UTC

/bin/bash -exo pipefail -c #(nop) ENV DISPLAY=:99

2021-12-03 14:39:51 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-12-03 14:39:51 UTC

/bin/bash -exo pipefail -c #(nop) ENTRYPOINT ["/docker-entrypoint.sh"]

2021-12-03 14:39:51 UTC

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

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