2.12.0-ol-7-r51 release

This commit is contained in:
Bitnami Bot 2018-08-22 03:05:11 +00:00
parent 2f8772940c
commit c32e174832
2 changed files with 5 additions and 5 deletions

View File

@ -1,4 +1,4 @@
FROM bitnami/oraclelinux-extras:7-r76
FROM bitnami/oraclelinux-extras:7-r77
LABEL maintainer "Bitnami <containers@bitnami.com>"
# Install required system packages and dependencies
@ -15,7 +15,7 @@ COPY rootfs /
ENV APACHE_HTTPS_PORT_NUMBER="443" \
APACHE_HTTP_PORT_NUMBER="80" \
BITNAMI_APP_NAME="dreamfactory" \
BITNAMI_IMAGE_VERSION="2.12.0-ol-7-r50" \
BITNAMI_IMAGE_VERSION="2.12.0-ol-7-r51" \
MARIADB_HOST="mariadb" \
MARIADB_PASSWORD="" \
MARIADB_PORT_NUMBER="3306" \
@ -36,5 +36,5 @@ ENV APACHE_HTTPS_PORT_NUMBER="443" \
EXPOSE 80 443
ENTRYPOINT ["/app-entrypoint.sh"]
CMD ["nami","start","--foreground","apache"]
ENTRYPOINT [ "/app-entrypoint.sh" ]
CMD [ "nami", "start", "--foreground", "apache" ]

View File

@ -30,7 +30,7 @@ $ docker-compose up -d
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/).
* [`2-ol-7`, `2.12.0-ol-7-r50` (2/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-dreamfactory/blob/2.12.0-ol-7-r50/2/ol-7/Dockerfile)
* [`2-ol-7`, `2.12.0-ol-7-r51` (2/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-dreamfactory/blob/2.12.0-ol-7-r51/2/ol-7/Dockerfile)
* [`2-debian-9`, `2.12.0-debian-9-r39`, `2`, `2.12.0`, `2.12.0-r39`, `latest` (2/Dockerfile)](https://github.com/bitnami/bitnami-docker-dreamfactory/blob/2.12.0-debian-9-r39/2/Dockerfile)
Subscribe to project updates by watching the [bitnami/dreamfactory GitHub repo](https://github.com/bitnami/bitnami-docker-dreamfactory).