mirror of
https://github.com/bitnami/containers.git
synced 2026-02-12 15:17:15 +08:00
[bitnami/pgbouncer] Release 1.19.1-debian-11-r0 (#36000)
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-05-30T22:34:14Z" \
|
||||
org.opencontainers.image.created="2023-05-31T15:54:32Z" \
|
||||
org.opencontainers.image.description="Application packaged by VMware, Inc" \
|
||||
org.opencontainers.image.licenses="Apache-2.0" \
|
||||
org.opencontainers.image.ref.name="1.19.0-debian-11-r8" \
|
||||
org.opencontainers.image.ref.name="1.19.1-debian-11-r0" \
|
||||
org.opencontainers.image.title="pgbouncer" \
|
||||
org.opencontainers.image.vendor="VMware, Inc." \
|
||||
org.opencontainers.image.version="1.19.0"
|
||||
org.opencontainers.image.version="1.19.1"
|
||||
|
||||
ENV HOME="/" \
|
||||
OS_ARCH="${TARGETARCH:-amd64}" \
|
||||
@@ -25,7 +25,7 @@ RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \
|
||||
"wait-for-port-1.0.6-7-linux-${OS_ARCH}-debian-11" \
|
||||
"postgresql-client-14.8.0-1-linux-${OS_ARCH}-debian-11" \
|
||||
"ini-file-1.4.5-6-linux-${OS_ARCH}-debian-11" \
|
||||
"pgbouncer-1.19.0-1-linux-${OS_ARCH}-debian-11" \
|
||||
"pgbouncer-1.19.1-0-linux-${OS_ARCH}-debian-11" \
|
||||
) && \
|
||||
for COMPONENT in "${COMPONENTS[@]}"; do \
|
||||
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
|
||||
@@ -49,7 +49,7 @@ RUN echo 'en_US.UTF-8 UTF-8' >> /etc/locale.gen && locale-gen
|
||||
COPY rootfs /
|
||||
RUN /opt/bitnami/scripts/locales/add-extra-locales.sh
|
||||
RUN /opt/bitnami/scripts/pgbouncer/postunpack.sh
|
||||
ENV APP_VERSION="1.19.0" \
|
||||
ENV APP_VERSION="1.19.1" \
|
||||
BITNAMI_APP_NAME="pgbouncer" \
|
||||
LANG="en_US.UTF-8" \
|
||||
LANGUAGE="en_US:en" \
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
"arch": "amd64",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "1.19.0-1"
|
||||
"version": "1.19.1-0"
|
||||
},
|
||||
"postgresql-client": {
|
||||
"arch": "amd64",
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
rolling-tags:
|
||||
- "1"
|
||||
- 1-debian-11
|
||||
- 1.19.0
|
||||
- 1.19.1
|
||||
- latest
|
||||
|
||||
Reference in New Issue
Block a user