10.11.0-debian-9-r54 release

This commit is contained in:
Bitnami Bot
2020-01-17 07:03:49 +00:00
parent 8ea8be7936
commit ca30ac60ba
3 changed files with 13 additions and 7 deletions

View File

@@ -13,11 +13,7 @@ RUN install_packages ca-certificates curl libbsd0 libc6 libedit2 libffi6 libgcc1
RUN . ./libcomponent.sh && component_unpack "postgresql" "10.11.0-2" --checksum 6c0163ae9ef6de6b1e40a475858e5a1ba1f4cbee38bac8bd389223d4d39be845
RUN apt-get update && apt-get upgrade && \
rm -r /var/lib/apt/lists /var/cache/apt/archives
RUN curl --silent -L https://github.com/tianon/gosu/releases/download/1.11/gosu-amd64 > /usr/local/bin/gosu && \
echo 0b843df6d86e270c5b0f5cbd3c326a04e18f4b7f9b8457fa497b0454c4b138d7 /usr/local/bin/gosu | sha256sum --check && \
chmod u+x /usr/local/bin/gosu && \
mkdir -p /opt/bitnami/licenses && \
curl --silent -L https://raw.githubusercontent.com/tianon/gosu/master/LICENSE > /opt/bitnami/licenses/gosu-1.11.txt
RUN /build/install-gosu.sh
RUN update-locale LANG=C.UTF-8 LC_MESSAGES=POSIX && \
DEBIAN_FRONTEND=noninteractive dpkg-reconfigure locales
RUN echo 'en_GB.UTF-8 UTF-8' >> /etc/locale.gen && locale-gen
@@ -26,7 +22,7 @@ RUN echo 'en_US.UTF-8 UTF-8' >> /etc/locale.gen && locale-gen
COPY rootfs /
RUN /postunpack.sh
ENV BITNAMI_APP_NAME="postgresql" \
BITNAMI_IMAGE_VERSION="10.11.0-debian-9-r53" \
BITNAMI_IMAGE_VERSION="10.11.0-debian-9-r54" \
LANG="en_US.UTF-8" \
LANGUAGE="en_US:en" \
NAMI_PREFIX="/.nami" \

View File

@@ -0,0 +1,10 @@
#!/bin/bash
VERSION="1.11"
SHA256="0b843df6d86e270c5b0f5cbd3c326a04e18f4b7f9b8457fa497b0454c4b138d7"
curl --silent -L "https://github.com/tianon/gosu/releases/download/${VERSION}/gosu-amd64" > "/usr/local/bin/gosu"
echo "$SHA256" "/usr/local/bin/gosu" | sha256sum --check
chmod u+x "/usr/local/bin/gosu"
mkdir -p "/opt/bitnami/licenses"
curl --silent -L "https://raw.githubusercontent.com/tianon/gosu/master/LICENSE" > "/opt/bitnami/licenses/gosu-${VERSION}.txt"

View File

@@ -49,7 +49,7 @@ Learn more about the Bitnami tagging policy and the difference between rolling t
* [`11-ol-7`, `11.6.0-ol-7-r71` (11/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-postgresql/blob/11.6.0-ol-7-r71/11/ol-7/Dockerfile)
* [`11-debian-9`, `11.6.0-debian-9-r49`, `11`, `11.6.0`, `11.6.0-r49`, `latest` (11/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-postgresql/blob/11.6.0-debian-9-r49/11/debian-9/Dockerfile)
* [`10-ol-7`, `10.11.0-ol-7-r71` (10/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-postgresql/blob/10.11.0-ol-7-r71/10/ol-7/Dockerfile)
* [`10-debian-9`, `10.11.0-debian-9-r53`, `10`, `10.11.0`, `10.11.0-r53` (10/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-postgresql/blob/10.11.0-debian-9-r53/10/debian-9/Dockerfile)
* [`10-debian-9`, `10.11.0-debian-9-r54`, `10`, `10.11.0`, `10.11.0-r54` (10/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-postgresql/blob/10.11.0-debian-9-r54/10/debian-9/Dockerfile)
* [`9.6-ol-7`, `9.6.16-ol-7-r66` (9.6/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-postgresql/blob/9.6.16-ol-7-r66/9.6/ol-7/Dockerfile)
* [`9.6-debian-9`, `9.6.16-debian-9-r51`, `9.6`, `9.6.16`, `9.6.16-r51` (9.6/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-postgresql/blob/9.6.16-debian-9-r51/9.6/debian-9/Dockerfile)