Namespace
louislam
Image / Tag
uptime-kuma:base-debian-mariadb
Content Digest
sha256:461b8390299b0854cb929020da94ea4e1f86e0ef89f4156760858872afa98ca4
Details
Created

2022-07-19 12:37:58 UTC

Size

152 MB

Content Digest
Environment
NODE_VERSION

16.16.0

PATH

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

YARN_VERSION

1.22.19


Layers

[#000] sha256:ac2fb615420c18b61e0693f2569a3d38e3b9b58456b691bac44405e08389a591 - 16.98% (25.9 MB)

[#001] sha256:69afbd4475ecadd3750ac60865e8133b16b695761fb478d8eb4fecfe9bb078ad - 0.0% (4.08 KB)

[#002] sha256:102a77eae8b469c937becdc96350f6036ab301d0c41b42e267dadd7a4b894a37 - 21.62% (32.9 MB)

[#003] sha256:6ce783be13c6cbbc0406ce28fef09c5926ec9318cad894832665a96d35d90c02 - 1.72% (2.62 MB)

[#004] sha256:6ae4be2443063e0835f731225cbd85af956e72843b8a72074229bbb83f72c669 - 0.0% (452 Bytes)

[#005] sha256:8b4cde02411ef9b1eb67849fca5e8cd0a77f7c58399a2472094268ff85ae6b83 - 0.0% (99 Bytes)

[#006] sha256:5119278c44140de55f93a01372e816ef11390770ddb7c234e96381c7361e56f9 - 50.24% (76.6 MB)

[#007] sha256:04e1be29cbdc3f0d9295bb88f84de52b10aa49ddc96f56f4595ed5b005bf48c0 - 0.0% (622 Bytes)

[#008] sha256:ffd28f612d666c799095b5844e0a30fa06739c47bf17ac13b3ebd19903df3cff - 9.44% (14.4 MB)


History
2022-07-12 01:20:32 UTC

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

2022-07-12 01:20:33 UTC

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

2022-07-12 15:28:54 UTC

/bin/sh -c groupadd --gid 1000 node && useradd --uid 1000 --gid node --shell /bin/bash --create-home node

2022-07-12 15:31:29 UTC

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

2022-07-12 15:31:58 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 94AE36675C464D64BAFA68DD7434390BDBE9B9C5 74F12602B6F1C4E913FAA37AD3A89613643B6201 71DCFD284A79C3B38668286BC97EC7A07EDE3FC1 61FC681DFB92A079F1685E77973F295594EC4689 8FCCA13FEF1D0C2E91008E09770F7A9A5AE15600 C4F0DFFF4E8C1A8236409D08E73BC641CC11F4C8 890C08DB8579162FEE0DF9DB8BEAB4DFCF555EF4 C82FA3AE1CBEDC6BE46B9360C43CEC45C17AB93C DD8F2338BAE7501E3DD5AC78C273792F7D83545D A48C2BEE680E841632CD4E44F07496B3EB3C1762 108F52B48DB57BB0CC439B2997B01419BD92F80A B9E2F5981AA6E0CD28160D9FF13993A75599653C ; 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 '/=>/ { print $(NF-1) }' | 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

2022-07-12 15:31:58 UTC

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

2022-07-12 15:32: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 '/=>/ { print $(NF-1) }' | 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

2022-07-12 15:32:11 UTC

/bin/sh -c #(nop) COPY file:4d192565a7220e135cab6c77fbc1c73211b69f3d9fb37e62857b2c6eb9363d51 in /usr/local/bin/

2022-07-12 15:32:11 UTC

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

2022-07-12 15:32:11 UTC

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

2022-07-19 12:37:31 UTC (buildkit.dockerfile.v0)

ARG TARGETPLATFORM

2022-07-19 12:37:31 UTC (buildkit.dockerfile.v0)

WORKDIR /app

2022-07-19 12:37:53 UTC (buildkit.dockerfile.v0)

RUN |1 TARGETPLATFORM=linux/amd64 /bin/sh -c apt update && apt --yes --no-install-recommends install python3 python3-pip python3-cryptography python3-six python3-yaml python3-click python3-markdown python3-requests python3-requests-oauthlib sqlite3 iputils-ping util-linux dumb-init mariadb-server && pip3 --no-cache-dir install apprise==0.9.9 && rm -rf /var/lib/apt/lists/* && apt --yes autoremove # buildkit

2022-07-19 12:37:53 UTC (buildkit.dockerfile.v0)

COPY extra/download-cloudflared.js ./extra/download-cloudflared.js # buildkit

2022-07-19 12:37:58 UTC (buildkit.dockerfile.v0)

RUN |1 TARGETPLATFORM=linux/amd64 /bin/sh -c node ./extra/download-cloudflared.js $TARGETPLATFORM && dpkg --add-architecture arm && apt update && apt --yes --no-install-recommends install ./cloudflared.deb && rm -rf /var/lib/apt/lists/* && rm -f cloudflared.deb && apt --yes autoremove # buildkit

Details
Created

2022-07-19 12:40:25 UTC

Size

138 MB

Content Digest
Environment
NODE_VERSION

16.16.0

PATH

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

YARN_VERSION

1.22.19


Layers

[#000] sha256:8031e2dc59e1b5a08ece8056d69de81b33dd5912c374507a775965a83ce367a8 - 15.73% (21.7 MB)

[#001] sha256:feb918e888e3b504b858ea1fac2a83498d4ef0090df56acb4c72e0a57c6696cc - 0.0% (4.08 KB)

[#002] sha256:1128caa1c9cf5c1603801fa8d414de55c3cdbcfa90b2d30ffd391c50f7597a45 - 22.0% (30.3 MB)

[#003] sha256:00051de6d3c81867ae3f819170ca1389e228857a2bdd99239c65bf28aebd4e23 - 1.89% (2.61 MB)

[#004] sha256:f8e925f213e6f2b9c949e2b5a99013d522ac5042a5f1ca1c7bae479b702165a5 - 0.0% (452 Bytes)

[#005] sha256:748ff3d7d652da1869034e7a031e64496a4bc26180ff687245ee62698e9eac55 - 0.0% (99 Bytes)

[#006] sha256:a489b2c831e2be77fc5b6e86d6847a84d94d3c8070e732eea38683c2c38243b5 - 50.72% (70 MB)

[#007] sha256:f7aeaff11c34aa4e247c9c03d67756c4cdaadfebfb60e824d0b5da279bed3298 - 0.0% (621 Bytes)

[#008] sha256:a4e4b048d697c7561b988e9d88235e8f9c037cfad798e582ac06f10074e009a1 - 9.64% (13.3 MB)


History
2022-07-12 01:01:01 UTC

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

2022-07-12 01:01:02 UTC

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

2022-07-13 07:22:57 UTC

/bin/sh -c groupadd --gid 1000 node && useradd --uid 1000 --gid node --shell /bin/bash --create-home node

2022-07-13 07:29:00 UTC

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

2022-07-13 07:29:52 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 94AE36675C464D64BAFA68DD7434390BDBE9B9C5 74F12602B6F1C4E913FAA37AD3A89613643B6201 71DCFD284A79C3B38668286BC97EC7A07EDE3FC1 61FC681DFB92A079F1685E77973F295594EC4689 8FCCA13FEF1D0C2E91008E09770F7A9A5AE15600 C4F0DFFF4E8C1A8236409D08E73BC641CC11F4C8 890C08DB8579162FEE0DF9DB8BEAB4DFCF555EF4 C82FA3AE1CBEDC6BE46B9360C43CEC45C17AB93C DD8F2338BAE7501E3DD5AC78C273792F7D83545D A48C2BEE680E841632CD4E44F07496B3EB3C1762 108F52B48DB57BB0CC439B2997B01419BD92F80A B9E2F5981AA6E0CD28160D9FF13993A75599653C ; 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 '/=>/ { print $(NF-1) }' | 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

2022-07-13 07:29:53 UTC

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

2022-07-13 07:30:27 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 '/=>/ { print $(NF-1) }' | 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

2022-07-13 07:30:28 UTC

/bin/sh -c #(nop) COPY file:4d192565a7220e135cab6c77fbc1c73211b69f3d9fb37e62857b2c6eb9363d51 in /usr/local/bin/

2022-07-13 07:30:28 UTC

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

2022-07-13 07:30:29 UTC

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

2022-07-19 12:37:33 UTC (buildkit.dockerfile.v0)

ARG TARGETPLATFORM

2022-07-19 12:37:33 UTC (buildkit.dockerfile.v0)

WORKDIR /app

2022-07-19 12:40:01 UTC (buildkit.dockerfile.v0)

RUN |1 TARGETPLATFORM=linux/arm/v7 /bin/sh -c apt update && apt --yes --no-install-recommends install python3 python3-pip python3-cryptography python3-six python3-yaml python3-click python3-markdown python3-requests python3-requests-oauthlib sqlite3 iputils-ping util-linux dumb-init mariadb-server && pip3 --no-cache-dir install apprise==0.9.9 && rm -rf /var/lib/apt/lists/* && apt --yes autoremove # buildkit

2022-07-19 12:40:01 UTC (buildkit.dockerfile.v0)

COPY extra/download-cloudflared.js ./extra/download-cloudflared.js # buildkit

2022-07-19 12:40:25 UTC (buildkit.dockerfile.v0)

RUN |1 TARGETPLATFORM=linux/arm/v7 /bin/sh -c node ./extra/download-cloudflared.js $TARGETPLATFORM && dpkg --add-architecture arm && apt update && apt --yes --no-install-recommends install ./cloudflared.deb && rm -rf /var/lib/apt/lists/* && rm -f cloudflared.deb && apt --yes autoremove # buildkit

Details
Created

2022-07-19 12:40:23 UTC

Size

150 MB

Content Digest
Environment
NODE_VERSION

16.16.0

PATH

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

YARN_VERSION

1.22.19


Layers

[#000] sha256:8bd5501da4f4b37ad7488bd0eafa32d8927de3bf1e32747545810f2ca65429ed - 16.52% (24.7 MB)

[#001] sha256:c6ab3c0a7a646f039422798578e6867c65e80f4d633502d90715483291c4b866 - 0.0% (3.95 KB)

[#002] sha256:bfd513a7286e5da09e594b1e7044abbca11cbc5db079f2ffa1f88172a8d2d6bd - 22.11% (33.1 MB)

[#003] sha256:2b85e91ff845677102d6d99eb8bf3e1e246eadc8883335c6201e808237920c44 - 1.75% (2.61 MB)

[#004] sha256:d9d29b11ebdf043d8fdb4a14e624838eb7589ace9d367478160a365029f31b5b - 0.0% (453 Bytes)

[#005] sha256:8d13c8965c7f262cf1dd273e3f552ae1c34e18d7b7f2797198a41061efe97fcf - 0.0% (99 Bytes)

[#006] sha256:e9db35b4a61e83c66cf6ceb29cf456f0586ef97994cc880c2c124afce4c53fb4 - 50.71% (75.9 MB)

[#007] sha256:f7aeaff11c34aa4e247c9c03d67756c4cdaadfebfb60e824d0b5da279bed3298 - 0.0% (621 Bytes)

[#008] sha256:d9262b044a3583318c203d8143ecbef2be2b858c89f2d9f680aba97e962a22c6 - 8.91% (13.3 MB)


History
2022-07-12 00:41:02 UTC

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

2022-07-12 00:41:03 UTC

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

2022-07-12 04:19:34 UTC

/bin/sh -c groupadd --gid 1000 node && useradd --uid 1000 --gid node --shell /bin/bash --create-home node

2022-07-12 04:22:51 UTC

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

2022-07-12 04:23:17 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 94AE36675C464D64BAFA68DD7434390BDBE9B9C5 74F12602B6F1C4E913FAA37AD3A89613643B6201 71DCFD284A79C3B38668286BC97EC7A07EDE3FC1 61FC681DFB92A079F1685E77973F295594EC4689 8FCCA13FEF1D0C2E91008E09770F7A9A5AE15600 C4F0DFFF4E8C1A8236409D08E73BC641CC11F4C8 890C08DB8579162FEE0DF9DB8BEAB4DFCF555EF4 C82FA3AE1CBEDC6BE46B9360C43CEC45C17AB93C DD8F2338BAE7501E3DD5AC78C273792F7D83545D A48C2BEE680E841632CD4E44F07496B3EB3C1762 108F52B48DB57BB0CC439B2997B01419BD92F80A B9E2F5981AA6E0CD28160D9FF13993A75599653C ; 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 '/=>/ { print $(NF-1) }' | 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

2022-07-12 04:23:18 UTC

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

2022-07-12 04:23:41 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 '/=>/ { print $(NF-1) }' | 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

2022-07-12 04:23:43 UTC

/bin/sh -c #(nop) COPY file:4d192565a7220e135cab6c77fbc1c73211b69f3d9fb37e62857b2c6eb9363d51 in /usr/local/bin/

2022-07-12 04:23:43 UTC

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

2022-07-12 04:23:44 UTC

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

2022-07-19 12:37:33 UTC (buildkit.dockerfile.v0)

ARG TARGETPLATFORM

2022-07-19 12:37:33 UTC (buildkit.dockerfile.v0)

WORKDIR /app

2022-07-19 12:40:01 UTC (buildkit.dockerfile.v0)

RUN |1 TARGETPLATFORM=linux/arm64 /bin/sh -c apt update && apt --yes --no-install-recommends install python3 python3-pip python3-cryptography python3-six python3-yaml python3-click python3-markdown python3-requests python3-requests-oauthlib sqlite3 iputils-ping util-linux dumb-init mariadb-server && pip3 --no-cache-dir install apprise==0.9.9 && rm -rf /var/lib/apt/lists/* && apt --yes autoremove # buildkit

2022-07-19 12:40:01 UTC (buildkit.dockerfile.v0)

COPY extra/download-cloudflared.js ./extra/download-cloudflared.js # buildkit

2022-07-19 12:40:23 UTC (buildkit.dockerfile.v0)

RUN |1 TARGETPLATFORM=linux/arm64 /bin/sh -c node ./extra/download-cloudflared.js $TARGETPLATFORM && dpkg --add-architecture arm && apt update && apt --yes --no-install-recommends install ./cloudflared.deb && rm -rf /var/lib/apt/lists/* && rm -f cloudflared.deb && apt --yes autoremove # buildkit

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