mirror of
https://github.com/bitnami/containers.git
synced 2026-03-07 10:07:20 +08:00
11.13.0-rhel-7-r1 release
This commit is contained in:
@@ -10,7 +10,7 @@ RUN bitnami-pkg install node-11.13.0-0 --checksum 6d5fd6390424f22b0a993732d2c7c7
|
||||
|
||||
COPY rootfs /
|
||||
ENV BITNAMI_APP_NAME="node" \
|
||||
BITNAMI_IMAGE_VERSION="11.13.0-rhel-7-r0" \
|
||||
BITNAMI_IMAGE_VERSION="11.13.0-rhel-7-r1" \
|
||||
NAMI_PREFIX="/.nami" \
|
||||
PATH="/opt/bitnami/node/bin:/opt/bitnami/python/bin:$PATH"
|
||||
|
||||
|
||||
@@ -3,7 +3,10 @@ version: '2'
|
||||
services:
|
||||
node:
|
||||
tty: true # Enables debugging capabilities when attached to this container.
|
||||
image: 'bitnami/node:11-rhel-7'
|
||||
# A Red Hat Customer Portal login is required to access this image. If you do not have one already, you can obtain one at https://www.redhat.com/wapps/ugc/register.html
|
||||
# Pull action should be successful from any RHEL Host system running the Docker service and executing the following command: docker login registry.connect.redhat.com
|
||||
# + info: https://access.redhat.com/containers/?tab=images&platform=docker#/registry.connect.redhat.com/bitnami/nodejs
|
||||
image: registry.connect.redhat.com/bitnami/nodejs
|
||||
# command: sh -c 'npm install && npm start'
|
||||
ports:
|
||||
- 3000:3000
|
||||
|
||||
@@ -41,9 +41,9 @@ 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-rhel-7`, `11.13.0-rhel-7-r0` (11/rhel-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-node/blob/11.13.0-rhel-7-r0/11/rhel-7/Dockerfile)
|
||||
* [`11-ol-7-prod`, `11.13.0-ol-7-r1-prod` (11-prod/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-node/blob/11.13.0-ol-7-r1-prod/11-prod/ol-7/Dockerfile)
|
||||
* [`11-rhel-7`, `11.13.0-rhel-7-r1` (11/rhel-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-node/blob/11.13.0-rhel-7-r1/11/rhel-7/Dockerfile)
|
||||
* [`11-ol-7`, `11.13.0-ol-7-r1` (11/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-node/blob/11.13.0-ol-7-r1/11/ol-7/Dockerfile)
|
||||
* [`11-ol-7-prod`, `11.13.0-ol-7-r0-prod` (11-prod/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-node/blob/11.13.0-ol-7-r0-prod/11-prod/ol-7/Dockerfile)
|
||||
* [`11-debian-9-prod`, `11.13.0-debian-9-r0-prod`, `11-prod`, `11.13.0-prod`, `11.13.0-r0-prod` (11-prod/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-node/blob/11.13.0-debian-9-r0-prod/11-prod/debian-9/Dockerfile)
|
||||
* [`11-debian-9`, `11.13.0-debian-9-r0`, `11`, `11.13.0`, `11.13.0-r0` (11/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-node/blob/11.13.0-debian-9-r0/11/debian-9/Dockerfile)
|
||||
* [`10-ol-7-prod`, `10.15.3-ol-7-r24-prod` (10-prod/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-node/blob/10.15.3-ol-7-r24-prod/10-prod/ol-7/Dockerfile)
|
||||
|
||||
Reference in New Issue
Block a user