Namespace
supabase
Image / Tag
studio:20230906-8ab4f98_arm64
Content Digest
sha256:458cc0d32095161ede9d7f50ed3e3ce247e2d9b1da082849783d8dfc04b63110
Details
Created

2023-09-06 01:41:48 UTC

Size

104 MB

Content Digest
Environment
NODE_VERSION

18.17.1

PATH

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

YARN_VERSION

1.22.19


Layers

[#000] sha256:4ee097f9a36616fddb52e45aba72142c4bc6f2e594f0a746e406acfde4f02f51 - 26.66% (27.8 MB)

[#001] sha256:55206708abeaf70dd944599a00d5fc70f0199a4f7d67e9bbd83cb48625d448d5 - 0.0% (3.28 KB)

[#002] sha256:959c0598716ead9610e3478edda9d1cd9dc877e8341bc26ccc5ab77368bda325 - 42.36% (44.2 MB)

[#003] sha256:d6b058058936fc1c2a3cb3452fddcb83a100b622a4c3e43d6e39158fbbec9d37 - 2.5% (2.61 MB)

[#004] sha256:627a54392e5a1b904a255cefb4fb34aba83e22299d78b4bf2899f8a77cc6f3a0 - 0.0% (450 Bytes)

[#005] sha256:f7fa74745a6ec1ffa688b6bcd9bbfa76e677039109839fcbcbd7e1914ed4bff1 - 3.04% (3.17 MB)

[#006] sha256:898dc3768e09d3a894d74dc575fc06d0f2e5b9448d9346b9bb10a075c23c6c37 - 0.0% (125 Bytes)

[#007] sha256:ef57023abbaaf1c72faefcfae29d7178f562b2e7634de947a5d13a0249aaa768 - 7.09% (7.4 MB)

[#008] sha256:1cbf8c072adf34a4f3892fa7381020b5a6b3ce6f8ae6dcce78e94dedb7adc1f8 - 16.1% (16.8 MB)

[#009] sha256:2a57d0fb68b14925471dace4fe4677e2bcfcf9c7173404ef6255f03b7c1dc03d - 2.24% (2.34 MB)


History
2023-08-15 23:39:57 UTC

/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:57:20 UTC

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

2023-08-16 03:57:41 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:57:42 UTC

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

2023-08-16 03:57:53 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:57:53 UTC

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

2023-08-16 03:57:53 UTC

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

2023-08-16 03:57:53 UTC

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

2023-09-06 01:32:32 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c apt-get update -qq && apt-get install -y ca-certificates && rm -rf /var/lib/apt/lists/* && update-ca-certificates # buildkit

2023-09-06 01:32:32 UTC (buildkit.dockerfile.v0)

WORKDIR /app

2023-09-06 01:41:47 UTC (buildkit.dockerfile.v0)

COPY /app/studio/public ./studio/public # buildkit

2023-09-06 01:41:48 UTC (buildkit.dockerfile.v0)

COPY /app/studio/.next/standalone/app ./ # buildkit

2023-09-06 01:41:48 UTC (buildkit.dockerfile.v0)

COPY /app/studio/.next/static ./studio/.next/static # buildkit

2023-09-06 01:41:48 UTC (buildkit.dockerfile.v0)

EXPOSE map[3000/tcp:{}]

2023-09-06 01:41:48 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["docker-entrypoint.sh"]

2023-09-06 01:41:48 UTC (buildkit.dockerfile.v0)

HEALTHCHECK &{["CMD-SHELL" "node -e \"require('http').get('http://localhost:3000/api/profile', (r) => {if (r.statusCode !== 200) throw new Error(r.statusCode)})\""] "5s" "5s" "0s" '\x03'}

2023-09-06 01:41:48 UTC (buildkit.dockerfile.v0)

CMD ["node" "studio/server.js"]

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