9.6.15-ol-7-r29 release

This commit is contained in:
Bitnami Bot 2019-11-07 15:44:36 +00:00
parent 7752a27af1
commit 228443cd27
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="9.6.15-ol-7-r28" \
BITNAMI_IMAGE_VERSION="9.6.15-ol-7-r29" \
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

@ -52,7 +52,7 @@ Learn more about the Bitnami tagging policy and the difference between rolling t
* [`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)
* [`10-debian-9`, `10.10.0-debian-9-r24`, `10`, `10.10.0`, `10.10.0-r24` (10/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-postgresql-repmgr/blob/10.10.0-debian-9-r24/10/debian-9/Dockerfile)
* [`10-centos-7`, `10.10.0-centos-7-r31` (10/centos-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-postgresql-repmgr/blob/10.10.0-centos-7-r31/10/centos-7/Dockerfile)
* [`9.6-ol-7`, `9.6.15-ol-7-r28` (9.6/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-postgresql-repmgr/blob/9.6.15-ol-7-r28/9.6/ol-7/Dockerfile)
* [`9.6-ol-7`, `9.6.15-ol-7-r29` (9.6/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-postgresql-repmgr/blob/9.6.15-ol-7-r29/9.6/ol-7/Dockerfile)
* [`9.6-debian-9`, `9.6.15-debian-9-r24`, `9.6`, `9.6.15`, `9.6.15-r24` (9.6/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-postgresql-repmgr/blob/9.6.15-debian-9-r24/9.6/debian-9/Dockerfile)
* [`9.6-centos-7`, `9.6.15-centos-7-r29` (9.6/centos-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-postgresql-repmgr/blob/9.6.15-centos-7-r29/9.6/centos-7/Dockerfile)