mirror of
https://github.com/bitnami/containers.git
synced 2026-02-26 15:57:21 +08:00
10.11.0-ol-7-r72 release
This commit is contained in:
@@ -13,16 +13,12 @@ RUN install_packages ca-certificates curl cyrus-sasl-lib glibc gzip hostname key
|
||||
RUN . ./libcomponent.sh && component_unpack "postgresql" "10.11.0-2" --checksum 4460d7550e775548c64117b3db30b7868ce347938167ddf7c184114edd6c48e8
|
||||
RUN yum upgrade -y && \
|
||||
rm -r /var/cache/yum
|
||||
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
|
||||
|
||||
COPY rootfs /
|
||||
RUN /postunpack.sh
|
||||
ENV BITNAMI_APP_NAME="postgresql" \
|
||||
BITNAMI_IMAGE_VERSION="10.11.0-ol-7-r71" \
|
||||
BITNAMI_IMAGE_VERSION="10.11.0-ol-7-r72" \
|
||||
LANG="en_US.UTF-8" \
|
||||
LANGUAGE="en_US:en" \
|
||||
NAMI_PREFIX="/.nami" \
|
||||
|
||||
10
bitnami/postgresql/10/ol-7/prebuildfs/build/install-gosu.sh
Executable file
10
bitnami/postgresql/10/ol-7/prebuildfs/build/install-gosu.sh
Executable 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"
|
||||
@@ -48,7 +48,7 @@ Learn more about the Bitnami tagging policy and the difference between rolling t
|
||||
* [`12-debian-9`, `12.1.0-debian-9-r53`, `12`, `12.1.0`, `12.1.0-r53` (12/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-postgresql/blob/12.1.0-debian-9-r53/12/debian-9/Dockerfile)
|
||||
* [`11-ol-7`, `11.6.0-ol-7-r72` (11/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-postgresql/blob/11.6.0-ol-7-r72/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-ol-7`, `10.11.0-ol-7-r72` (10/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-postgresql/blob/10.11.0-ol-7-r72/10/ol-7/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-r52`, `9.6`, `9.6.16`, `9.6.16-r52` (9.6/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-postgresql/blob/9.6.16-debian-9-r52/9.6/debian-9/Dockerfile)
|
||||
|
||||
Reference in New Issue
Block a user