8.6.7-debian-10-r2 release

This commit is contained in:
Bitnami Bot
2021-11-18 20:18:09 +00:00
parent fc8d596fc6
commit c18e6fedeb
2 changed files with 15 additions and 7 deletions

View File

@@ -18,7 +18,7 @@ RUN mkdir /app && chown bitnami:bitnami /app
COPY rootfs / COPY rootfs /
ENV BITNAMI_APP_NAME="laravel" \ 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" \ NODE_PATH="/opt/bitnami/node/lib/node_modules" \
OS_ARCH="amd64" \ OS_ARCH="amd64" \
OS_FLAVOUR="debian-10" \ OS_FLAVOUR="debian-10" \

View File

@@ -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/). 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). 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 ## 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 version (`docker version`)
- Docker info (`docker info`) - Output of `docker info`
- Docker image version (`echo $BITNAMI_IMAGE_VERSION` inside the container) - Version of this container
- Steps to reproduce the issue. - 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 ## License