[bitnami/pgpool] Release 4.4.2-debian-11-r0 (#21501)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
parent
197fa1eaa4
commit
2f861fd53a
|
|
@ -5,11 +5,11 @@ ARG TARGETARCH
|
|||
LABEL org.opencontainers.image.authors="https://bitnami.com/contact" \
|
||||
org.opencontainers.image.description="Application packaged by Bitnami" \
|
||||
org.opencontainers.image.licenses="Apache-2.0" \
|
||||
org.opencontainers.image.ref.name="4.4.1-debian-11-r12" \
|
||||
org.opencontainers.image.ref.name="4.4.2-debian-11-r0" \
|
||||
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/pgpool" \
|
||||
org.opencontainers.image.title="pgpool" \
|
||||
org.opencontainers.image.vendor="VMware, Inc." \
|
||||
org.opencontainers.image.version="4.4.1"
|
||||
org.opencontainers.image.version="4.4.2"
|
||||
|
||||
ENV HOME="/" \
|
||||
OS_ARCH="${TARGETARCH:-amd64}" \
|
||||
|
|
@ -24,7 +24,7 @@ RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \
|
|||
COMPONENTS=( \
|
||||
"postgresql-client-14.6.0-1-linux-${OS_ARCH}-debian-11" \
|
||||
"wait-for-port-1.0.6-0-linux-${OS_ARCH}-debian-11" \
|
||||
"pgpool-4.4.1-1-linux-${OS_ARCH}-debian-11" \
|
||||
"pgpool-4.4.2-0-linux-${OS_ARCH}-debian-11" \
|
||||
"gosu-1.16.0-1-linux-${OS_ARCH}-debian-11" \
|
||||
) && \
|
||||
for COMPONENT in "${COMPONENTS[@]}"; do \
|
||||
|
|
@ -43,7 +43,7 @@ RUN chmod g+rwX /opt/bitnami
|
|||
|
||||
COPY rootfs /
|
||||
RUN /opt/bitnami/scripts/pgpool/postunpack.sh
|
||||
ENV APP_VERSION="4.4.1" \
|
||||
ENV APP_VERSION="4.4.2" \
|
||||
BITNAMI_APP_NAME="pgpool" \
|
||||
LD_LIBRARY_PATH="/opt/bitnami/common/lib/:/opt/bitnami/common/lib64/:$LD_LIBRARY_PATH" \
|
||||
PATH="/opt/bitnami/postgresql/bin:/opt/bitnami/common/bin:/opt/bitnami/common/sbin:/opt/bitnami/pgpool/bin:$PATH"
|
||||
|
|
|
|||
|
|
@ -8,10 +8,10 @@
|
|||
},
|
||||
"pgpool": {
|
||||
"arch": "amd64",
|
||||
"digest": "65e1568d05511bb9a1ad97766f50ccafde9aa63a8afb380ea461e1f94a25dfdc",
|
||||
"digest": "50f896c936dcab465879cde2eeb7f9cd1e7a855021f92c892c669cc6b09ac90c",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "4.4.1-1"
|
||||
"version": "4.4.2-0"
|
||||
},
|
||||
"postgresql-client": {
|
||||
"arch": "amd64",
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
rolling-tags:
|
||||
- "4"
|
||||
- "4-debian-11"
|
||||
- "4.4.1"
|
||||
- "4.4.2"
|
||||
- "latest"
|
||||
|
|
|
|||
Loading…
Reference in New Issue