4.17.0-ol-7-r7 release

This commit is contained in:
Bitnami Bot 2019-05-24 13:21:21 +00:00
parent cfdb9b69a6
commit e17f21914c
2 changed files with 5 additions and 4 deletions

View File

@ -1,4 +1,4 @@
FROM bitnami/oraclelinux-extras:7-r345
FROM bitnami/oraclelinux-extras:7-r346
LABEL maintainer "Bitnami <containers@bitnami.com>"
ENV BITNAMI_PKG_CHMOD="-R g+rwX" \
@ -16,7 +16,7 @@ RUN mkdir -p /dist /app /.npm /.config /.cache /.local && chmod g+rwx /dist /app
COPY rootfs /
ENV BITNAMI_APP_NAME="express" \
BITNAMI_IMAGE_VERSION="4.17.0-ol-7-r6" \
BITNAMI_IMAGE_VERSION="4.17.0-ol-7-r7" \
NAMI_PREFIX="/.nami" \
PATH="/opt/bitnami/sequelize-cli/bin:/opt/bitnami/node/bin:/opt/bitnami/git/bin:/opt/bitnami/express-generator/bin:/opt/bitnami/express/bin:/opt/bitnami/bower/bin:$PATH"

View File

@ -17,6 +17,7 @@ $ docker-compose up
* With Bitnami images the latest bug fixes and features are available as soon as possible.
* Bitnami containers, virtual machines and cloud images use the same components and configuration approach - making it easy to switch between formats based on your project needs.
* All our images are based on [minideb](https://github.com/bitnami/minideb) a minimalist Debian based container image which gives you a small base container image and the familiarity of a leading linux distribution.
* All Bitnami images available in Docker Hub are signed with [Docker Content Trust (DTC)](https://docs.docker.com/engine/security/trust/content_trust/). You can use `DOCKER_CONTENT_TRUST=1` to verify the integrity of the images.
* Bitnami container images are released daily with the latest distribution packages available.
@ -41,8 +42,8 @@ $ kubectl apply -f test.yaml
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-ol-7`, `4.17.0-ol-7-r6` (4/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-express/blob/4.17.0-ol-7-r6/4/ol-7/Dockerfile)
* [`4-debian-9`, `4.17.0-debian-9-r5`, `4`, `4.17.0`, `4.17.0-r5`, `latest` (4/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-express/blob/4.17.0-debian-9-r5/4/debian-9/Dockerfile)
* [`4-ol-7`, `4.17.0-ol-7-r7` (4/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-express/blob/4.17.0-ol-7-r7/4/ol-7/Dockerfile)
* [`4-debian-9`, `4.17.0-debian-9-r6`, `4`, `4.17.0`, `4.17.0-r6`, `latest` (4/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-express/blob/4.17.0-debian-9-r6/4/debian-9/Dockerfile)
Subscribe to project updates by watching the [bitnami/codiad GitHub repo](https://github.com/bitnami/bitnami-docker-codiad).