[bitnami/postgresql] Release 10.22.0-debian-11-r15 (#6548)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
parent
1577cbf2ea
commit
1f38dbebe7
|
|
@ -6,7 +6,7 @@ ARG WITH_ALL_LOCALES="no"
|
||||||
|
|
||||||
LABEL org.opencontainers.image.authors="https://bitnami.com/contact" \
|
LABEL org.opencontainers.image.authors="https://bitnami.com/contact" \
|
||||||
org.opencontainers.image.description="Application packaged by Bitnami" \
|
org.opencontainers.image.description="Application packaged by Bitnami" \
|
||||||
org.opencontainers.image.ref.name="10.22.0-debian-11-r14" \
|
org.opencontainers.image.ref.name="10.22.0-debian-11-r15" \
|
||||||
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/postgresql" \
|
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/postgresql" \
|
||||||
org.opencontainers.image.title="postgresql" \
|
org.opencontainers.image.title="postgresql" \
|
||||||
org.opencontainers.image.vendor="VMware, Inc." \
|
org.opencontainers.image.vendor="VMware, Inc." \
|
||||||
|
|
@ -20,7 +20,7 @@ ENV HOME="/" \
|
||||||
COPY prebuildfs /
|
COPY prebuildfs /
|
||||||
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
|
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
|
||||||
# Install required system packages and dependencies
|
# Install required system packages and dependencies
|
||||||
RUN install_packages acl ca-certificates curl gzip libbsd0 libbz2-1.0 libc6 libcrypt1 libedit2 libffi7 libgcc-s1 libgmp10 libgnutls30 libhogweed6 libicu67 libidn2-0 libldap-2.4-2 liblz4-1 liblzma5 libmd0 libncurses6 libnettle8 libp11-kit0 libpcre3 libreadline8 libsasl2-2 libsqlite3-0 libssl1.1 libstdc++6 libtasn1-6 libtinfo6 libunistring2 libuuid1 libxml2 libxslt1.1 libzstd1 locales procps tar zlib1g
|
RUN install_packages acl ca-certificates curl gzip libbsd0 libbz2-1.0 libcrypt1 libedit2 libffi7 libgcc-s1 libgmp10 libgnutls30 libhogweed6 libicu67 libidn2-0 libldap-2.4-2 liblz4-1 liblzma5 libmd0 libncurses6 libnettle8 libp11-kit0 libpcre3 libreadline8 libsasl2-2 libsqlite3-0 libssl1.1 libstdc++6 libtasn1-6 libtinfo6 libunistring2 libuuid1 libxml2 libxslt1.1 libzstd1 locales procps tar zlib1g
|
||||||
RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \
|
RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \
|
||||||
if [ ! -f gosu-1.14.0-154-linux-${OS_ARCH}-debian-11.tar.gz ]; then \
|
if [ ! -f gosu-1.14.0-154-linux-${OS_ARCH}-debian-11.tar.gz ]; then \
|
||||||
curl -SsLf https://downloads.bitnami.com/files/stacksmith/gosu-1.14.0-154-linux-${OS_ARCH}-debian-11.tar.gz -O ; \
|
curl -SsLf https://downloads.bitnami.com/files/stacksmith/gosu-1.14.0-154-linux-${OS_ARCH}-debian-11.tar.gz -O ; \
|
||||||
|
|
@ -30,13 +30,13 @@ RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \
|
||||||
tar -zxf gosu-1.14.0-154-linux-${OS_ARCH}-debian-11.tar.gz -C /opt/bitnami --strip-components=2 --no-same-owner --wildcards '*/files' && \
|
tar -zxf gosu-1.14.0-154-linux-${OS_ARCH}-debian-11.tar.gz -C /opt/bitnami --strip-components=2 --no-same-owner --wildcards '*/files' && \
|
||||||
rm -rf gosu-1.14.0-154-linux-${OS_ARCH}-debian-11.tar.gz gosu-1.14.0-154-linux-${OS_ARCH}-debian-11.tar.gz.sha256
|
rm -rf gosu-1.14.0-154-linux-${OS_ARCH}-debian-11.tar.gz gosu-1.14.0-154-linux-${OS_ARCH}-debian-11.tar.gz.sha256
|
||||||
RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \
|
RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \
|
||||||
if [ ! -f postgresql-10.22.0-7-linux-${OS_ARCH}-debian-11.tar.gz ]; then \
|
if [ ! -f postgresql-10.22.0-8-linux-${OS_ARCH}-debian-11.tar.gz ]; then \
|
||||||
curl -SsLf https://downloads.bitnami.com/files/stacksmith/postgresql-10.22.0-7-linux-${OS_ARCH}-debian-11.tar.gz -O ; \
|
curl -SsLf https://downloads.bitnami.com/files/stacksmith/postgresql-10.22.0-8-linux-${OS_ARCH}-debian-11.tar.gz -O ; \
|
||||||
curl -SsLf https://downloads.bitnami.com/files/stacksmith/postgresql-10.22.0-7-linux-${OS_ARCH}-debian-11.tar.gz.sha256 -O ; \
|
curl -SsLf https://downloads.bitnami.com/files/stacksmith/postgresql-10.22.0-8-linux-${OS_ARCH}-debian-11.tar.gz.sha256 -O ; \
|
||||||
fi && \
|
fi && \
|
||||||
sha256sum -c postgresql-10.22.0-7-linux-${OS_ARCH}-debian-11.tar.gz.sha256 && \
|
sha256sum -c postgresql-10.22.0-8-linux-${OS_ARCH}-debian-11.tar.gz.sha256 && \
|
||||||
tar -zxf postgresql-10.22.0-7-linux-${OS_ARCH}-debian-11.tar.gz -C /opt/bitnami --strip-components=2 --no-same-owner --wildcards '*/files' && \
|
tar -zxf postgresql-10.22.0-8-linux-${OS_ARCH}-debian-11.tar.gz -C /opt/bitnami --strip-components=2 --no-same-owner --wildcards '*/files' && \
|
||||||
rm -rf postgresql-10.22.0-7-linux-${OS_ARCH}-debian-11.tar.gz postgresql-10.22.0-7-linux-${OS_ARCH}-debian-11.tar.gz.sha256
|
rm -rf postgresql-10.22.0-8-linux-${OS_ARCH}-debian-11.tar.gz postgresql-10.22.0-8-linux-${OS_ARCH}-debian-11.tar.gz.sha256
|
||||||
RUN apt-get update && apt-get upgrade -y && \
|
RUN apt-get update && apt-get upgrade -y && \
|
||||||
rm -r /var/lib/apt/lists /var/cache/apt/archives
|
rm -r /var/lib/apt/lists /var/cache/apt/archives
|
||||||
RUN chmod g+rwX /opt/bitnami
|
RUN chmod g+rwX /opt/bitnami
|
||||||
|
|
|
||||||
|
|
@ -8,9 +8,9 @@
|
||||||
},
|
},
|
||||||
"postgresql": {
|
"postgresql": {
|
||||||
"arch": "amd64",
|
"arch": "amd64",
|
||||||
"digest": "3ae659866c0e69002fd448ed3c370dd026a97cc211d193cfbee5614bedc985ca",
|
"digest": "c44db0e34c9e01651def87d1ea4c17f1fabfa598744209275a748896cd1505c6",
|
||||||
"distro": "debian-11",
|
"distro": "debian-11",
|
||||||
"type": "NAMI",
|
"type": "NAMI",
|
||||||
"version": "10.22.0-7"
|
"version": "10.22.0-8"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
@ -51,7 +51,7 @@ Learn more about the Bitnami tagging policy and the difference between rolling t
|
||||||
* [`13`, `13-debian-11`, `13.8.0`, `13.8.0-debian-11-r14` (13/debian-11/Dockerfile)](https://github.com/bitnami/containers/tree/main/bitnami/postgresql/13/debian-11/Dockerfile)
|
* [`13`, `13-debian-11`, `13.8.0`, `13.8.0-debian-11-r14` (13/debian-11/Dockerfile)](https://github.com/bitnami/containers/tree/main/bitnami/postgresql/13/debian-11/Dockerfile)
|
||||||
* [`12`, `12-debian-11`, `12.12.0`, `12.12.0-debian-11-r14` (12/debian-11/Dockerfile)](https://github.com/bitnami/containers/tree/main/bitnami/postgresql/12/debian-11/Dockerfile)
|
* [`12`, `12-debian-11`, `12.12.0`, `12.12.0-debian-11-r14` (12/debian-11/Dockerfile)](https://github.com/bitnami/containers/tree/main/bitnami/postgresql/12/debian-11/Dockerfile)
|
||||||
* [`11`, `11-debian-11`, `11.17.0`, `11.17.0-debian-11-r14` (11/debian-11/Dockerfile)](https://github.com/bitnami/containers/tree/main/bitnami/postgresql/11/debian-11/Dockerfile)
|
* [`11`, `11-debian-11`, `11.17.0`, `11.17.0-debian-11-r14` (11/debian-11/Dockerfile)](https://github.com/bitnami/containers/tree/main/bitnami/postgresql/11/debian-11/Dockerfile)
|
||||||
* [`10`, `10-debian-11`, `10.22.0`, `10.22.0-debian-11-r14` (10/debian-11/Dockerfile)](https://github.com/bitnami/containers/tree/main/bitnami/postgresql/10/debian-11/Dockerfile)
|
* [`10`, `10-debian-11`, `10.22.0`, `10.22.0-debian-11-r15` (10/debian-11/Dockerfile)](https://github.com/bitnami/containers/tree/main/bitnami/postgresql/10/debian-11/Dockerfile)
|
||||||
|
|
||||||
Subscribe to project updates by watching the [bitnami/containers GitHub repo](https://github.com/bitnami/containers).
|
Subscribe to project updates by watching the [bitnami/containers GitHub repo](https://github.com/bitnami/containers).
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue