11.5.0-ol-7-r30 release

This commit is contained in:
Bitnami Bot 2019-11-07 15:30:01 +00:00
parent f116c62338
commit d0d0823270
4 changed files with 6 additions and 6 deletions

View File

@ -17,7 +17,7 @@ COPY rootfs /
RUN rpm -Uvh --nodeps $(repoquery --location nss_wrapper)
RUN /postunpack.sh
ENV BITNAMI_APP_NAME="postgresql-repmgr" \
BITNAMI_IMAGE_VERSION="11.5.0-ol-7-r29" \
BITNAMI_IMAGE_VERSION="11.5.0-ol-7-r30" \
NAMI_PREFIX="/.nami" \
NSS_WRAPPER_LIB="/usr/lib64/libnss_wrapper.so" \
PATH="/opt/bitnami/postgresql-repmgr/bin:/opt/bitnami/repmgr/bin:/opt/bitnami/postgresql/bin:$PATH"

View File

@ -35,7 +35,7 @@ ensure_dir_exists() {
local owner="${2:-}"
mkdir -p "${dir}"
if [[ "$owner" != "" ]]; then
if [[ -n $owner ]]; then
owned_by "$dir" "$owner"
fi
}

View File

@ -13,7 +13,7 @@
#########################
dns_lookup() {
local host="${1:?host is missing}"
getent ahosts "$host" | awk '/STREAM/ {print $1 }'
getent ahosts "$host" | awk '/STREAM/ {print $1 }'
}
########################
@ -36,9 +36,9 @@ get_machine_ip() {
#########################
is_hostname_resolved() {
local -r host="${1:?missing value}"
if dns_lookup "$host" > /dev/null; then
if [[ -n "$(dns_lookup "$host")" ]]; then
true
else
false
false
fi
}

View File

@ -46,7 +46,7 @@ Learn more about the Bitnami tagging policy and the difference between rolling t
* [`12-ol-7`, `12.0.0-ol-7-r2` (12/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-postgresql-repmgr/blob/12.0.0-ol-7-r2/12/ol-7/Dockerfile)
* [`12-debian-9`, `12.0.0-debian-9-r3`, `12`, `12.0.0`, `12.0.0-r3` (12/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-postgresql-repmgr/blob/12.0.0-debian-9-r3/12/debian-9/Dockerfile)
* [`12-centos-7`, `12.0.0-centos-7-r3` (12/centos-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-postgresql-repmgr/blob/12.0.0-centos-7-r3/12/centos-7/Dockerfile)
* [`11-ol-7`, `11.5.0-ol-7-r29` (11/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-postgresql-repmgr/blob/11.5.0-ol-7-r29/11/ol-7/Dockerfile)
* [`11-ol-7`, `11.5.0-ol-7-r30` (11/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-postgresql-repmgr/blob/11.5.0-ol-7-r30/11/ol-7/Dockerfile)
* [`11-debian-9`, `11.5.0-debian-9-r23`, `11`, `11.5.0`, `11.5.0-r23`, `latest` (11/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-postgresql-repmgr/blob/11.5.0-debian-9-r23/11/debian-9/Dockerfile)
* [`11-centos-7`, `11.5.0-centos-7-r30` (11/centos-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-postgresql-repmgr/blob/11.5.0-centos-7-r30/11/centos-7/Dockerfile)
* [`10-ol-7`, `10.10.0-ol-7-r28` (10/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-postgresql-repmgr/blob/10.10.0-ol-7-r28/10/ol-7/Dockerfile)