Namespace
nodered
Image / Tag
node-red:1.2.7-10-minimal-amd64
Content Digest
sha256:c8cc8435daf44793802ae985fe17d9d59275d406afa7ef21e6153475af6e7a4d
Details
Created

2021-01-07 14:34:42 UTC

Size

57.8 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
    2021-01-07T14:33:53Z
  • 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
    baa0d651ba564b3dc861c038e758fee4e4fbd155
  • org.label-schema.vcs-type
    Git
  • org.label-schema.vcs-url
    https://github.com/node-red/node-red-docker
  • org.label-schema.version
    1.2.7

Environment
FLOWS

flows.json

NODE_PATH

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

NODE_RED_VERSION

v1.2.7

NODE_VERSION

10.23.1

PATH

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

YARN_VERSION

1.22.5


Layers

[#000] sha256:0a6724ff3fcd51338afdfdc2b1d4ffd04569818e31efad957213d67c29b45101 - 4.64% (2.68 MB)

[#001] sha256:b258c56640f100b342ec1fb204ac3c7ffc437d73a6c2773dd1d8e92577265c14 - 36.62% (21.2 MB)

[#002] sha256:51a5f3cdff580ee6635a1d55aba84adf2a365c0eddd0952ac20bcfb55b503aa1 - 3.87% (2.24 MB)

[#003] sha256:5e1af1677b84a9f6c8214d8ef3aa39befcd7385eca83f1abc66fee82b2073bee - 0.0% (284 Bytes)

[#004] sha256:15abab0ebc8c6e47b1d63daf30e113faba6442f3700b86fdd15088142c645dab - 2.84% (1.64 MB)

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

[#006] sha256:91e05ee11b8ac34a0c0186e05e5ae276df8475edc0610a19a8ce0de941ff46af - 0.0% (464 Bytes)

[#007] sha256:51b5c951413dc6b9c2de0e3140569ef12d91503256ad2650f8906b652a44f589 - 19.95% (11.5 MB)

[#008] sha256:0904959e5ef52654290183f9268e3005976dd9ecf8feaedb61ab9dfd41197159 - 0.0% (587 Bytes)

[#009] sha256:c1ae39299016ad84c3b30e36c37d142c464645cf29f2eca776fc7f4ae28d77bf - 0.0% (835 Bytes)

[#010] sha256:79fafee5a9880321d251ee92fff80c6c75b7e6ebd438696b50d33c77a12f34dc - 16.04% (9.28 MB)

[#011] sha256:73c3aead66430c6429b6aa210dc9a186f61e9bf7716e63724dc123c60b024088 - 16.04% (9.28 MB)


History
2020-12-17 00:19:49 UTC

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

2020-12-17 00:19:49 UTC

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

2021-01-05 17:34:45 UTC

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

2021-01-05 17:34:55 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="a1a0fb3b20b495d806556caaf66c828b4e9b0f01ea004a8432a0c42cbbe5481b" ;; *) ;; 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 python2 && for key in 4ED778F539E3634C779C87C6D7062848A1AB005C 94AE36675C464D64BAFA68DD7434390BDBE9B9C5 1C050899334244A8AF75E53792EF661D867B9DFA 71DCFD284A79C3B38668286BC97EC7A07EDE3FC1 8FCCA13FEF1D0C2E91008E09770F7A9A5AE15600 C4F0DFFF4E8C1A8236409D08E73BC641CC11F4C8 C82FA3AE1CBEDC6BE46B9360C43CEC45C17AB93C DD8F2338BAE7501E3DD5AC78C273792F7D83545D A48C2BEE680E841632CD4E44F07496B3EB3C1762 108F52B48DB57BB0CC439B2997B01419BD92F80A 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

2021-01-05 17:34:56 UTC

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

2021-01-05 17:35:00 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

2021-01-05 17:35:01 UTC

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

2021-01-05 17:35:01 UTC

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

2021-01-05 17:35:02 UTC

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

2021-01-07 14:33:57 UTC

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

2021-01-07 14:33:58 UTC

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

2021-01-07 14:33:58 UTC

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

2021-01-07 14:33:58 UTC

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

2021-01-07 14:34:00 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:root /data && chmod -R g+rwX /data && chown -R node-red:root /usr/src/node-red && chmod -R g+rwX /usr/src/node-red

2021-01-07 14:34:00 UTC

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

2021-01-07 14:34:00 UTC

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

2021-01-07 14:34:01 UTC

/bin/sh -c #(nop) COPY file:5cd53068d9eaf78be453757f65bb6714afd925d90fa818f8855d9a6cb874df84 in /data

2021-01-07 14:34:27 UTC

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

2021-01-07 14:34:27 UTC

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

2021-01-07 14:34:27 UTC

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

2021-01-07 14:34:28 UTC

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

2021-01-07 14:34:28 UTC

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

2021-01-07 14:34:28 UTC

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

2021-01-07 14:34:28 UTC

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

2021-01-07 14:34:28 UTC

/bin/sh -c #(nop) LABEL org.label-schema.build-date=2021-01-07T14:33:53Z 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.2.7 org.label-schema.description=Low-code programming for event-driven applications. org.label-schema.url=https://nodered.org org.label-schema.vcs-ref=baa0d651ba564b3dc861c038e758fee4e4fbd155 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

2021-01-07 14:34:30 UTC

/bin/sh -c #(nop) COPY dir:7d3589b4fb81fa106d09819e62be89f8b36f9b10f412c528fffec09b5df68183 in ./node_modules

2021-01-07 14:34:41 UTC

|7 ARCH=amd64 BUILD_DATE=2021-01-07T14:33:53Z BUILD_REF=baa0d651ba564b3dc861c038e758fee4e4fbd155 BUILD_VERSION=1.2.7 NODE_RED_VERSION=v1.2.7 QEMU_ARCH=x86_64 TAG_SUFFIX=minimal /bin/sh -c chown -R node-red:root /usr/src/node-red && /tmp/install_devtools.sh && rm -r /tmp/* && rm /usr/bin/qemu-$QEMU_ARCH-static

2021-01-07 14:34:41 UTC

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

2021-01-07 14:34:42 UTC

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

2021-01-07 14:34:42 UTC

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

2021-01-07 14:34:42 UTC

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

2021-01-07 14:34:42 UTC

/bin/sh -c #(nop) ENTRYPOINT ["npm" "--no-update-notifier" "--no-fund" "start" "--cache" "/data/.npm" "--" "--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