[bitnami/supabase-postgres-meta] Release 0.60.2-debian-11-r0 (#21890)

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
Bitnami Bot 2023-01-27 09:12:19 +01:00 committed by GitHub
parent d8b93d6b2e
commit 2debfce9ff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 7 additions and 7 deletions

View File

@ -5,11 +5,11 @@ ARG TARGETARCH
LABEL org.opencontainers.image.authors="https://bitnami.com/contact" \
org.opencontainers.image.description="Application packaged by Bitnami" \
org.opencontainers.image.licenses="Apache-2.0" \
org.opencontainers.image.ref.name="0.60.1-debian-11-r0" \
org.opencontainers.image.ref.name="0.60.2-debian-11-r0" \
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/supabase-postgres-meta" \
org.opencontainers.image.title="supabase-postgres-meta" \
org.opencontainers.image.vendor="VMware, Inc." \
org.opencontainers.image.version="0.60.1"
org.opencontainers.image.version="0.60.2"
ENV HOME="/" \
OS_ARCH="${TARGETARCH:-amd64}" \
@ -24,7 +24,7 @@ RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \
COMPONENTS=( \
"python-3.8.16-1-linux-${OS_ARCH}-debian-11" \
"node-16.19.0-1-linux-${OS_ARCH}-debian-11" \
"supabase-postgres-meta-0.60.1-0-linux-${OS_ARCH}-debian-11" \
"supabase-postgres-meta-0.60.2-0-linux-${OS_ARCH}-debian-11" \
) && \
for COMPONENT in "${COMPONENTS[@]}"; do \
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
@ -40,7 +40,7 @@ RUN apt-get update && apt-get upgrade -y && \
RUN useradd -r -u 1001 -g root supabase-postgres-meta
RUN mkdir /.npm && chmod g+rwX /.npm
ENV APP_VERSION="0.60.1" \
ENV APP_VERSION="0.60.2" \
BITNAMI_APP_NAME="supabase-postgres-meta" \
PATH="/opt/bitnami/python/bin:/opt/bitnami/node/bin:/opt/bitnami/supabase-postgres-meta/bin:$PATH"

View File

@ -15,9 +15,9 @@
},
"supabase-postgres-meta": {
"arch": "amd64",
"digest": "d753e11ccc48fea012c19cb3aeb69c6f24d45b8ef8e287bf2a27c1ed36ce2d5f",
"digest": "2e23d1d00b40952ac6fb8cd3ede575788d6ae3ce08873fd66d8e4538eebfd7f6",
"distro": "debian-11",
"type": "NAMI",
"version": "0.60.1-0"
"version": "0.60.2-0"
}
}

View File

@ -1,5 +1,5 @@
rolling-tags:
- "0"
- "0-debian-11"
- "0.60.1"
- "0.60.2"
- "latest"