mirror of
https://github.com/bitnami/containers.git
synced 2026-03-16 14:57:44 +08:00
4.0.13-ol-7-r5 release
This commit is contained in:
@@ -19,7 +19,7 @@ RUN curl --silent -L https://github.com/mikefarah/yq/releases/download/2.4.0/yq_
|
||||
COPY rootfs /
|
||||
RUN /postunpack.sh
|
||||
ENV BITNAMI_APP_NAME="mongodb" \
|
||||
BITNAMI_IMAGE_VERSION="4.0.13-ol-7-r4" \
|
||||
BITNAMI_IMAGE_VERSION="4.0.13-ol-7-r5" \
|
||||
NAMI_PREFIX="/.nami" \
|
||||
PATH="/opt/bitnami/mongodb/bin:$PATH"
|
||||
|
||||
|
||||
@@ -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
|
||||
}
|
||||
|
||||
@@ -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
|
||||
}
|
||||
|
||||
@@ -51,7 +51,7 @@ Learn more about the Bitnami tagging policy and the difference between rolling t
|
||||
* [`4.2-ol-7`, `4.2.1-ol-7-r4` (4.2/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-mongodb/blob/4.2.1-ol-7-r4/4.2/ol-7/Dockerfile)
|
||||
* [`4.2-debian-9`, `4.2.1-debian-9-r2`, `4.2`, `4.2.1`, `4.2.1-r2` (4.2/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-mongodb/blob/4.2.1-debian-9-r2/4.2/debian-9/Dockerfile)
|
||||
* [`4.2-centos-7`, `4.2.1-centos-7-r4` (4.2/centos-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-mongodb/blob/4.2.1-centos-7-r4/4.2/centos-7/Dockerfile)
|
||||
* [`4.0-ol-7`, `4.0.13-ol-7-r4` (4.0/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-mongodb/blob/4.0.13-ol-7-r4/4.0/ol-7/Dockerfile)
|
||||
* [`4.0-ol-7`, `4.0.13-ol-7-r5` (4.0/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-mongodb/blob/4.0.13-ol-7-r5/4.0/ol-7/Dockerfile)
|
||||
* [`4.0-debian-9`, `4.0.13-debian-9-r3`, `4.0`, `4.0.13`, `4.0.13-r3`, `latest` (4.0/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-mongodb/blob/4.0.13-debian-9-r3/4.0/debian-9/Dockerfile)
|
||||
* [`4.0-centos-7`, `4.0.13-centos-7-r5` (4.0/centos-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-mongodb/blob/4.0.13-centos-7-r5/4.0/centos-7/Dockerfile)
|
||||
* [`3.6-ol-7`, `3.6.15-ol-7-r4` (3.6/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-mongodb/blob/3.6.15-ol-7-r4/3.6/ol-7/Dockerfile)
|
||||
|
||||
Reference in New Issue
Block a user