mirror of
https://github.com/bitnami/containers.git
synced 2026-03-19 15:57:46 +08:00
4.16.3-ol-7-r18 release
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
FROM bitnami/oraclelinux-extras:7-r40
|
||||
FROM bitnami/oraclelinux-extras:7-r41
|
||||
LABEL maintainer "Bitnami <containers@bitnami.com>"
|
||||
|
||||
ENV BITNAMI_PKG_CHMOD="-R g+rwX" \
|
||||
@@ -13,7 +13,7 @@ RUN mkdir -p /dist /app /.npm && chmod g+rwx /app /dist /.npm
|
||||
|
||||
COPY rootfs /
|
||||
ENV BITNAMI_APP_NAME="express" \
|
||||
BITNAMI_IMAGE_VERSION="4.16.3-ol-7-r17" \
|
||||
BITNAMI_IMAGE_VERSION="4.16.3-ol-7-r18" \
|
||||
PATH="/opt/bitnami/node/bin:/opt/bitnami/express-generator/bin:/opt/bitnami/express/bin:$PATH"
|
||||
|
||||
EXPOSE 3000
|
||||
|
||||
@@ -22,9 +22,11 @@ $ docker-compose up
|
||||
|
||||
# Supported tags and respective `Dockerfile` links
|
||||
|
||||
* [`4-ol-7`, `4.16.3-ol-7-r17` (4/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-codiad/blob/4.16.3-ol-7-r17/4/ol-7/Dockerfile)
|
||||
> NOTE: Debian 8 images have been deprecated in favor of Debian 9 images. Bitnami will not longer publish new Docker images based on Debian 8.
|
||||
|
||||
|
||||
* [`4-ol-7`, `4.16.3-ol-7-r18` (4/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-codiad/blob/4.16.3-ol-7-r18/4/ol-7/Dockerfile)
|
||||
* [`4-debian-9`, `4.16.3-debian-9-r9`, `4`, `4.16.3`, `4.16.3-r9`, `latest` (4/Dockerfile)](https://github.com/bitnami/bitnami-docker-codiad/blob/4.16.3-debian-9-r9/4/Dockerfile)
|
||||
* [`4-debian-8`, `4.16.3-debian-8-r0` (4/debian-8/Dockerfile)](https://github.com/bitnami/bitnami-docker-codiad/blob/4.16.3-debian-8-r0/4/debian-8/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/codiad GitHub repo](https://github.com/bitnami/bitnami-docker-codiad).
|
||||
|
||||
|
||||
@@ -7,7 +7,7 @@ jobs:
|
||||
environment:
|
||||
RELEASE_SERIES_LIST: "4"
|
||||
LATEST_STABLE: "4"
|
||||
DISTRIBUTIONS_LIST: "debian-8,debian-9,ol-7"
|
||||
DISTRIBUTIONS_LIST: "debian-9,ol-7"
|
||||
IMAGE_NAME: express
|
||||
DOCKER_PROJECT: bitnami
|
||||
QUAY_PROJECT: bitnami
|
||||
|
||||
Reference in New Issue
Block a user