2023-10-07 03:38:40 UTC
118 MB
20.5.1
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
UPTIME_KUMA_IS_CONTAINER1
YARN_VERSION1.22.19
[#000] sha256:52d2b7f179e32b4cbd579ee3c4958027988f9a8274850ab0c7c24661e3adaac5 - 23.59% (27.8 MB)
[#001] sha256:582ebf659c1e12378eeed313e78b7e8e3f786cc7187fe26936dcef671ead4fa2 - 0.0% (3.28 KB)
[#002] sha256:7126f508425c2ec8503a984f52994f868f496ea4445b2dcbafbf302f9554d4c1 - 38.86% (45.8 MB)
[#003] sha256:2e1b85c10063f04f6d8af974d3ea7226da2171c0534a1b48cf09d78b8f4bc13a - 2.22% (2.61 MB)
[#004] sha256:c984562745d9fc2d951864c69e4d9cf8ffd2223a7a6eb117b9d92de50b34f013 - 0.0% (449 Bytes)
[#005] sha256:a09a7c7a04327315c7503ca1cec9965302f9052234508f0971fc2949ddc54052 - 20.53% (24.2 MB)
[#006] sha256:b1a2cda384a44dfdb27c968c4bcfb151791fdfe07fe5a93cac70f64a3f6211fe - 14.57% (17.2 MB)
[#007] sha256:e44d60b63ebcfa994c94009cbf3e36f9ae8e774fa8a360de8256873a63d5042a - 0.0% (992 Bytes)
[#008] sha256:4ad561ab6edaf9dfecb964b7fe9338a705bb0129fc3f7e8bcf7a214681841829 - 0.0% (546 Bytes)
[#009] sha256:eebfc319b47eebb183651430fa583c021b6bd08bcc985aaf18c5681859b8ead8 - 0.0% (99 Bytes)
[#010] sha256:c88ae916eb2b719d3f45ef81dbdf989647c5e6b1aa54f00e4052abc17dd588c7 - 0.0% (940 Bytes)
[#011] sha256:afb26dde3191f57b8a3f0d9db77c5fbbf496d76b1a8aad4549f847d67c889c7c - 0.24% (284 KB)
/bin/sh -c #(nop) ADD file:997f5a9b32407d96efac41a1cfafb318f77de077c8b5cd7065b6ec9796b4bf5e in /
2023-08-16 00:59:47 UTC/bin/sh -c #(nop) CMD ["bash"]
2023-08-16 01:59:29 UTC/bin/sh -c groupadd --gid 1000 node && useradd --uid 1000 --gid node --shell /bin/bash --create-home node
2023-08-16 01:59:29 UTC/bin/sh -c #(nop) ENV NODE_VERSION=20.5.1
2023-08-16 01:59:57 UTC/bin/sh -c ARCH= && dpkgArch="$(dpkg --print-architecture)" && case "${dpkgArch##*-}" in amd64) ARCH='x64';; ppc64el) ARCH='ppc64le';; s390x) ARCH='s390x';; arm64) ARCH='arm64';; armhf) ARCH='armv7l';; i386) ARCH='x86';; *) echo "unsupported architecture"; exit 1 ;; esac && set -ex && apt-get update && apt-get install -y ca-certificates curl wget gnupg dirmngr xz-utils libatomic1 --no-install-recommends && rm -rf /var/lib/apt/lists/* && for key in 4ED778F539E3634C779C87C6D7062848A1AB005C 141F07595B7B3FFE74309A937405533BE57C7D57 74F12602B6F1C4E913FAA37AD3A89613643B6201 DD792F5973C6DE52C432CBDAC77ABFA00DDBF2B7 61FC681DFB92A079F1685E77973F295594EC4689 8FCCA13FEF1D0C2E91008E09770F7A9A5AE15600 C4F0DFFF4E8C1A8236409D08E73BC641CC11F4C8 890C08DB8579162FEE0DF9DB8BEAB4DFCF555EF4 C82FA3AE1CBEDC6BE46B9360C43CEC45C17AB93C 108F52B48DB57BB0CC439B2997B01419BD92F80A ; do gpg --batch --keyserver hkps://keys.openpgp.org --recv-keys "$key" || gpg --batch --keyserver keyserver.ubuntu.com --recv-keys "$key" ; done && curl -fsSLO --compressed "https://nodejs.org/dist/v$NODE_VERSION/node-v$NODE_VERSION-linux-$ARCH.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-linux-$ARCH.tar.xz\$" SHASUMS256.txt | sha256sum -c - && tar -xJf "node-v$NODE_VERSION-linux-$ARCH.tar.xz" -C /usr/local --strip-components=1 --no-same-owner && rm "node-v$NODE_VERSION-linux-$ARCH.tar.xz" SHASUMS256.txt.asc SHASUMS256.txt && apt-mark auto '.*' > /dev/null && find /usr/local -type f -executable -exec ldd '{}' ';' | awk '/=>/ { so = $(NF-1); if (index(so, "/usr/local/") == 1) { next }; gsub("^/(usr/)?", "", so); print so }' | sort -u | xargs -r dpkg-query --search | cut -d: -f1 | sort -u | xargs -r apt-mark manual && apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false && ln -s /usr/local/bin/node /usr/local/bin/nodejs && node --version && npm --version
2023-08-16 01:59:57 UTC/bin/sh -c #(nop) ENV YARN_VERSION=1.22.19
2023-08-16 02:00:11 UTC/bin/sh -c set -ex && savedAptMark="$(apt-mark showmanual)" && apt-get update && apt-get install -y ca-certificates curl wget gnupg dirmngr --no-install-recommends && rm -rf /var/lib/apt/lists/* && for key in 6A010C5166006599AA17F08146C2130DFD2497F5 ; do gpg --batch --keyserver hkps://keys.openpgp.org --recv-keys "$key" || gpg --batch --keyserver keyserver.ubuntu.com --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 && apt-mark auto '.*' > /dev/null && { [ -z "$savedAptMark" ] || apt-mark manual $savedAptMark > /dev/null; } && find /usr/local -type f -executable -exec ldd '{}' ';' | awk '/=>/ { so = $(NF-1); if (index(so, "/usr/local/") == 1) { next }; gsub("^/(usr/)?", "", so); print so }' | sort -u | xargs -r dpkg-query --search | cut -d: -f1 | sort -u | xargs -r apt-mark manual && apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false && yarn --version
2023-08-16 02:00:12 UTC/bin/sh -c #(nop) COPY file:4d192565a7220e135cab6c77fbc1c73211b69f3d9fb37e62857b2c6eb9363d51 in /usr/local/bin/
2023-08-16 02:00:12 UTC/bin/sh -c #(nop) ENTRYPOINT ["docker-entrypoint.sh"]
2023-08-16 02:00:12 UTC/bin/sh -c #(nop) CMD ["node"]
2023-09-01 14:54:02 UTC (buildkit.dockerfile.v0)ARG TARGETPLATFORM
2023-09-01 14:54:02 UTC (buildkit.dockerfile.v0)RUN |1 TARGETPLATFORM=linux/amd64 /bin/sh -c echo "deb http://deb.debian.org/debian testing main" >> /etc/apt/sources.list && apt update && apt --yes --no-install-recommends -t testing install apprise sqlite3 ca-certificates && apt --yes --no-install-recommends -t stable install iputils-ping util-linux dumb-init curl sudo nscd && rm -rf /var/lib/apt/lists/* && apt --yes autoremove # buildkit
2023-09-01 14:57:36 UTC (buildkit.dockerfile.v0)RUN |1 TARGETPLATFORM=linux/amd64 /bin/sh -c curl https://pkg.cloudflare.com/cloudflare-main.gpg --output /usr/share/keyrings/cloudflare-main.gpg && echo 'deb [signed-by=/usr/share/keyrings/cloudflare-main.gpg] https://pkg.cloudflare.com/cloudflared bullseye main' | tee /etc/apt/sources.list.d/cloudflared.list && apt update && apt install --yes --no-install-recommends -t stable cloudflared && cloudflared version && rm -rf /var/lib/apt/lists/* && apt --yes autoremove # buildkit
2023-09-01 14:57:36 UTC (buildkit.dockerfile.v0)COPY ./docker/etc/nscd.conf /etc/nscd.conf # buildkit
2023-09-01 14:57:36 UTC (buildkit.dockerfile.v0)COPY ./docker/etc/sudoers /etc/sudoers # buildkit
2023-10-07 03:19:31 UTC (buildkit.dockerfile.v0)WORKDIR /app
2023-10-07 03:38:40 UTC (buildkit.dockerfile.v0)ENV UPTIME_KUMA_IS_CONTAINER=1
2023-10-07 03:38:40 UTC (buildkit.dockerfile.v0)COPY ./extra/migrator.js ./extra/migrator.js # buildkit
2023-10-07 03:38:40 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c npm install args-parser # buildkit
2023-10-07 03:38:40 UTC (buildkit.dockerfile.v0)CMD ["node" "extra/migrator.js"]
2023-10-07 03:38:45 UTC
107 MB
20.5.1
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
UPTIME_KUMA_IS_CONTAINER1
YARN_VERSION1.22.19
[#000] sha256:a44aa9565b062e4216f7b39ce6c67dcc5376e10f76caec55bd3acd1cc8b76b75 - 22.08% (23.7 MB)
[#001] sha256:5d1772d7c139f8bd001b30d8a3cfe62d53296a726a2c2c7d7355b7274f829b82 - 0.0% (3.28 KB)
[#002] sha256:51ad67194265196db254c5936b4a2d523ccefbc3c42481ae3080a2346be58a9b - 39.71% (42.5 MB)
[#003] sha256:ed0459f1915f73e767a3ef752659ea0e1b15589018320688c09d7b6418a71874 - 2.43% (2.6 MB)
[#004] sha256:7e8fc1d10ca96413f1345ae82ee74902b3627da72b97d0fb7668c3205b4b5b6d - 0.0% (451 Bytes)
[#005] sha256:096fe6e10d453285205cb2add51b13a9bfccb2cd88da7b0d0f6c549e09675673 - 20.76% (22.2 MB)
[#006] sha256:ada36a2971176aeed5f6cf4095aed6f14a81596398ed35f4a3230934b62515b6 - 14.9% (16 MB)
[#007] sha256:01ab856d45c0f8a170f004b499883b9488bca6927a35aa1778325a7d67678cea - 0.0% (992 Bytes)
[#008] sha256:a1393ae15f3d81e9f05fba2725ce3011de5b488c6f4ef58a9a859185983ce96e - 0.0% (546 Bytes)
[#009] sha256:a12caed7cbe631355ba04f874ea735a2d76dafbd74f786daf4bc45bc01d9ea03 - 0.0% (97 Bytes)
[#010] sha256:c88ae916eb2b719d3f45ef81dbdf989647c5e6b1aa54f00e4052abc17dd588c7 - 0.0% (940 Bytes)
[#011] sha256:d70c0f841a28f689caddc0128b42a7ef83c7a702ed20f2d3762936bd40d2b7ef - 0.12% (126 KB)
/bin/sh -c #(nop) ADD file:45cc27bd11f601d2fef5d7494a1a6253287e6d22e108e39c0884761c7533cd9c in /
2023-08-16 00:17:12 UTC/bin/sh -c #(nop) CMD ["bash"]
2023-08-16 00:44:15 UTC/bin/sh -c groupadd --gid 1000 node && useradd --uid 1000 --gid node --shell /bin/bash --create-home node
2023-08-16 00:44:15 UTC/bin/sh -c #(nop) ENV NODE_VERSION=20.5.1
2023-08-16 00:44:43 UTC/bin/sh -c ARCH= && dpkgArch="$(dpkg --print-architecture)" && case "${dpkgArch##*-}" in amd64) ARCH='x64';; ppc64el) ARCH='ppc64le';; s390x) ARCH='s390x';; arm64) ARCH='arm64';; armhf) ARCH='armv7l';; i386) ARCH='x86';; *) echo "unsupported architecture"; exit 1 ;; esac && set -ex && apt-get update && apt-get install -y ca-certificates curl wget gnupg dirmngr xz-utils libatomic1 --no-install-recommends && rm -rf /var/lib/apt/lists/* && for key in 4ED778F539E3634C779C87C6D7062848A1AB005C 141F07595B7B3FFE74309A937405533BE57C7D57 74F12602B6F1C4E913FAA37AD3A89613643B6201 DD792F5973C6DE52C432CBDAC77ABFA00DDBF2B7 61FC681DFB92A079F1685E77973F295594EC4689 8FCCA13FEF1D0C2E91008E09770F7A9A5AE15600 C4F0DFFF4E8C1A8236409D08E73BC641CC11F4C8 890C08DB8579162FEE0DF9DB8BEAB4DFCF555EF4 C82FA3AE1CBEDC6BE46B9360C43CEC45C17AB93C 108F52B48DB57BB0CC439B2997B01419BD92F80A ; do gpg --batch --keyserver hkps://keys.openpgp.org --recv-keys "$key" || gpg --batch --keyserver keyserver.ubuntu.com --recv-keys "$key" ; done && curl -fsSLO --compressed "https://nodejs.org/dist/v$NODE_VERSION/node-v$NODE_VERSION-linux-$ARCH.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-linux-$ARCH.tar.xz\$" SHASUMS256.txt | sha256sum -c - && tar -xJf "node-v$NODE_VERSION-linux-$ARCH.tar.xz" -C /usr/local --strip-components=1 --no-same-owner && rm "node-v$NODE_VERSION-linux-$ARCH.tar.xz" SHASUMS256.txt.asc SHASUMS256.txt && apt-mark auto '.*' > /dev/null && find /usr/local -type f -executable -exec ldd '{}' ';' | awk '/=>/ { so = $(NF-1); if (index(so, "/usr/local/") == 1) { next }; gsub("^/(usr/)?", "", so); print so }' | sort -u | xargs -r dpkg-query --search | cut -d: -f1 | sort -u | xargs -r apt-mark manual && apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false && ln -s /usr/local/bin/node /usr/local/bin/nodejs && node --version && npm --version
2023-08-16 00:44:44 UTC/bin/sh -c #(nop) ENV YARN_VERSION=1.22.19
2023-08-16 00:44:57 UTC/bin/sh -c set -ex && savedAptMark="$(apt-mark showmanual)" && apt-get update && apt-get install -y ca-certificates curl wget gnupg dirmngr --no-install-recommends && rm -rf /var/lib/apt/lists/* && for key in 6A010C5166006599AA17F08146C2130DFD2497F5 ; do gpg --batch --keyserver hkps://keys.openpgp.org --recv-keys "$key" || gpg --batch --keyserver keyserver.ubuntu.com --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 && apt-mark auto '.*' > /dev/null && { [ -z "$savedAptMark" ] || apt-mark manual $savedAptMark > /dev/null; } && find /usr/local -type f -executable -exec ldd '{}' ';' | awk '/=>/ { so = $(NF-1); if (index(so, "/usr/local/") == 1) { next }; gsub("^/(usr/)?", "", so); print so }' | sort -u | xargs -r dpkg-query --search | cut -d: -f1 | sort -u | xargs -r apt-mark manual && apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false && yarn --version
2023-08-16 00:44:57 UTC/bin/sh -c #(nop) COPY file:4d192565a7220e135cab6c77fbc1c73211b69f3d9fb37e62857b2c6eb9363d51 in /usr/local/bin/
2023-08-16 00:44:57 UTC/bin/sh -c #(nop) ENTRYPOINT ["docker-entrypoint.sh"]
2023-08-16 00:44:57 UTC/bin/sh -c #(nop) CMD ["node"]
2023-09-01 14:56:09 UTC (buildkit.dockerfile.v0)ARG TARGETPLATFORM
2023-09-01 14:56:09 UTC (buildkit.dockerfile.v0)RUN |1 TARGETPLATFORM=linux/arm/v7 /bin/sh -c echo "deb http://deb.debian.org/debian testing main" >> /etc/apt/sources.list && apt update && apt --yes --no-install-recommends -t testing install apprise sqlite3 ca-certificates && apt --yes --no-install-recommends -t stable install iputils-ping util-linux dumb-init curl sudo nscd && rm -rf /var/lib/apt/lists/* && apt --yes autoremove # buildkit
2023-09-01 14:56:41 UTC (buildkit.dockerfile.v0)RUN |1 TARGETPLATFORM=linux/arm/v7 /bin/sh -c curl https://pkg.cloudflare.com/cloudflare-main.gpg --output /usr/share/keyrings/cloudflare-main.gpg && echo 'deb [signed-by=/usr/share/keyrings/cloudflare-main.gpg] https://pkg.cloudflare.com/cloudflared bullseye main' | tee /etc/apt/sources.list.d/cloudflared.list && apt update && apt install --yes --no-install-recommends -t stable cloudflared && cloudflared version && rm -rf /var/lib/apt/lists/* && apt --yes autoremove # buildkit
2023-09-01 14:56:41 UTC (buildkit.dockerfile.v0)COPY ./docker/etc/nscd.conf /etc/nscd.conf # buildkit
2023-09-01 14:56:41 UTC (buildkit.dockerfile.v0)COPY ./docker/etc/sudoers /etc/sudoers # buildkit
2023-10-07 03:19:29 UTC (buildkit.dockerfile.v0)WORKDIR /app
2023-10-07 03:38:40 UTC (buildkit.dockerfile.v0)ENV UPTIME_KUMA_IS_CONTAINER=1
2023-10-07 03:38:40 UTC (buildkit.dockerfile.v0)COPY ./extra/migrator.js ./extra/migrator.js # buildkit
2023-10-07 03:38:45 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c npm install args-parser # buildkit
2023-10-07 03:38:45 UTC (buildkit.dockerfile.v0)CMD ["node" "extra/migrator.js"]
2023-10-07 03:38:45 UTC
116 MB
20.5.1
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
UPTIME_KUMA_IS_CONTAINER1
YARN_VERSION1.22.19
[#000] sha256:4ee097f9a36616fddb52e45aba72142c4bc6f2e594f0a746e406acfde4f02f51 - 23.92% (27.8 MB)
[#001] sha256:55206708abeaf70dd944599a00d5fc70f0199a4f7d67e9bbd83cb48625d448d5 - 0.0% (3.28 KB)
[#002] sha256:f2ab2d3bf992cd990a51fc31f58ff136f560e5dd4ac46d5819ee9eee180b53ab - 39.36% (45.7 MB)
[#003] sha256:e1ca2d32798bb43ba0d9281b7fb782bad9656044801b96586cd5af9b2be495d4 - 2.25% (2.61 MB)
[#004] sha256:053b0009cc56fa5552031477bf499bf0e7b830bd212ab752f5879aa8ea618276 - 0.0% (449 Bytes)
[#005] sha256:89c324dc81895a831f56a5474dd689a5ffd3ceaa438e9e554e1e48f690482af8 - 20.52% (23.9 MB)
[#006] sha256:dd8fb7c6571808bf69756da1b2b52b3e138755a6950233d02117f89d87d196fd - 13.86% (16.1 MB)
[#007] sha256:d8f577c45bc58ac6ae9d990c76aeb025abb2c1e5a5f19323d5e719259cc6ffe8 - 0.0% (991 Bytes)
[#008] sha256:dd7feeb6081c3e070e7ba013f7c76aa18a407e94eabdbe1485c4c8e16ef921c0 - 0.0% (546 Bytes)
[#009] sha256:9d73e70225a191155dfeacd2d3b5c6e780765e5251042e1d8133e3045bcda8af - 0.0% (99 Bytes)
[#010] sha256:c88ae916eb2b719d3f45ef81dbdf989647c5e6b1aa54f00e4052abc17dd588c7 - 0.0% (940 Bytes)
[#011] sha256:e1815c66663803512baba753c331c628ecb9ece30a66b9064eab78dc94b2bad3 - 0.08% (100 KB)
/bin/sh -c #(nop) ADD file:bc58956fa3d1aff2efb0264655d039fedfff28dc4ff19a65a235e82754ee1cfa in /
2023-08-15 23:39:57 UTC/bin/sh -c #(nop) CMD ["bash"]
2023-08-16 03:54:04 UTC/bin/sh -c groupadd --gid 1000 node && useradd --uid 1000 --gid node --shell /bin/bash --create-home node
2023-08-16 03:54:04 UTC/bin/sh -c #(nop) ENV NODE_VERSION=20.5.1
2023-08-16 03:54:25 UTC/bin/sh -c ARCH= && dpkgArch="$(dpkg --print-architecture)" && case "${dpkgArch##*-}" in amd64) ARCH='x64';; ppc64el) ARCH='ppc64le';; s390x) ARCH='s390x';; arm64) ARCH='arm64';; armhf) ARCH='armv7l';; i386) ARCH='x86';; *) echo "unsupported architecture"; exit 1 ;; esac && set -ex && apt-get update && apt-get install -y ca-certificates curl wget gnupg dirmngr xz-utils libatomic1 --no-install-recommends && rm -rf /var/lib/apt/lists/* && for key in 4ED778F539E3634C779C87C6D7062848A1AB005C 141F07595B7B3FFE74309A937405533BE57C7D57 74F12602B6F1C4E913FAA37AD3A89613643B6201 DD792F5973C6DE52C432CBDAC77ABFA00DDBF2B7 61FC681DFB92A079F1685E77973F295594EC4689 8FCCA13FEF1D0C2E91008E09770F7A9A5AE15600 C4F0DFFF4E8C1A8236409D08E73BC641CC11F4C8 890C08DB8579162FEE0DF9DB8BEAB4DFCF555EF4 C82FA3AE1CBEDC6BE46B9360C43CEC45C17AB93C 108F52B48DB57BB0CC439B2997B01419BD92F80A ; do gpg --batch --keyserver hkps://keys.openpgp.org --recv-keys "$key" || gpg --batch --keyserver keyserver.ubuntu.com --recv-keys "$key" ; done && curl -fsSLO --compressed "https://nodejs.org/dist/v$NODE_VERSION/node-v$NODE_VERSION-linux-$ARCH.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-linux-$ARCH.tar.xz\$" SHASUMS256.txt | sha256sum -c - && tar -xJf "node-v$NODE_VERSION-linux-$ARCH.tar.xz" -C /usr/local --strip-components=1 --no-same-owner && rm "node-v$NODE_VERSION-linux-$ARCH.tar.xz" SHASUMS256.txt.asc SHASUMS256.txt && apt-mark auto '.*' > /dev/null && find /usr/local -type f -executable -exec ldd '{}' ';' | awk '/=>/ { so = $(NF-1); if (index(so, "/usr/local/") == 1) { next }; gsub("^/(usr/)?", "", so); print so }' | sort -u | xargs -r dpkg-query --search | cut -d: -f1 | sort -u | xargs -r apt-mark manual && apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false && ln -s /usr/local/bin/node /usr/local/bin/nodejs && node --version && npm --version
2023-08-16 03:54:26 UTC/bin/sh -c #(nop) ENV YARN_VERSION=1.22.19
2023-08-16 03:54:37 UTC/bin/sh -c set -ex && savedAptMark="$(apt-mark showmanual)" && apt-get update && apt-get install -y ca-certificates curl wget gnupg dirmngr --no-install-recommends && rm -rf /var/lib/apt/lists/* && for key in 6A010C5166006599AA17F08146C2130DFD2497F5 ; do gpg --batch --keyserver hkps://keys.openpgp.org --recv-keys "$key" || gpg --batch --keyserver keyserver.ubuntu.com --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 && apt-mark auto '.*' > /dev/null && { [ -z "$savedAptMark" ] || apt-mark manual $savedAptMark > /dev/null; } && find /usr/local -type f -executable -exec ldd '{}' ';' | awk '/=>/ { so = $(NF-1); if (index(so, "/usr/local/") == 1) { next }; gsub("^/(usr/)?", "", so); print so }' | sort -u | xargs -r dpkg-query --search | cut -d: -f1 | sort -u | xargs -r apt-mark manual && apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false && yarn --version
2023-08-16 03:54:37 UTC/bin/sh -c #(nop) COPY file:4d192565a7220e135cab6c77fbc1c73211b69f3d9fb37e62857b2c6eb9363d51 in /usr/local/bin/
2023-08-16 03:54:37 UTC/bin/sh -c #(nop) ENTRYPOINT ["docker-entrypoint.sh"]
2023-08-16 03:54:37 UTC/bin/sh -c #(nop) CMD ["node"]
2023-09-01 14:56:11 UTC (buildkit.dockerfile.v0)ARG TARGETPLATFORM
2023-09-01 14:56:11 UTC (buildkit.dockerfile.v0)RUN |1 TARGETPLATFORM=linux/arm64 /bin/sh -c echo "deb http://deb.debian.org/debian testing main" >> /etc/apt/sources.list && apt update && apt --yes --no-install-recommends -t testing install apprise sqlite3 ca-certificates && apt --yes --no-install-recommends -t stable install iputils-ping util-linux dumb-init curl sudo nscd && rm -rf /var/lib/apt/lists/* && apt --yes autoremove # buildkit
2023-09-01 14:56:44 UTC (buildkit.dockerfile.v0)RUN |1 TARGETPLATFORM=linux/arm64 /bin/sh -c curl https://pkg.cloudflare.com/cloudflare-main.gpg --output /usr/share/keyrings/cloudflare-main.gpg && echo 'deb [signed-by=/usr/share/keyrings/cloudflare-main.gpg] https://pkg.cloudflare.com/cloudflared bullseye main' | tee /etc/apt/sources.list.d/cloudflared.list && apt update && apt install --yes --no-install-recommends -t stable cloudflared && cloudflared version && rm -rf /var/lib/apt/lists/* && apt --yes autoremove # buildkit
2023-09-01 14:56:44 UTC (buildkit.dockerfile.v0)COPY ./docker/etc/nscd.conf /etc/nscd.conf # buildkit
2023-09-01 14:56:44 UTC (buildkit.dockerfile.v0)COPY ./docker/etc/sudoers /etc/sudoers # buildkit
2023-10-07 03:19:24 UTC (buildkit.dockerfile.v0)WORKDIR /app
2023-10-07 03:38:40 UTC (buildkit.dockerfile.v0)ENV UPTIME_KUMA_IS_CONTAINER=1
2023-10-07 03:38:40 UTC (buildkit.dockerfile.v0)COPY ./extra/migrator.js ./extra/migrator.js # buildkit
2023-10-07 03:38:45 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c npm install args-parser # buildkit
2023-10-07 03:38:45 UTC (buildkit.dockerfile.v0)CMD ["node" "extra/migrator.js"]
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.