Namespace
cimg
Image / Tag
go:1.13.15-node
Content Digest
sha256:2b64644447d3acfe1349430fc639ec89436734578f29ac478ed5d9f51d5bf271
Details
Created

2020-08-06 20:35:11 UTC

Size

450 MB

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

Environment
COMPOSE_VERSION

1.25.5

DEBIAN_FRONTEND

noninteractive

DOCKER_VERSION

5:19.03.11~3-0~ubuntu-bionic

GOPATH

/home/circleci/go

GO_VERSION

1.13.15

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:23884877105a7ff84a910895cd044061a4561385ff6c36480ee080b76ec0e771 - 5.66% (25.5 MB)

[#001] sha256:bc38caa0f5b94141276220daaf428892096e4afd24b05668cd188311e00a635f - 0.01% (34.5 KB)

[#002] sha256:2910811b6c4227c2f42aaea9a3dd5f53b1d469f67e2cf7e601f631b119b61ff7 - 0.0% (847 Bytes)

[#003] sha256:36505266dcc64eeb1010bd2112e6f73981e1a8246e4f6d4e287763b57f101b0b - 0.0% (161 Bytes)

[#004] sha256:0744f09b727f15805ff5b0c45e2d55c216c9887fd7408401f5ec8ae7818167f0 - 1.15% (5.16 MB)

[#005] sha256:31b94fe0a8ff11d93c02d8215a45bc1db096b47ae599f7f700b7aba4f2c6360d - 29.6% (133 MB)

[#006] sha256:4abbcfc12ba326ff191bc20379fc8bf621d3c7e982f2df9807d78aa085c4e1c1 - 25.59% (115 MB)

[#007] sha256:f63e8eb48b95b25dcb1962378687cd3c22a7a5946fcefae786af20d6c9e3f9e6 - 3.69% (16.6 MB)

[#008] sha256:17172bef49715ccddb6426c0f4137f3b952e2a52968e54060ebeeeb17f7fb2a8 - 0.65% (2.91 MB)

[#009] sha256:351bd10ce16b4b8a6c9e7f513822d556309a5e099fb90c9a41803ec139c1937b - 0.0% (5.55 KB)

[#010] sha256:724bb7211878fe93995cc9601cac15f7cfc5eb60dbd799ceafc8797c0e2f486a - 27.87% (125 MB)

[#011] sha256:4745c644eddaa7a34b6a55c9d38c3a8f6c8e0fc12975201a1969252f25f0dabf - 0.51% (2.28 MB)

[#012] sha256:dbe5cc126115df195014780d61464a95cd1de4f2e54a8dfef09aff42525d2242 - 5.02% (22.6 MB)

[#013] sha256:f85013b730094faa2c3bdf3d4b4181c4148cbc13117e91534de9064859f3d7e3 - 0.26% (1.19 MB)


History
2020-04-24 01:07:00 UTC

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

2020-04-24 01:07:02 UTC

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

2020-04-24 01:07:03 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-04-24 01:07:05 UTC

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

2020-04-24 01:07:05 UTC

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

2020-06-02 01:11:55 UTC

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

2020-06-02 01:11:55 UTC

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

2020-06-02 01:11:55 UTC

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

2020-06-02 01:12:05 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-06-02 01:12:05 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-06-02 01:12:54 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-06-02 01:12:56 UTC

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

2020-06-02 01:13:25 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} docker-ce-cli=${DOCKER_VERSION} containerd.io && docker --version && rm -rf /var/lib/apt/lists/*

2020-06-02 01:13:27 UTC

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

2020-06-02 01:13:40 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-06-02 01:13:41 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-06-02 01:13:42 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-06-02 01:13:42 UTC

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

2020-06-02 01:13:42 UTC

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

2020-08-06 20:34:37 UTC

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

2020-08-06 20:34:37 UTC

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

2020-08-06 20:35:01 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-08-06 20:35:04 UTC

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

2020-08-06 20:35:04 UTC

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

2020-08-06 20:35:04 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-08-06 20:35:05 UTC

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

2020-08-06 20:35:09 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-08-06 20:35:10 UTC

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

2020-08-06 20:35:11 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