mirror of
https://github.com/bitnami/containers.git
synced 2026-03-06 06:58:01 +08:00
[bitnami/postgrest] Release 10.1.2-debian-11-r14 (#28037)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
@@ -3,10 +3,10 @@ FROM docker.io/bitnami/minideb:bullseye
|
||||
ARG TARGETARCH
|
||||
|
||||
LABEL org.opencontainers.image.base.name="docker.io/bitnami/minideb:bullseye" \
|
||||
org.opencontainers.image.created="2023-03-13T22:59:16Z" \
|
||||
org.opencontainers.image.created="2023-03-22T02:19:35Z" \
|
||||
org.opencontainers.image.description="Application packaged by VMware, Inc" \
|
||||
org.opencontainers.image.licenses="Apache-2.0" \
|
||||
org.opencontainers.image.ref.name="10.1.2-debian-11-r13" \
|
||||
org.opencontainers.image.ref.name="10.1.2-debian-11-r14" \
|
||||
org.opencontainers.image.title="postgrest" \
|
||||
org.opencontainers.image.vendor="VMware, Inc." \
|
||||
org.opencontainers.image.version="10.1.2"
|
||||
@@ -22,7 +22,7 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]
|
||||
RUN install_packages ca-certificates curl procps
|
||||
RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \
|
||||
COMPONENTS=( \
|
||||
"postgrest-10.1.2-1-linux-${OS_ARCH}-debian-11" \
|
||||
"postgrest-10.1.2-2-linux-${OS_ARCH}-debian-11" \
|
||||
) && \
|
||||
for COMPONENT in "${COMPONENTS[@]}"; do \
|
||||
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
{
|
||||
"postgrest": {
|
||||
"arch": "amd64",
|
||||
"digest": "ed1f44e26ac39433b181a01c2bc3b761e0173fc79bf1fde691e47e56b80cf425",
|
||||
"digest": "72d0712bab66c5a1d50bcafbea1b233588a315ff00a01eb9b0df736230094566",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "10.1.2-1"
|
||||
"version": "10.1.2-2"
|
||||
}
|
||||
}
|
||||
@@ -5,7 +5,6 @@
|
||||
> PostgREST is a web server that allows communicating to PostgreSQL using API endpoints and operations.
|
||||
|
||||
[Overview of PostgREST](https://postgrest.org/en/stable/)
|
||||
|
||||
Trademarks: This software listing is packaged by Bitnami. The respective trademarks mentioned in the offering are owned by the respective companies, and use of them does not imply any affiliation or endorsement.
|
||||
|
||||
## TL;DR
|
||||
|
||||
Reference in New Issue
Block a user