[bitnami/supabase-postgres-meta] Release 0.60.3-debian-11-r0 (#22113)

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
Bitnami Bot 2023-01-28 17:20:39 +01:00 committed by GitHub
parent 8d253f130d
commit 145d0ddd36
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.2-debian-11-r0" \
org.opencontainers.image.ref.name="0.60.3-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.2"
org.opencontainers.image.version="0.60.3"
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.2-0-linux-${OS_ARCH}-debian-11" \
"supabase-postgres-meta-0.60.3-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.2" \
ENV APP_VERSION="0.60.3" \
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": "2e23d1d00b40952ac6fb8cd3ede575788d6ae3ce08873fd66d8e4538eebfd7f6",
"digest": "d28981267b9b46ff60ef096ab086125e06635841eaab0eac145a062e0966466b",
"distro": "debian-11",
"type": "NAMI",
"version": "0.60.2-0"
"version": "0.60.3-0"
}
}

View File

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