3.9.0-ol-7-r30 release
This commit is contained in:
parent
9fa24ad07c
commit
cf2374d642
|
|
@ -1,4 +1,4 @@
|
|||
FROM bitnami/oraclelinux-extras:7-r491
|
||||
FROM bitnami/oraclelinux-extras:7-r492
|
||||
LABEL maintainer "Bitnami <containers@bitnami.com>"
|
||||
|
||||
ENV BITNAMI_PKG_CHMOD="-R g+rwX" \
|
||||
|
|
@ -6,13 +6,13 @@ ENV BITNAMI_PKG_CHMOD="-R g+rwX" \
|
|||
|
||||
# Install required system packages and dependencies
|
||||
RUN install_packages bzip2-libs glibc keyutils-libs krb5-libs libcom_err libgcc libselinux libstdc++ ncurses-libs nss-softokn-freebl openssl-libs pcre readline sqlite zlib
|
||||
RUN bitnami-pkg install node-8.16.1-1 --checksum 5391c115a0a3975b54e41ddbb1dd766e3e62b25a7bdcf1472dacd90236fb794f
|
||||
RUN bitnami-pkg install node-8.16.2-0 --checksum 05f97e6484456e724c829ecb61c3c5a062ae1d24cf066b1668452b7660c428c3
|
||||
RUN bitnami-pkg install mongodb-client-4.0.12-1 --checksum 6f1ed4f3a15c99cd8ea98f5a393fefdeb7809e989d01539ed9b5f6e881aa7b85
|
||||
RUN bitnami-pkg unpack parse-3.9.0-1 --checksum 5ec298655b3ea49e1e50d58532cb57449ae4803adafce025ea3997e303218c29
|
||||
|
||||
COPY rootfs /
|
||||
ENV BITNAMI_APP_NAME="parse" \
|
||||
BITNAMI_IMAGE_VERSION="3.9.0-ol-7-r29" \
|
||||
BITNAMI_IMAGE_VERSION="3.9.0-ol-7-r30" \
|
||||
MONGODB_HOST="mongodb" \
|
||||
MONGODB_PASSWORD="" \
|
||||
MONGODB_PORT_NUMBER="27017" \
|
||||
|
|
|
|||
|
|
@ -48,7 +48,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/).
|
||||
|
||||
|
||||
* [`3-ol-7`, `3.9.0-ol-7-r29` (3/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-parse/blob/3.9.0-ol-7-r29/3/ol-7/Dockerfile)
|
||||
* [`3-ol-7`, `3.9.0-ol-7-r30` (3/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-parse/blob/3.9.0-ol-7-r30/3/ol-7/Dockerfile)
|
||||
* [`3-debian-9`, `3.9.0-debian-9-r23`, `3`, `3.9.0`, `3.9.0-r23`, `latest` (3/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-parse/blob/3.9.0-debian-9-r23/3/debian-9/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/parse GitHub repo](https://github.com/bitnami/bitnami-docker-parse).
|
||||
|
|
|
|||
Loading…
Reference in New Issue