parent
00aa7f5c00
commit
86a15c802d
|
|
@ -6,13 +6,14 @@ ENV BITNAMI_PKG_CHMOD="-R g+rwX" \
|
|||
|
||||
# Install required system packages and dependencies
|
||||
RUN install_packages cyrus-sasl-lib glibc keyutils-libs krb5-libs libcom_err libcurl libgcc libidn libpcap libselinux libssh2 nspr nss nss-softokn-freebl nss-util openldap openssl-libs pcre zlib
|
||||
RUN bitnami-pkg unpack mongodb-4.1.2-1 --checksum 31a0b4e42f33a7f0d83bc9895e872908e623e011a33749f76861cd8e2ccb0ac8
|
||||
RUN bitnami-pkg unpack mongodb-4.1.2-3 --checksum 53fae688c9544d3cc7ef4de6997a76748d0da95f545f29427bfcb0937d1318ae
|
||||
|
||||
COPY rootfs /
|
||||
ENV BITNAMI_APP_NAME="mongodb" \
|
||||
BITNAMI_IMAGE_VERSION="4.1.2-ol-7-r5" \
|
||||
BITNAMI_IMAGE_VERSION="4.1.2-ol-7-r6" \
|
||||
MONGODB_ADVERTISED_HOSTNAME="" \
|
||||
MONGODB_DATABASE="" \
|
||||
MONGODB_ENABLE_IPV6="yes" \
|
||||
MONGODB_PASSWORD="" \
|
||||
MONGODB_PRIMARY_HOST="" \
|
||||
MONGODB_PRIMARY_PORT_NUMBER="27017" \
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
{
|
||||
"advertisedHostname": "{{$global.env.MONGODB_ADVERTISED_HOSTNAME}}",
|
||||
"database": "{{$global.env.MONGODB_DATABASE}}",
|
||||
"enableIPv6": "{{$global.env.MONGODB_ENABLE_IPV6}}",
|
||||
"password": "{{$global.env.MONGODB_PASSWORD}}",
|
||||
"primaryHost": "{{$global.env.MONGODB_PRIMARY_HOST}}",
|
||||
"primaryPort": "{{$global.env.MONGODB_PRIMARY_PORT_NUMBER}}",
|
||||
|
|
|
|||
|
|
@ -36,7 +36,7 @@ Non-root container images add an extra layer of security and are generally recom
|
|||
Learn more about the Bitnami tagging policy and the difference between rolling tags and immutable tags [in our documentation page](https://docs.bitnami.com/containers/how-to/understand-rolling-tags-containers/).
|
||||
|
||||
|
||||
* [`4.1-ol-7`, `4.1.2-ol-7-r5` (4.1/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-mongodb/blob/4.1.2-ol-7-r5/4.1/ol-7/Dockerfile)
|
||||
* [`4.1-ol-7`, `4.1.2-ol-7-r6` (4.1/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-mongodb/blob/4.1.2-ol-7-r6/4.1/ol-7/Dockerfile)
|
||||
* [`4.1-debian-9`, `4.1.2-debian-9-r4`, `4.1`, `4.1.2`, `4.1.2-r4` (4.1/Dockerfile)](https://github.com/bitnami/bitnami-docker-mongodb/blob/4.1.2-debian-9-r4/4.1/Dockerfile)
|
||||
* [`4.0-ol-7`, `4.0.1-ol-7-r12` (4.0/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-mongodb/blob/4.0.1-ol-7-r12/4.0/ol-7/Dockerfile)
|
||||
* [`4.0-debian-9`, `4.0.1-debian-9-r10`, `4.0`, `4.0.1`, `4.0.1-r10`, `latest` (4.0/Dockerfile)](https://github.com/bitnami/bitnami-docker-mongodb/blob/4.0.1-debian-9-r10/4.0/Dockerfile)
|
||||
|
|
|
|||
Loading…
Reference in New Issue