mirror of
https://github.com/bitnami/containers.git
synced 2026-02-12 15:17:15 +08:00
[bitnami/postgrest] Release 11.1.0-debian-11-r0 (#36788)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
@@ -3,13 +3,13 @@ FROM docker.io/bitnami/minideb:bullseye
|
||||
ARG TARGETARCH
|
||||
|
||||
LABEL org.opencontainers.image.base.name="docker.io/bitnami/minideb:bullseye" \
|
||||
org.opencontainers.image.created="2023-06-06T00:15:51Z" \
|
||||
org.opencontainers.image.created="2023-06-08T03:51:35Z" \
|
||||
org.opencontainers.image.description="Application packaged by VMware, Inc" \
|
||||
org.opencontainers.image.licenses="Apache-2.0" \
|
||||
org.opencontainers.image.ref.name="11.0.1-debian-11-r7" \
|
||||
org.opencontainers.image.ref.name="11.1.0-debian-11-r0" \
|
||||
org.opencontainers.image.title="postgrest" \
|
||||
org.opencontainers.image.vendor="VMware, Inc." \
|
||||
org.opencontainers.image.version="11.0.1"
|
||||
org.opencontainers.image.version="11.1.0"
|
||||
|
||||
ENV HOME="/" \
|
||||
OS_ARCH="${TARGETARCH:-amd64}" \
|
||||
@@ -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-11.0.1-1-linux-${OS_ARCH}-debian-11" \
|
||||
"postgrest-11.1.0-0-linux-${OS_ARCH}-debian-11" \
|
||||
) && \
|
||||
for COMPONENT in "${COMPONENTS[@]}"; do \
|
||||
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
|
||||
@@ -38,7 +38,7 @@ RUN apt-get autoremove --purge -y curl && \
|
||||
apt-get clean && rm -rf /var/lib/apt/lists /var/cache/apt/archives
|
||||
RUN useradd -r -u 1001 -g root postgrest
|
||||
|
||||
ENV APP_VERSION="11.0.1" \
|
||||
ENV APP_VERSION="11.1.0" \
|
||||
BITNAMI_APP_NAME="postgrest" \
|
||||
PATH="/opt/bitnami/postgrest/bin:$PATH"
|
||||
|
||||
|
||||
@@ -3,6 +3,6 @@
|
||||
"arch": "amd64",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "11.0.1-1"
|
||||
"version": "11.1.0-0"
|
||||
}
|
||||
}
|
||||
@@ -1,5 +1,5 @@
|
||||
rolling-tags:
|
||||
- "11"
|
||||
- 11-debian-11
|
||||
- 11.0.1
|
||||
- 11.1.0
|
||||
- latest
|
||||
|
||||
Reference in New Issue
Block a user