Namespace
cimg
Image / Tag
go:1.15.3-node
Content Digest
sha256:a6ca03c8c7d7fabf92a84a62f44ba5a3fbdd7d8c5683c22ee907ff0cc53082ac
Details
Created

2020-10-15 15:04:03 UTC

Size

589 MB

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

Environment
COMPOSE_VERSION

1.26.2

DEBIAN_FRONTEND

noninteractive

DOCKER_VERSION

5:19.03.12~3-0~ubuntu-

GOPATH

/home/circleci/go

GO_VERSION

1.15.3

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

YARN_VERSION

1.22.4


Layers

[#000] sha256:54ee1f796a1e650627269605cb8e6a596b77b324e6f0a1e4443dc41def0e58a6 - 4.63% (27.2 MB)

[#001] sha256:f7bfea53ad120b47cea5488f0b8331e737a97b33003517b0bd05e83925b578f0 - 0.01% (31.6 KB)

[#002] sha256:46d371e02073acecf750a166495a63358517af793de739a51b680c973fae8fb9 - 0.0% (848 Bytes)

[#003] sha256:b66c17bbf772fa072c280b10fe87bc999420042b5fce5b111db38b4fe7c40b49 - 0.0% (162 Bytes)

[#004] sha256:c4ecb2eeb9456c42f7afba4fbbca45bd901f89a08a6944adc9730a7065944270 - 1.04% (6.13 MB)

[#005] sha256:22bd455b771e0c04a57376a216e13fc9382479e5017a6819bfd7f34a99339669 - 25.51% (150 MB)

[#006] sha256:a4ecab3f509917b7d7e05263593c61eedccc272f8699269f9525008d268f84d9 - 40.46% (238 MB)

[#007] sha256:3c08f320a0195e520d9698811548750c301d684d6be2cc282e35c8ec17ff66bd - 1.97% (11.6 MB)

[#008] sha256:6ac8a6ee14cd7ebd40792430c43b3e784e1b70d9626e2654c4fc9c72a3075a93 - 0.49% (2.91 MB)

[#009] sha256:6ed63a164ffed8ca2cbbe573b3668b92bab62a0cb87caa1c66f2cba24365129d - 0.0% (5.49 KB)

[#010] sha256:b538d8ba784e726cbbf119dcb4181792f1d48686649221df90502c26b85924af - 21.45% (126 MB)

[#011] sha256:1a7ed7138c2c22bb8257b4b4ffba7fff8b873f032f01f86f9e6ccb787d10826d - 0.39% (2.29 MB)

[#012] sha256:e760448cfbdf96a009d6794e5925c384791d3239e9261708a3887c250e8e2839 - 3.86% (22.7 MB)

[#013] sha256:d53af3ed19a4036567b0657648553d548e6a2d7854f9fb1e8260c30412a1a8c8 - 0.2% (1.19 MB)


History
2020-08-19 21:14:34 UTC

/bin/sh -c #(nop) ADD file:9f937f4889e7bf6467d34e7ac4f093054993a93399443dc7469d53750a62234f in /

2020-08-19 21:14:35 UTC

/bin/sh -c [ -z "$(apt-get indextargets)" ]

2020-08-19 21:14:37 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-08-19 21:14:38 UTC

/bin/sh -c mkdir -p /run/systemd && echo 'docker' > /run/systemd/container

2020-08-19 21:14:39 UTC

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

2020-09-02 00:14:12 UTC

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

2020-09-02 00:14:12 UTC

/bin/bash -exo pipefail -c #(nop) SHELL [/bin/bash -exo pipefail -c]

2020-09-02 00:14:12 UTC

/bin/bash -exo pipefail -c #(nop) ENV DEBIAN_FRONTEND=noninteractive

2020-09-02 00:14:22 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-09-02 00:14:22 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-09-02 00:15:22 UTC

/bin/bash -exo pipefail -c apt-get update && apt-get install -y autoconf build-essential ca-certificates curl git gnupg gzip jq libmariadb-dev libmariadb-dev-compat libpq-dev make nano net-tools netcat openssh-client parallel software-properties-common sudo tar tzdata unzip vim wget zip && rm -rf /var/lib/apt/lists/*

2020-09-02 00:15:25 UTC

/bin/bash -exo pipefail -c #(nop) ENV DOCKER_VERSION=5:19.03.12~3-0~ubuntu-

2020-09-02 00:16:38 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/*

2020-09-02 00:16:41 UTC

/bin/bash -exo pipefail -c #(nop) ENV COMPOSE_VERSION=1.26.2

2020-09-02 00:16:48 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-09-02 00:16:49 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-09-02 00:16:50 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-09-02 00:16:50 UTC

/bin/bash -exo pipefail -c #(nop) USER [circleci]

2020-09-02 00:16:50 UTC

/bin/bash -exo pipefail -c #(nop) WORKDIR /home/circleci/project

2020-10-15 15:02:01 UTC

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

2020-10-15 15:03:33 UTC

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

2020-10-15 15:03:52 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-10-15 15:03:55 UTC

/bin/bash -exo pipefail -c curl -sSL "https://github.com/gotestyourself/gotestsum/releases/download/v0.5.4/gotestsum_0.5.4_linux_amd64.tar.gz" | sudo tar -xz -C /usr/local/bin gotestsum

2020-10-15 15:03:56 UTC

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

2020-10-15 15:03:56 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

2020-10-15 15:03:56 UTC

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

2020-10-15 15:04:01 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

2020-10-15 15:04:01 UTC

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

2020-10-15 15:04:03 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

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