mirror of
https://github.com/bitnami/containers.git
synced 2026-03-13 14:58:03 +08:00
11.3.0-ol-7-r9 release
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
FROM bitnami/oraclelinux-runtimes:7-r161
|
||||
FROM bitnami/oraclelinux-runtimes:7-r162
|
||||
LABEL maintainer "Bitnami <containers@bitnami.com>"
|
||||
|
||||
# Install required system packages and dependencies
|
||||
@@ -9,7 +9,7 @@ RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stac
|
||||
rm -rf /tmp/bitnami/pkg/cache/node-11.3.0-0-linux-x86_64-ol-7.tar.gz
|
||||
|
||||
ENV BITNAMI_APP_NAME="node" \
|
||||
BITNAMI_IMAGE_VERSION="11.3.0-ol-7-r8" \
|
||||
BITNAMI_IMAGE_VERSION="11.3.0-ol-7-r9" \
|
||||
PATH="/opt/bitnami/node/bin:/opt/bitnami/python/bin:$PATH"
|
||||
|
||||
EXPOSE 3000
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
|
||||
FROM bitnami/node:11.3.0-ol-7-r8 as development
|
||||
FROM bitnami/node:11.3.0-ol-7-r9 as development
|
||||
|
||||
FROM bitnami/oraclelinux-runtimes:7-r161
|
||||
FROM bitnami/oraclelinux-runtimes:7-r162
|
||||
LABEL maintainer "Bitnami <containers@bitnami.com>"
|
||||
|
||||
COPY --from=development /opt/bitnami/node /opt/bitnami/node
|
||||
|
||||
ENV BITNAMI_APP_NAME="node" \
|
||||
BITNAMI_IMAGE_VERSION="11.3.0-ol-7-r8" \
|
||||
BITNAMI_IMAGE_VERSION="11.3.0-ol-7-r9" \
|
||||
PATH="/opt/bitnami/node/bin:/opt/bitnami/python/bin:$PATH"
|
||||
|
||||
CMD [ "node" ]
|
||||
|
||||
@@ -45,7 +45,7 @@ Bitnami containers can be used with [Kubeapps](https://kubeapps.com/) for deploy
|
||||
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/).
|
||||
|
||||
|
||||
* [`11-ol-7`, `11.3.0-ol-7-r8` (11/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-node/blob/11.3.0-ol-7-r8/11/ol-7/Dockerfile)
|
||||
* [`11-ol-7`, `11.3.0-ol-7-r9` (11/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-node/blob/11.3.0-ol-7-r9/11/ol-7/Dockerfile)
|
||||
* [`11-debian-9`, `11.3.0-debian-9-r8`, `11`, `11.3.0`, `11.3.0-r8` (11/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-node/blob/11.3.0-debian-9-r8/11/debian-9/Dockerfile)
|
||||
* [`10-ol-7`, `10.14.1-ol-7-r7` (10/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-node/blob/10.14.1-ol-7-r7/10/ol-7/Dockerfile)
|
||||
* [`10-debian-9`, `10.14.1-debian-9-r6`, `10`, `10.14.1`, `10.14.1-r6` (10/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-node/blob/10.14.1-debian-9-r6/10/debian-9/Dockerfile)
|
||||
|
||||
Reference in New Issue
Block a user