8.1.3-debian-10-r22 release
This commit is contained in:
parent
2d0399a6c6
commit
56a6bf98b9
|
|
@ -19,7 +19,7 @@ RUN sed -i 's/^PASS_MAX_DAYS.*/PASS_MAX_DAYS 90/' /etc/login.defs && \
|
|||
sed -i 's/sha512/sha512 minlen=8/' /etc/pam.d/common-password
|
||||
|
||||
ENV BITNAMI_APP_NAME="php-fpm" \
|
||||
BITNAMI_IMAGE_VERSION="8.1.3-debian-10-r21" \
|
||||
BITNAMI_IMAGE_VERSION="8.1.3-debian-10-r22" \
|
||||
PATH="/opt/bitnami/php/bin:/opt/bitnami/php/sbin:$PATH"
|
||||
|
||||
EXPOSE 9000
|
||||
|
|
|
|||
|
|
@ -38,9 +38,9 @@ $ docker-compose up -d
|
|||
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.1`, `8.1-debian-10`, `8.1.3`, `8.1.3-debian-10-r21` (8.1/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-php-fpm/blob/8.1.3-debian-10-r21/8.1/debian-10/Dockerfile)
|
||||
* [`8.1`, `8.1-debian-10`, `8.1.3`, `8.1.3-debian-10-r22`, `latest` (8.1/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-php-fpm/blob/8.1.3-debian-10-r22/8.1/debian-10/Dockerfile)
|
||||
* [`8.0`, `8.0-debian-10`, `8.0.16`, `8.0.16-debian-10-r20` (8.0/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-php-fpm/blob/8.0.16-debian-10-r20/8.0/debian-10/Dockerfile)
|
||||
* [`7.4`, `7.4-debian-10`, `7.4.28`, `7.4.28-debian-10-r20`, `latest` (7.4/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-php-fpm/blob/7.4.28-debian-10-r20/7.4/debian-10/Dockerfile)
|
||||
* [`7.4`, `7.4-debian-10`, `7.4.28`, `7.4.28-debian-10-r20` (7.4/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-php-fpm/blob/7.4.28-debian-10-r20/7.4/debian-10/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/php-fpm GitHub repo](https://github.com/bitnami/bitnami-docker-php-fpm).
|
||||
|
||||
|
|
@ -73,7 +73,7 @@ $ docker pull bitnami/php-fpm:[TAG]
|
|||
If you wish, you can also build the image yourself.
|
||||
|
||||
```console
|
||||
$ docker build -t bitnami/php-fpm 'https://github.com/bitnami/bitnami-docker-php-fpm.git#master:7.4/debian-10'
|
||||
$ docker build -t bitnami/php-fpm 'https://github.com/bitnami/bitnami-docker-php-fpm.git#master:8.1/debian-10'
|
||||
```
|
||||
|
||||
## Connecting to other containers
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@ version: '2'
|
|||
services:
|
||||
php:
|
||||
tty: true # Enables debugging capabilities when attached to this container.
|
||||
image: docker.io/bitnami/php-fpm:7.4
|
||||
image: docker.io/bitnami/php-fpm:8.1
|
||||
ports:
|
||||
- 9000:9000
|
||||
volumes:
|
||||
|
|
|
|||
Loading…
Reference in New Issue