11.4.0-ol-7-r0 release

This commit is contained in:
Bitnami Bot 2019-06-20 19:39:49 +00:00
parent 0376074e5b
commit a4339e8fbf
1 changed files with 2 additions and 2 deletions

View File

@ -9,13 +9,13 @@ ENV BITNAMI_PKG_CHMOD="-R g+rwX" \
# Install required system packages and dependencies
RUN install_packages glibc keyutils-libs krb5-libs libcom_err libedit libgcc libicu libselinux libstdc++ libxml2 libxslt ncurses-libs openssl-libs pcre xz-libs zlib
RUN . ./libcomponent.sh && component_unpack "postgresql" "11.3.0-1" --checksum e2cacec5bacf3b3855dbcc99f92343cb241107ec35e865a04a39f1fc87c67c58
RUN . ./libcomponent.sh && component_unpack "postgresql" "11.4.0-0" --checksum 9dd5ef580acb72255727ff73377ea2f97fdc8e91c249ec5398500a29e0ffa58d
COPY rootfs /
RUN rpm -Uvh --nodeps $(repoquery --location nss_wrapper)
RUN /postunpack.sh
ENV BITNAMI_APP_NAME="postgresql" \
BITNAMI_IMAGE_VERSION="11.3.0-ol-7-r48" \
BITNAMI_IMAGE_VERSION="11.4.0-ol-7-r0" \
LANG="en_US.UTF-8" \
LANGUAGE="en_US:en" \
NAMI_PREFIX="/.nami" \