Skip to content

Commit

Permalink
[bitnami/supabase-studio] Release supabase-studio-1.24.7-debian-12-r0 (
Browse files Browse the repository at this point in the history
…#71360)

Signed-off-by: Bitnami Bot <bitnami-bot@vmware.com>
  • Loading branch information
bitnami-bot authored Aug 27, 2024
1 parent 6f95846 commit 04254f0
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
14 changes: 7 additions & 7 deletions bitnami/supabase-studio/1/debian-12/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ ARG TARGETARCH

LABEL com.vmware.cp.artifact.flavor="sha256:c50c90cfd9d12b445b011e6ad529f1ad3daea45c26d20b00732fae3cd71f6a83" \
org.opencontainers.image.base.name="docker.io/bitnami/minideb:bookworm" \
org.opencontainers.image.created="2024-08-14T13:37:53Z" \
org.opencontainers.image.created="2024-08-27T12:45:49Z" \
org.opencontainers.image.description="Application packaged by Broadcom, Inc." \
org.opencontainers.image.documentation="https://github.com/bitnami/containers/tree/main/bitnami/supabase-studio/README.md" \
org.opencontainers.image.licenses="Apache-2.0" \
org.opencontainers.image.ref.name="1.24.5-debian-12-r5" \
org.opencontainers.image.ref.name="1.24.7-debian-12-r0" \
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/supabase-studio" \
org.opencontainers.image.title="supabase-studio" \
org.opencontainers.image.vendor="Broadcom, Inc." \
org.opencontainers.image.version="1.24.5"
org.opencontainers.image.version="1.24.7"

ENV HOME="/" \
OS_ARCH="${TARGETARCH:-amd64}" \
Expand All @@ -28,9 +28,9 @@ SHELL ["/bin/bash", "-o", "errexit", "-o", "nounset", "-o", "pipefail", "-c"]
RUN install_packages ca-certificates curl libbz2-1.0 libcom-err2 libcrypt1 libffi8 libgcc-s1 libgssapi-krb5-2 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzma5 libncursesw6 libnsl2 libreadline8 libsqlite3-0 libssl3 libstdc++6 libtinfo6 libtirpc3 procps zlib1g
RUN mkdir -p /tmp/bitnami/pkg/cache/ ; cd /tmp/bitnami/pkg/cache/ ; \
COMPONENTS=( \
"python-3.11.9-11-linux-${OS_ARCH}-debian-12" \
"node-20.16.0-0-linux-${OS_ARCH}-debian-12" \
"supabase-1.24.5-0-linux-${OS_ARCH}-debian-12" \
"python-3.12.5-1-linux-${OS_ARCH}-debian-12" \
"node-20.17.0-1-linux-${OS_ARCH}-debian-12" \
"supabase-1.24.7-0-linux-${OS_ARCH}-debian-12" \
) ; \
for COMPONENT in "${COMPONENTS[@]}"; do \
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
Expand All @@ -49,7 +49,7 @@ RUN find / -perm /6000 -type f -exec chmod a-s {} \; || true

RUN mkdir -p /opt/bitnami/supabase/apps/studio/.next/cache && chmod g+rwX /opt/bitnami/supabase/apps/studio/.next/cache
RUN mkdir /.npm && chmod g+rwX /.npm
ENV APP_VERSION="1.24.5" \
ENV APP_VERSION="1.24.7" \
BITNAMI_APP_NAME="supabase-studio" \
PATH="/opt/bitnami/python/bin:/opt/bitnami/node/bin:/opt/bitnami/supabase/studio/node_modules/next/dist/bin:$PATH"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,18 @@
"arch": "amd64",
"distro": "debian-12",
"type": "NAMI",
"version": "20.16.0-0"
"version": "20.17.0-1"
},
"python": {
"arch": "amd64",
"distro": "debian-12",
"type": "NAMI",
"version": "3.11.9-11"
"version": "3.12.5-1"
},
"supabase": {
"arch": "amd64",
"distro": "debian-12",
"type": "NAMI",
"version": "1.24.5-0"
"version": "1.24.7-0"
}
}
2 changes: 1 addition & 1 deletion bitnami/supabase-studio/1/debian-12/tags-info.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
rolling-tags:
- "1"
- 1-debian-12
- 1.24.5
- 1.24.7
- latest

0 comments on commit 04254f0

Please sign in to comment.