4.16.4-ol-7-r7 release
This commit is contained in:
parent
1cbaf7c494
commit
3c11d22dd4
|
|
@ -5,15 +5,15 @@ ENV BITNAMI_PKG_CHMOD="-R g+rwX" \
|
|||
HOME="/"
|
||||
|
||||
# Install required system packages and dependencies
|
||||
RUN install_packages bzip2-libs glibc keyutils-libs krb5-libs libcom_err libgcc libselinux libstdc++ nc ncurses-libs nss-softokn-freebl openssl-libs pcre readline sqlite zlib
|
||||
RUN install_packages bzip2-libs glibc keyutils-libs krb5-libs libcom_err libgcc libselinux libstdc++ nc ncurses-libs nss-softokn-freebl openssl-libs pcre readline zlib
|
||||
RUN bitnami-pkg install node-7.10.1-1 --checksum c58b53a2ea5feafe1e0f0ef4b990d9ff55c37089ff5fba12e1938183e8a81a2f
|
||||
RUN bitnami-pkg install express-generator-4.16.0-0 --checksum c7d51fd74deeb5f58b2c6e96ff9343bc80817c9240c937ad01e228322d609463
|
||||
RUN bitnami-pkg install express-4.16.4-0 --checksum c1b8d0939c56ecb8bc9d5f2718abbf994eb41d515057ae1981009986c2b72233
|
||||
RUN bitnami-pkg install express-generator-4.16.0-1 --checksum 4cab970e77ec1d30f40039612295310f6f1de9de81c882b3129209ae11118be0
|
||||
RUN bitnami-pkg install express-4.16.4-1 --checksum 27dfc61c3ac010c0f2533ce243dc3d985c9b9bc5e9363b437e218464ea116082
|
||||
RUN mkdir -p /dist /app /.npm && chmod g+rwx /app /dist /.npm
|
||||
|
||||
COPY rootfs /
|
||||
ENV BITNAMI_APP_NAME="express" \
|
||||
BITNAMI_IMAGE_VERSION="4.16.4-ol-7-r6" \
|
||||
BITNAMI_IMAGE_VERSION="4.16.4-ol-7-r7" \
|
||||
PATH="/opt/bitnami/node/bin:/opt/bitnami/express-generator/bin:/opt/bitnami/express/bin:$PATH"
|
||||
|
||||
EXPOSE 3000
|
||||
|
|
|
|||
|
|
@ -19,6 +19,11 @@ $ docker-compose up
|
|||
* 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.
|
||||
* Bitnami images are built on CircleCI and automatically pushed to the Docker Hub.
|
||||
* 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.
|
||||
* Bitnami container images are released daily with the latest distribution packages available.
|
||||
|
||||
[](https://anchore.io/image/dockerhub/bitnami%2Fexpress%3Alatest#security)
|
||||
|
||||
> The image overview badge contains a security report with all open CVEs. Click on 'Show only CVEs with fixes' to get the list of actionable security issues.
|
||||
|
||||
# Supported tags and respective `Dockerfile` links
|
||||
|
||||
|
|
@ -27,7 +32,7 @@ $ docker-compose up
|
|||
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.16.4-ol-7-r6` (4/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-express/blob/4.16.4-ol-7-r6/4/ol-7/Dockerfile)
|
||||
* [`4-ol-7`, `4.16.4-ol-7-r7` (4/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-express/blob/4.16.4-ol-7-r7/4/ol-7/Dockerfile)
|
||||
* [`4-debian-9`, `4.16.4-debian-9-r5`, `4`, `4.16.4`, `4.16.4-r5`, `latest` (4/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-express/blob/4.16.4-debian-9-r5/4/debian-9/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/codiad GitHub repo](https://github.com/bitnami/bitnami-docker-codiad).
|
||||
|
|
|
|||
Loading…
Reference in New Issue