Namespace
nodered
Image / Tag
node-red:1.0.4-2-12-amd64
Content Digest
sha256:54bc4d89b63e9b08720af2dddaa82329762ba03fa571f268ccc993dffc98afd3
Details
Created

2020-02-27 16:53:09 UTC

Size

142 MB

Content Digest
Labels
  • authors
    Dave Conway-Jones, Nick O'Leary, James Thomas, Raymond Mouthaan
  • org.label-schema.arch
    amd64
  • org.label-schema.build-date
    2020-02-27T16:51:54Z
  • org.label-schema.description
    Low-code programming for event-driven applications.
  • org.label-schema.docker.dockerfile
    .docker/Dockerfile.alpine
  • org.label-schema.license
    Apache-2.0
  • org.label-schema.name
    Node-RED
  • org.label-schema.url
    https://nodered.org
  • org.label-schema.vcs-ref
    9a81a66d8f954b11a8e4b99dc38ed73b219d7b6f
  • org.label-schema.vcs-type
    Git
  • org.label-schema.vcs-url
    https://github.com/node-red/node-red-docker
  • org.label-schema.version
    1.0.4-2

Environment
FLOWS

flows.json

NODE_PATH

/usr/src/node-red/node_modules:/data/node_modules

NODE_RED_VERSION

v1.0.4

NODE_VERSION

12.16.1

PATH

/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

YARN_VERSION

1.22.0


Layers

