6.4.0-ol-7-r17 release
This commit is contained in:
parent
e2a07e9dba
commit
3363da4413
|
|
@ -1,4 +1,4 @@
|
|||
FROM bitnami/oraclelinux-extras:7-r521
|
||||
FROM bitnami/oraclelinux-extras:7-r522
|
||||
LABEL maintainer "Bitnami <containers@bitnami.com>"
|
||||
|
||||
# Install required system packages and dependencies
|
||||
|
|
@ -10,7 +10,7 @@ RUN mkdir /app && chown bitnami:bitnami /app
|
|||
|
||||
COPY rootfs /
|
||||
ENV BITNAMI_APP_NAME="laravel" \
|
||||
BITNAMI_IMAGE_VERSION="6.4.0-ol-7-r16" \
|
||||
BITNAMI_IMAGE_VERSION="6.4.0-ol-7-r17" \
|
||||
NODE_PATH="/opt/bitnami/node/lib/node_modules" \
|
||||
PATH="/opt/bitnami/php/bin:/opt/bitnami/php/sbin:/opt/bitnami/node/bin:/opt/bitnami/laravel/bin:$PATH"
|
||||
|
||||
|
|
|
|||
|
|
@ -42,7 +42,7 @@ $ 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/).
|
||||
|
||||
|
||||
* [`6-ol-7`, `6.4.0-ol-7-r16` (6/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-laravel/blob/6.4.0-ol-7-r16/6/ol-7/Dockerfile)
|
||||
* [`6-ol-7`, `6.4.0-ol-7-r17` (6/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-laravel/blob/6.4.0-ol-7-r17/6/ol-7/Dockerfile)
|
||||
* [`6-debian-9`, `6.4.0-debian-9-r14`, `6`, `6.4.0`, `6.4.0-r14`, `latest` (6/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-laravel/blob/6.4.0-debian-9-r14/6/debian-9/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/rails GitHub repo](https://github.com/bitnami/bitnami-docker-laravel).
|
||||
|
|
|
|||
Loading…
Reference in New Issue