mirror of
https://github.com/bitnami/containers.git
synced 2026-03-11 16:07:50 +08:00
5.8.3-debian-9-r17 release
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
FROM bitnami/minideb-extras:stretch-r318
|
||||
FROM bitnami/minideb-extras:stretch-r319
|
||||
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="5.8.3-debian-9-r16" \
|
||||
BITNAMI_IMAGE_VERSION="5.8.3-debian-9-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 @@ Learn more about the Bitnami tagging policy and the difference between rolling t
|
||||
|
||||
|
||||
* [`5-ol-7`, `5.8.3-ol-7-r16` (5/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-laravel/blob/5.8.3-ol-7-r16/5/ol-7/Dockerfile)
|
||||
* [`5-debian-9`, `5.8.3-debian-9-r16`, `5`, `5.8.3`, `5.8.3-r16`, `latest` (5/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-laravel/blob/5.8.3-debian-9-r16/5/debian-9/Dockerfile)
|
||||
* [`5-debian-9`, `5.8.3-debian-9-r17`, `5`, `5.8.3`, `5.8.3-r17`, `latest` (5/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-laravel/blob/5.8.3-debian-9-r17/5/debian-9/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/rails GitHub repo](https://github.com/bitnami/bitnami-docker-laravel).
|
||||
|
||||
|
||||
4
bitnami/laravel/docker-compose.yml
Executable file → Normal file
4
bitnami/laravel/docker-compose.yml
Executable file → Normal file
@@ -11,9 +11,7 @@ services:
|
||||
|
||||
myapp:
|
||||
tty: true
|
||||
image: 'bitnami/laravel:latest'
|
||||
labels:
|
||||
kompose.service.type: nodeport
|
||||
image: bitnami/laravel:5-debian-9
|
||||
environment:
|
||||
- DB_HOST=mariadb
|
||||
- DB_USERNAME=my_user
|
||||
|
||||
Reference in New Issue
Block a user