Namespace
altran1502
Image / Tag
immich-machine-learning:860
Content Digest
sha256:2852e5063d65293d752f30d2c4619de768e5a99d0e172d207769b75563802d8d
Details
Created

2022-10-24 19:53:36 UTC

Size

846 MB

Content Digest
Environment
NODE_VERSION

16.18.0

PATH

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

YARN_VERSION

1.22.19


Layers

[#000] sha256:bd159e379b3b1bc0134341e4ffdeab5f966ec422ae04818bb69ecef08a823b05 - 3.54% (30 MB)

[#001] sha256:154e3758048b273104a377666acd12ac09b66f2a05e695b323bc777cc4540822 - 0.0% (4.09 KB)

[#002] sha256:f5946b2eb37e29fd269e95b0cbfe1aab0c486159058048441200db593ec9524f - 4.0% (33.8 MB)

[#003] sha256:042aad883e1e1ecf5ed4af6af406b78e7d5b9f1a4c0c6c9dc8a3e6fb27175f3a - 0.31% (2.63 MB)

[#004] sha256:39e4c3cc41ee847493a18b7cfaf9d98f385c0da231685253756a20a38c60b42a - 0.0% (454 Bytes)

[#005] sha256:0fdc9ca36ec212923b0dc44932d5a0ce4a65437fb4134d50c733d64d0c172b7d - 0.0% (141 Bytes)

[#006] sha256:b446b66a6892c4fe2c2f302321f5abfc32555c650a24f778cb5dd07bfa9159d4 - 0.02% (160 KB)

[#007] sha256:0f2f3847eab724ad37452e1d16f7af408259573ea19abb31d873f7245889dac9 - 0.0% (241 Bytes)

[#008] sha256:6d7bba53fccbe54057bd3ce52ea8333a7f1975e97fe44da561ebefc827a4fab9 - 23.46% (198 MB)

[#009] sha256:478606aa8f91689f7046a0517006e5f83c19eaea3435ba54d8a63bfdb0f4f8ff - 68.64% (580 MB)

[#010] sha256:b9c1f934376aa35748f12083e8b7cc66ae0881c310d56d0088e257c27eb76ed0 - 0.01% (60.5 KB)

[#011] sha256:51928fc5ff04a6c50f3553166e4c7cf96f0f9ecbc6fb28b8a0fd62010273fabf - 0.03% (217 KB)


History
2022-10-04 23:26:39 UTC

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

2022-10-04 23:26:39 UTC

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

2022-10-05 13:12:24 UTC

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

2022-10-13 18:21:08 UTC

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

2022-10-13 18:21:31 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 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 '/=>/ { 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-10-13 18:21:32 UTC

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

2022-10-13 18:21:44 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-10-13 18:21:44 UTC

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

2022-10-13 18:21:44 UTC

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

2022-10-13 18:21:44 UTC

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

2022-10-24 19:46:24 UTC (buildkit.dockerfile.v0)

ARG DEBIAN_FRONTEND=noninteractive

2022-10-24 19:46:24 UTC (buildkit.dockerfile.v0)

WORKDIR /usr/src/app

2022-10-24 19:46:24 UTC (buildkit.dockerfile.v0)

COPY package.json package-lock.json ./ # buildkit

2022-10-24 19:46:24 UTC (buildkit.dockerfile.v0)

COPY entrypoint.sh ./ # buildkit

2022-10-24 19:48:06 UTC (buildkit.dockerfile.v0)

RUN |1 DEBIAN_FRONTEND=noninteractive /bin/sh -c mkdir -p /usr/src/app/dist && mkdir -p /usr/src/app/node_modules && apt-get update && apt-get install -y ffmpeg && rm -rf /var/cache/apt/lists # buildkit

2022-10-24 19:53:17 UTC (buildkit.dockerfile.v0)

COPY /usr/src/app/node_modules ./node_modules # buildkit

2022-10-24 19:53:18 UTC (buildkit.dockerfile.v0)

COPY /usr/src/app/dist ./dist # buildkit

2022-10-24 19:53:36 UTC (buildkit.dockerfile.v0)

RUN |1 DEBIAN_FRONTEND=noninteractive /bin/sh -c npm prune --production # buildkit

Details
Created

2022-10-24 20:09:04 UTC

Size

448 MB

Content Digest
Environment
NODE_VERSION

16.18.0

PATH

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

YARN_VERSION

1.22.19


Layers

[#000] sha256:2bc64aeac2e429577e497affc8a416d2fc59158aa967f07aced793368e19455f - 5.66% (25.3 MB)

[#001] sha256:1e07014e28bbe04b029042ed8f0fc1f69ee458601f3a310b76e5836e7357cdec - 0.0% (4.07 KB)

[#002] sha256:8acece43259667e4a921d4953bb85ff7524cef7a6fc8b7c47b402037476fa46d - 6.96% (31.2 MB)

[#003] sha256:70453b609fe229f51a2ccf38c85fcc2bae415a51d5c1d98e65520f2d17164a55 - 0.59% (2.63 MB)

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

[#005] sha256:15372fdddc1dc6283e5bf16e114735be8f41bb5c68f9ca330eeb28ce551dc402 - 0.0% (141 Bytes)

[#006] sha256:c2c2479e3c643040cbe4c7327d70c42f5be796571000a8536970abe5b0aaec3b - 0.03% (160 KB)

[#007] sha256:4f5c55e92ec166bddc52ad198c8fdf8994fa4ee519086c81e89ad0d6b6c77381 - 0.0% (242 Bytes)

[#008] sha256:daebcea2241949b4a8bbbffe7e4d9e9872943867eee3e8b1156d3acbb41f4314 - 37.25% (167 MB)

[#009] sha256:ed9adf2b7c49034ea54c2e10a2283050aea1e5178c110d1a42bce233ae49ba53 - 49.45% (222 MB)

[#010] sha256:71fc171bc0e37b9a22bf99ebc6250ea4dc454ff44febca167bb3734c5b8316ba - 0.01% (60.5 KB)

[#011] sha256:199c3a48caf04e592081b06776690fc2e3d808d2051a9e2854bdc9a155c789b7 - 0.05% (220 KB)


History
2022-10-04 23:58:46 UTC

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

2022-10-04 23:58:46 UTC

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

2022-10-05 08:40:10 UTC

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

2022-10-14 05:45:39 UTC

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

2022-10-14 05:46:10 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 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 '/=>/ { 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-10-14 05:46:10 UTC

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

2022-10-14 05:46:28 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-10-14 05:46:28 UTC

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

2022-10-14 05:46:28 UTC

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

2022-10-14 05:46:28 UTC

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

2022-10-24 19:46:24 UTC (buildkit.dockerfile.v0)

ARG DEBIAN_FRONTEND=noninteractive

2022-10-24 19:46:24 UTC (buildkit.dockerfile.v0)

WORKDIR /usr/src/app

2022-10-24 19:46:24 UTC (buildkit.dockerfile.v0)

COPY package.json package-lock.json ./ # buildkit

2022-10-24 19:46:24 UTC (buildkit.dockerfile.v0)

COPY entrypoint.sh ./ # buildkit

2022-10-24 19:55:17 UTC (buildkit.dockerfile.v0)

RUN |1 DEBIAN_FRONTEND=noninteractive /bin/sh -c mkdir -p /usr/src/app/dist && mkdir -p /usr/src/app/node_modules && apt-get update && apt-get install -y ffmpeg && rm -rf /var/cache/apt/lists # buildkit

2022-10-24 20:08:06 UTC (buildkit.dockerfile.v0)

COPY /usr/src/app/node_modules ./node_modules # buildkit

2022-10-24 20:08:07 UTC (buildkit.dockerfile.v0)

COPY /usr/src/app/dist ./dist # buildkit

2022-10-24 20:09:04 UTC (buildkit.dockerfile.v0)

RUN |1 DEBIAN_FRONTEND=noninteractive /bin/sh -c npm prune --production # buildkit

Details
Created

2022-10-24 20:31:45 UTC

Size

502 MB

Content Digest
Environment
NODE_VERSION

16.18.0

PATH

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

YARN_VERSION

1.22.19


Layers

[#000] sha256:df8e44b0463f16c791d040e02e9c3ef8ec2a84245d365f088a80a22a455c71e8 - 5.71% (28.7 MB)

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

[#002] sha256:b3ecff137b3d5d280df95b6fb68984de1afbc03d7901b422df8bcacdfb3a5192 - 6.78% (34 MB)

[#003] sha256:a07d939a964bc7eee90d313a54d6e2ebe63eb4f751157037ef80504d9c6263a8 - 0.52% (2.63 MB)

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

[#005] sha256:b3589c34831a094046dcb9cfc49e81178974f32ade5260fa6171b063e1b55cda - 0.0% (141 Bytes)

[#006] sha256:6b29643435c72eebfae8813c341b92dff3f6376934e29da3d7638e1a572ad816 - 0.03% (160 KB)

[#007] sha256:09aa62a2b2fe5bc3d19f71d9b8fc7aa29929ea57bced65b610a016ea14c0ae40 - 0.0% (241 Bytes)

[#008] sha256:c586b89925fae13bef6e0c5f75878fe2f473e8ab40ba5dc7822480ca30232dc3 - 34.98% (176 MB)

[#009] sha256:8cd79c8ab1905c1ca29b55037997204df3e68329ef4f7e68fdd2c409557e01f5 - 51.92% (261 MB)

[#010] sha256:0f92ee43d7bb090eb171b65dfee40ccad59754723153c6fdb0b94a391e380f92 - 0.01% (60.5 KB)

[#011] sha256:0f2ed96641a49fb50eba55da11cf6a8d2e50bf40440ca5d3e1c21cf201303b99 - 0.04% (221 KB)


History
2022-10-04 23:44:42 UTC

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

2022-10-04 23:44:43 UTC

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

2022-10-05 04:05:22 UTC

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

2022-10-13 18:42:38 UTC

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

2022-10-13 18:43:00 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 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 '/=>/ { 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-10-13 18:43:01 UTC

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

2022-10-13 18:43:13 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-10-13 18:43:14 UTC

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

2022-10-13 18:43:14 UTC

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

2022-10-13 18:43:15 UTC

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

2022-10-24 19:46:24 UTC (buildkit.dockerfile.v0)

ARG DEBIAN_FRONTEND=noninteractive

2022-10-24 19:46:24 UTC (buildkit.dockerfile.v0)

WORKDIR /usr/src/app

2022-10-24 19:46:24 UTC (buildkit.dockerfile.v0)

COPY package.json package-lock.json ./ # buildkit

2022-10-24 19:46:24 UTC (buildkit.dockerfile.v0)

COPY entrypoint.sh ./ # buildkit

2022-10-24 19:55:07 UTC (buildkit.dockerfile.v0)

RUN |1 DEBIAN_FRONTEND=noninteractive /bin/sh -c mkdir -p /usr/src/app/dist && mkdir -p /usr/src/app/node_modules && apt-get update && apt-get install -y ffmpeg && rm -rf /var/cache/apt/lists # buildkit

2022-10-24 20:28:09 UTC (buildkit.dockerfile.v0)

COPY /usr/src/app/node_modules ./node_modules # buildkit

2022-10-24 20:28:09 UTC (buildkit.dockerfile.v0)

COPY /usr/src/app/dist ./dist # buildkit

2022-10-24 20:31:45 UTC (buildkit.dockerfile.v0)

RUN |1 DEBIAN_FRONTEND=noninteractive /bin/sh -c npm prune --production # 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