4.0.3-debian-9-r23 release

This commit is contained in:
Bitnami Bot
2019-09-20 17:20:36 +00:00
parent 14a8b652ec
commit f6d052e4c0
2 changed files with 3 additions and 3 deletions

View File

@@ -9,14 +9,14 @@ ENV BITNAMI_PKG_CHMOD="-R g+rwX" \
# Install required system packages and dependencies
RUN install_packages libbsd0 libc6 libedit2 libgcc1 libicu57 liblzma5 libncurses5 libnss-wrapper libssl1.1 libstdc++6 libtinfo5 libuuid1 libxml2 libxslt1.1 locales zlib1g
RUN . ./libcomponent.sh && component_unpack "postgresql-repmgr" "4.0.3-0" --checksum 4b97f19154174f5b09cb9358b2266a265fb1c96aba192828884d91c8645c5bfb
RUN . ./libcomponent.sh && component_unpack "postgresql-repmgr" "4.0.3-1" --checksum 60b92876b0b1d53af24c2a9b1a5e3adebbff88c9b2f34508f64efc6bdbc958da
RUN echo 'en_GB.UTF-8 UTF-8' >> /etc/locale.gen && locale-gen
RUN echo 'en_US.UTF-8 UTF-8' >> /etc/locale.gen && locale-gen
COPY rootfs /
RUN /postunpack.sh
ENV BITNAMI_APP_NAME="postgresql-repmgr" \
BITNAMI_IMAGE_VERSION="4.0.3-debian-9-r22" \
BITNAMI_IMAGE_VERSION="4.0.3-debian-9-r23" \
LANG="en_US.UTF-8" \
LANGUAGE="en_US:en" \
NAMI_PREFIX="/.nami" \

View File

@@ -44,7 +44,7 @@ Learn more about the Bitnami tagging policy and the difference between rolling t
* [`4-ol-7`, `4.0.3-ol-7-r21` (4/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-postgresql-repmgr/blob/4.0.3-ol-7-r21/4/ol-7/Dockerfile)
* [`4-debian-9`, `4.0.3-debian-9-r22`, `4`, `4.0.3`, `4.0.3-r22`, `latest` (4/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-postgresql-repmgr/blob/4.0.3-debian-9-r22/4/debian-9/Dockerfile)
* [`4-debian-9`, `4.0.3-debian-9-r23`, `4`, `4.0.3`, `4.0.3-r23`, `latest` (4/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-postgresql-repmgr/blob/4.0.3-debian-9-r23/4/debian-9/Dockerfile)
* [`4-centos-7`, `4.0.3-centos-7-r22` (4/centos-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-postgresql-repmgr/blob/4.0.3-centos-7-r22/4/centos-7/Dockerfile)
Subscribe to project updates by watching the [bitnami/postgresql-repmgr GitHub repo](https://github.com/bitnami/bitnami-docker-postgresql-repmgr).