[#000] sha256:c9b1b535fdd91a9855fb7f82348177e5f019329a58c53c47272962dd60f71fc9 - 1.89% (2.67 MB)

[#001] sha256:6ad7c27326e796d8d313b0102e26c89c3bb0ba031b11782b5cae36fc62606df1 - 16.5% (23.3 MB)

[#002] sha256:968d8b4948da936ebab3aa93b362ca5000cdb21b567867c6cfd0d34cb129c1d5 - 1.51% (2.14 MB)

[#003] sha256:a1ec837a63313805a7fd43672352786f3202249b4e07c5d8d5f897b45f9b6ce2 - 0.0% (282 Bytes)

[#004] sha256:b5f6b3d87d2a53671c5b75500f92b607c2d530223774d00f3b1f719d92606c5c - 1.16% (1.64 MB)

[#005] sha256:f626993c490379b5930ee9428dcd50dfb1215d5af6a9684231bdc4c5dc13b90c - 0.0% (433 Bytes)

[#006] sha256:4b36dbec5513ab5b19392eb440dd5eaef9e9b59839dc7e832c01a307ba7dc45b - 0.0% (464 Bytes)

[#007] sha256:1debd043dfa49454e98a8df37067a79b144009fa1a70e8c9caee632801e19788 - 8.15% (11.5 MB)

[#008] sha256:f67dbf1b4947444eb12a8ba8cb67f2742f2e8cf9de280730c89f36270710584f - 0.0% (544 Bytes)

[#009] sha256:7f69fab77a03e1ef9dc7f3470cb4c7f0ee400ae72b4e67add940b7c0ae9b6680 - 5.88% (8.32 MB)

[#010] sha256:103e6a493c409cbe0fcdaa081a7b43706d3bfa904dce147020dd108c2d4f82ac - 64.92% (91.9 MB)


History
2020-01-18 01:19:37 UTC

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

2020-01-18 01:19:37 UTC

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

2020-02-19 23:26:17 UTC

/bin/sh -c #(nop) ENV NODE_VERSION=12.16.1

2020-02-19 23:26:23 UTC

/bin/sh -c addgroup -g 1000 node && adduser -u 1000 -G node -s /bin/sh -D node && apk add --no-cache libstdc++ && apk add --no-cache --virtual .build-deps curl && ARCH= && alpineArch="$(apk --print-arch)" && case "${alpineArch##*-}" in x86_64) ARCH='x64' CHECKSUM="7606d86e842b710e4321fe1c7f7a32a8e145f5e0659de406399cda5a37411d92" ;; *) ;; esac && if [ -n "${CHECKSUM}" ]; then set -eu; curl -fsSLO --compressed "https://unofficial-builds.nodejs.org/download/release/v$NODE_VERSION/node-v$NODE_VERSION-linux-$ARCH-musl.tar.xz"; echo "$CHECKSUM node-v$NODE_VERSION-linux-$ARCH-musl.tar.xz" | sha256sum -c - && tar -xJf "node-v$NODE_VERSION-linux-$ARCH-musl.tar.xz" -C /usr/local --strip-components=1 --no-same-owner && ln -s /usr/local/bin/node /usr/local/bin/nodejs; else echo "Building from source" && apk add --no-cache --virtual .build-deps-full binutils-gold g++ gcc gnupg libgcc linux-headers make python && for key in 94AE36675C464D64BAFA68DD7434390BDBE9B9C5 FD3A5288F042B6850C66B31F09FE44734EB7990E 71DCFD284A79C3B38668286BC97EC7A07EDE3FC1 DD8F2338BAE7501E3DD5AC78C273792F7D83545D C4F0DFFF4E8C1A8236409D08E73BC641CC11F4C8 B9AE9905FFD7803F25714661B63B535A4C206CA9 77984A986EBC2AA786BC0F66B01FBB92821C587A 8FCCA13FEF1D0C2E91008E09770F7A9A5AE15600 4ED778F539E3634C779C87C6D7062848A1AB005C A48C2BEE680E841632CD4E44F07496B3EB3C1762 B9E2F5981AA6E0CD28160D9FF13993A75599653C ; do gpg --batch --keyserver hkp://p80.pool.sks-keyservers.net:80 --recv-keys "$key" || gpg --batch --keyserver hkp://ipv4.pool.sks-keyservers.net --recv-keys "$key" || gpg --batch --keyserver hkp://pgp.mit.edu:80 --recv-keys "$key" ; done && curl -fsSLO --compressed "https://nodejs.org/dist/v$NODE_VERSION/node-v$NODE_VERSION.tar.xz" && curl -fsSLO --compressed "https://nodejs.org/dist/v$NODE_VERSION/SHASUMS256.txt.asc" && gpg --batch --decrypt --output SHASUMS256.txt SHASUMS256.txt.asc && grep " node-v$NODE_VERSION.tar.xz\$" SHASUMS256.txt | sha256sum -c - && tar -xf "node-v$NODE_VERSION.tar.xz" && cd "node-v$NODE_VERSION" && ./configure && make -j$(getconf _NPROCESSORS_ONLN) V= && make install && apk del .build-deps-full && cd .. && rm -Rf "node-v$NODE_VERSION" && rm "node-v$NODE_VERSION.tar.xz" SHASUMS256.txt.asc SHASUMS256.txt; fi && rm -f "node-v$NODE_VERSION-linux-$ARCH-musl.tar.xz" && apk del .build-deps && node --version && npm --version

2020-02-19 23:26:23 UTC

/bin/sh -c #(nop) ENV YARN_VERSION=1.22.0

2020-02-19 23:26:25 UTC

/bin/sh -c apk add --no-cache --virtual .build-deps-yarn curl gnupg tar && for key in 6A010C5166006599AA17F08146C2130DFD2497F5 ; do gpg --batch --keyserver hkp://p80.pool.sks-keyservers.net:80 --recv-keys "$key" || gpg --batch --keyserver hkp://ipv4.pool.sks-keyservers.net --recv-keys "$key" || gpg --batch --keyserver hkp://pgp.mit.edu:80 --recv-keys "$key" ; done && curl -fsSLO --compressed "https://yarnpkg.com/downloads/$YARN_VERSION/yarn-v$YARN_VERSION.tar.gz" && curl -fsSLO --compressed "https://yarnpkg.com/downloads/$YARN_VERSION/yarn-v$YARN_VERSION.tar.gz.asc" && gpg --batch --verify yarn-v$YARN_VERSION.tar.gz.asc yarn-v$YARN_VERSION.tar.gz && mkdir -p /opt && tar -xzf yarn-v$YARN_VERSION.tar.gz -C /opt/ && ln -s /opt/yarn-v$YARN_VERSION/bin/yarn /usr/local/bin/yarn && ln -s /opt/yarn-v$YARN_VERSION/bin/yarnpkg /usr/local/bin/yarnpkg && rm yarn-v$YARN_VERSION.tar.gz.asc yarn-v$YARN_VERSION.tar.gz && apk del .build-deps-yarn && yarn --version

2020-02-19 23:26:26 UTC

/bin/sh -c #(nop) COPY file:238737301d47304174e4d24f4def935b29b3069c03c72ae8de97d94624382fce in /usr/local/bin/

2020-02-19 23:26:26 UTC

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

2020-02-19 23:26:26 UTC

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

2020-02-27 16:52:05 UTC

/bin/sh -c #(nop) ARG QEMU_ARCH

2020-02-27 16:52:09 UTC

/bin/sh -c #(nop) COPY file:27123bb14bb17bfb8d6face7e1d97ebef507b64b979940de897ab9696254a245 in /usr/bin/qemu-x86_64-static

2020-02-27 16:52:12 UTC

/bin/sh -c #(nop) COPY multi:71ed97d2e539a1761ec47edb2a986a89451e2ff17d5b60c72ea333a895c97c69 in /tmp/

2020-02-27 16:52:12 UTC

/bin/sh -c #(nop) COPY file:41e4cd787e30c232cac3849c44d8f79b2456d491a9780aeb0262b7a59f42f656 in /

2020-02-27 16:52:14 UTC

|1 QEMU_ARCH=x86_64 /bin/sh -c set -ex && apk add --no-cache bash tzdata iputils curl nano git openssl openssh-client && mkdir -p /usr/src/node-red /data && deluser --remove-home node && adduser -h /usr/src/node-red -D -H node-red -u 1000 && chown -R node-red:node-red /data && chown -R node-red:node-red /usr/src/node-red

2020-02-27 16:52:14 UTC

/bin/sh -c #(nop) WORKDIR /usr/src/node-red

2020-02-27 16:52:15 UTC

/bin/sh -c #(nop) COPY file:e85273900e4207fbbd75aad5f46526396407f4d4bcb51394f8e725b4d5bfdb27 in .

2020-02-27 16:52:38 UTC

/bin/sh -c #(nop) ARG BUILD_DATE

2020-02-27 16:52:38 UTC

/bin/sh -c #(nop) ARG BUILD_VERSION

2020-02-27 16:52:38 UTC

/bin/sh -c #(nop) ARG BUILD_REF

2020-02-27 16:52:38 UTC

/bin/sh -c #(nop) ARG NODE_RED_VERSION

2020-02-27 16:52:38 UTC

/bin/sh -c #(nop) ARG ARCH

2020-02-27 16:52:39 UTC

/bin/sh -c #(nop) ARG QEMU_ARCH

2020-02-27 16:52:39 UTC

/bin/sh -c #(nop) ARG TAG_SUFFIX

2020-02-27 16:52:39 UTC

/bin/sh -c #(nop) LABEL org.label-schema.build-date=2020-02-27T16:51:54Z org.label-schema.docker.dockerfile=.docker/Dockerfile.alpine org.label-schema.license=Apache-2.0 org.label-schema.name=Node-RED org.label-schema.version=1.0.4-2 org.label-schema.description=Low-code programming for event-driven applications. org.label-schema.url=https://nodered.org org.label-schema.vcs-ref=9a81a66d8f954b11a8e4b99dc38ed73b219d7b6f org.label-schema.vcs-type=Git org.label-schema.vcs-url=https://github.com/node-red/node-red-docker org.label-schema.arch=amd64 authors=Dave Conway-Jones, Nick O'Leary, James Thomas, Raymond Mouthaan

2020-02-27 16:52:41 UTC

/bin/sh -c #(nop) COPY dir:2021e51258d82a99437d4db7b15cc13fa2ca1b71514046d745f54ca031dab193 in ./node_modules

2020-02-27 16:53:02 UTC

|7 ARCH=amd64 BUILD_DATE=2020-02-27T16:51:54Z BUILD_REF=9a81a66d8f954b11a8e4b99dc38ed73b219d7b6f BUILD_VERSION=1.0.4-2 NODE_RED_VERSION=v1.0.4 QEMU_ARCH=x86_64 TAG_SUFFIX=default /bin/sh -c chown -R node-red:node-red /usr/src/node-red && /tmp/install_devtools.sh && rm -r /tmp/* && rm /usr/bin/qemu-$QEMU_ARCH-static

2020-02-27 16:53:09 UTC

/bin/sh -c #(nop) USER node-red

2020-02-27 16:53:09 UTC

/bin/sh -c #(nop) ENV NODE_RED_VERSION=v1.0.4 NODE_PATH=/usr/src/node-red/node_modules:/data/node_modules FLOWS=flows.json

2020-02-27 16:53:09 UTC

/bin/sh -c #(nop) VOLUME [/data]

2020-02-27 16:53:09 UTC

/bin/sh -c #(nop) EXPOSE 1880

2020-02-27 16:53:09 UTC

/bin/sh -c #(nop) HEALTHCHECK &{["CMD-SHELL" "node /healthcheck.js"] "0s" "0s" "0s" '\x00'}

2020-02-27 16:53:09 UTC

/bin/sh -c #(nop) ENTRYPOINT ["npm" "start" "--" "--userDir" "/data"]

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