mirror of
https://github.com/bitnami/containers.git
synced 2026-04-04 16:27:46 +08:00
[bitnami/pgbouncer] Release 1.18.0-debian-11-r0 (#16562)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
@@ -4,11 +4,11 @@ ARG TARGETARCH
|
||||
|
||||
LABEL org.opencontainers.image.authors="https://bitnami.com/contact" \
|
||||
org.opencontainers.image.description="Application packaged by Bitnami" \
|
||||
org.opencontainers.image.ref.name="1.17.0-debian-11-r68" \
|
||||
org.opencontainers.image.ref.name="1.18.0-debian-11-r0" \
|
||||
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/pgbouncer" \
|
||||
org.opencontainers.image.title="pgbouncer" \
|
||||
org.opencontainers.image.vendor="VMware, Inc." \
|
||||
org.opencontainers.image.version="1.17.0"
|
||||
org.opencontainers.image.version="1.18.0"
|
||||
|
||||
ENV HOME="/" \
|
||||
OS_ARCH="${TARGETARCH:-amd64}" \
|
||||
@@ -25,7 +25,7 @@ RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \
|
||||
"postgresql-client-14.6.0-0-linux-${OS_ARCH}-debian-11" \
|
||||
"ini-file-1.4.4-1-linux-${OS_ARCH}-debian-11" \
|
||||
"gosu-1.14.0-156-linux-${OS_ARCH}-debian-11" \
|
||||
"pgbouncer-1.17.0-157-linux-${OS_ARCH}-debian-11" \
|
||||
"pgbouncer-1.18.0-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.17.0" \
|
||||
ENV APP_VERSION="1.18.0" \
|
||||
BITNAMI_APP_NAME="pgbouncer" \
|
||||
LANG="en_US.UTF-8" \
|
||||
LANGUAGE="en_US:en" \
|
||||
|
||||
@@ -15,10 +15,10 @@
|
||||
},
|
||||
"pgbouncer": {
|
||||
"arch": "amd64",
|
||||
"digest": "0c771cb59e8ca662c8dc333d05a68d5b50268e9d4fd55a9c5efb32ce4fa8ee2d",
|
||||
"digest": "67dc66631ae7f7cd591b36a73d24c971a0f9aaad8ba1d52b74953d777862d0af",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "1.17.0-157"
|
||||
"version": "1.18.0-0"
|
||||
},
|
||||
"postgresql-client": {
|
||||
"arch": "amd64",
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
rolling-tags:
|
||||
- "1"
|
||||
- "1-debian-11"
|
||||
- "1.17.0"
|
||||
- "1.18.0"
|
||||
- "latest"
|
||||
|
||||
Reference in New Issue
Block a user