[bitnami/supabase-postgres] Release 15.1.0-debian-11-r18 (#28359)

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
Bitnami Bot
2023-03-27 17:51:02 +02:00
committed by GitHub
parent 6e9ead6c1d
commit ab1778be41
2 changed files with 4 additions and 7 deletions

View File

@@ -5,10 +5,10 @@ ARG TARGETARCH
ARG WITH_ALL_LOCALES="no"
LABEL org.opencontainers.image.base.name="docker.io/bitnami/minideb:bullseye" \
org.opencontainers.image.created="2023-03-24T11:26:42Z" \
org.opencontainers.image.created="2023-03-27T15:15:46Z" \
org.opencontainers.image.description="Application packaged by VMware, Inc" \
org.opencontainers.image.licenses="Apache-2.0" \
org.opencontainers.image.ref.name="15.1.0-debian-11-r17" \
org.opencontainers.image.ref.name="15.1.0-debian-11-r18" \
org.opencontainers.image.title="supabase-postgres" \
org.opencontainers.image.vendor="VMware, Inc." \
org.opencontainers.image.version="15.1.0"
@@ -26,7 +26,7 @@ RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \
COMPONENTS=( \
"java-11.0.18-10-3-linux-${OS_ARCH}-debian-11" \
"gosu-1.16.0-3-linux-${OS_ARCH}-debian-11" \
"supabase-postgres-15.1.0-14-linux-${OS_ARCH}-debian-11" \
"supabase-postgres-15.1.0-15-linux-${OS_ARCH}-debian-11" \
) && \
for COMPONENT in "${COMPONENTS[@]}"; do \
if [ ! -f "${COMPONENT}.tar.gz" ]; then \

View File

@@ -1,23 +1,20 @@
{
"gosu": {
"arch": "amd64",
"digest": "bf2b90a31df691e3648c4a41190a926bb638c3a9fa1dfcde36623ce1bfaadc23",
"distro": "debian-11",
"type": "NAMI",
"version": "1.16.0-3"
},
"java": {
"arch": "amd64",
"digest": "fbdf266273a4dd4c5fc37c344462aa50047549aa2e63858ffee5594ea450fca5",
"distro": "debian-11",
"type": "NAMI",
"version": "11.0.18-10-3"
},
"supabase-postgres": {
"arch": "amd64",
"digest": "4b1c6fb63288ec06f531340b250c4538de04e8defa208a84f554a94ea24def64",
"distro": "debian-11",
"type": "NAMI",
"version": "15.1.0-14"
"version": "15.1.0-15"
}
}