From c18e6fedeb76883f95ae3f2f3ba25434bd6980f1 Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Thu, 18 Nov 2021 20:18:09 +0000 Subject: [PATCH] 8.6.7-debian-10-r2 release --- bitnami/laravel/8/debian-10/Dockerfile | 2 +- bitnami/laravel/README.md | 20 ++++++++++++++------ 2 files changed, 15 insertions(+), 7 deletions(-) diff --git a/bitnami/laravel/8/debian-10/Dockerfile b/bitnami/laravel/8/debian-10/Dockerfile index 0a3557b36ab8..b548bb0f6d46 100644 --- a/bitnami/laravel/8/debian-10/Dockerfile +++ b/bitnami/laravel/8/debian-10/Dockerfile @@ -18,7 +18,7 @@ RUN mkdir /app && chown bitnami:bitnami /app COPY rootfs / ENV BITNAMI_APP_NAME="laravel" \ - BITNAMI_IMAGE_VERSION="8.6.7-debian-10-r1" \ + BITNAMI_IMAGE_VERSION="8.6.7-debian-10-r2" \ NODE_PATH="/opt/bitnami/node/lib/node_modules" \ OS_ARCH="amd64" \ OS_FLAVOUR="debian-10" \ diff --git a/bitnami/laravel/README.md b/bitnami/laravel/README.md index ec6f49de0834..eabcd1ab615e 100644 --- a/bitnami/laravel/README.md +++ b/bitnami/laravel/README.md @@ -37,7 +37,7 @@ $ docker-compose up Learn more about the Bitnami tagging policy and the difference between rolling tags and immutable tags [in our documentation page](https://docs.bitnami.com/tutorials/understand-rolling-tags-containers/). -* [`8`, `8-debian-10`, `8.6.7`, `8.6.7-debian-10-r1`, `latest` (8/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-laravel/blob/8.6.7-debian-10-r1/8/debian-10/Dockerfile) +* [`8`, `8-debian-10`, `8.6.7`, `8.6.7-debian-10-r2`, `latest` (8/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-laravel/blob/8.6.7-debian-10-r2/8/debian-10/Dockerfile) Subscribe to project updates by watching the [bitnami/laravel GitHub repo](https://github.com/bitnami/bitnami-docker-laravel). @@ -140,13 +140,21 @@ We want to thank the following individuals for reporting vulnerabilities respons ## Issues -If you encountered a problem running this container, you can file an [issue](https://github.com/bitnami/bitnami-docker-laravel/issues/new). For us to provide better support, be sure to include the following information in your issue: +If you encountered a problem running this container, you can file an [issue](https://github.com/bitnami/bitnami-docker-laravel/issues/new). Be sure to include the following information in your issue: -- Host OS and version (`uname -a`) +- Host OS and version - Docker version (`docker version`) -- Docker info (`docker info`) -- Docker image version (`echo $BITNAMI_IMAGE_VERSION` inside the container) -- Steps to reproduce the issue. +- Output of `docker info` +- Version of this container +- The command you used to run the container, and any relevant output you saw (masking any sensitive information) + +### Community supported solution + +Please, note this asset is a community-supported solution. This means that the Bitnami team is not actively working on new features/improvements nor providing support through GitHub Issues. Any new issue will stay open for 20 days to allow the community to contribute, after 15 days without activity the issue will be marked as stale being closed after 5 days. + +The Bitnami team will review any PR that is created, feel free to create a PR if you find any issue or want to implement a new feature. + +New versions and releases cadence are not going to be affected. Once a new version is released in the upstream project, the Bitnami container image will be updated to use the latest version, supporting the different branches supported by the upstream project as usual. ## License