[bitnami/supabase-postgres] Release 15.1.0-debian-11-r16 (#28154)

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
Bitnami Bot 2023-03-23 12:40:21 +01:00 committed by GitHub
parent 7e0680a2f9
commit 9dbd6476ca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 6 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-21T23:44:12Z" \
org.opencontainers.image.created="2023-03-23T11:19:02Z" \
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-r15" \
org.opencontainers.image.ref.name="15.1.0-debian-11-r16" \
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-12-linux-${OS_ARCH}-debian-11" \
"supabase-postgres-15.1.0-13-linux-${OS_ARCH}-debian-11" \
) && \
for COMPONENT in "${COMPONENTS[@]}"; do \
if [ ! -f "${COMPONENT}.tar.gz" ]; then \

View File

@ -15,9 +15,9 @@
},
"supabase-postgres": {
"arch": "amd64",
"digest": "deb1c497f8285d1eaa8093614c8220cf43116ac7f23f1bb42b89dedcb1d4ec90",
"digest": "628b873ad4a186089748b0e326c8d0565a4f9377d37828990fac077c742c43ca",
"distro": "debian-11",
"type": "NAMI",
"version": "15.1.0-12"
"version": "15.1.0-13"
}
}

View File

@ -395,7 +395,7 @@ PartOf=bitnami.service
Type=${type}
EOF
if [[ -n "$working_directory" ]]; then
cat >> "$service_file" <<< "WorkingDirectory=$working_directory"
cat >> "$service_file" <<< "WorkingDirectory=${working_directory}"
fi
if [[ -n "$exec_start_pre" ]]; then
# This variable may contain multiple ExecStartPre= directives