mirror of
https://github.com/bitnami/containers.git
synced 2026-03-16 06:49:12 +08:00
4.1.0-debian-10-r17 release
This commit is contained in:
@@ -29,7 +29,7 @@ RUN /opt/bitnami/scripts/mysql-client/postunpack.sh
|
||||
ENV APACHE_HTTPS_PORT_NUMBER="" \
|
||||
APACHE_HTTP_PORT_NUMBER="" \
|
||||
BITNAMI_APP_NAME="joomla" \
|
||||
BITNAMI_IMAGE_VERSION="4.1.0-debian-10-r16" \
|
||||
BITNAMI_IMAGE_VERSION="4.1.0-debian-10-r17" \
|
||||
PATH="/opt/bitnami/php/bin:/opt/bitnami/php/sbin:/opt/bitnami/apache/bin:/opt/bitnami/mysql/bin:/opt/bitnami/common/bin:$PATH"
|
||||
|
||||
EXPOSE 8080 8443
|
||||
|
||||
@@ -45,8 +45,8 @@ Non-root container images add an extra layer of security and are generally recom
|
||||
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/).
|
||||
|
||||
|
||||
* [`4`, `4-debian-10`, `4.1.0`, `4.1.0-debian-10-r16` (4/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-joomla/blob/4.1.0-debian-10-r16/4/debian-10/Dockerfile)
|
||||
* [`3`, `3-debian-10`, `3.10.6`, `3.10.6-debian-10-r17`, `latest` (3/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-joomla/blob/3.10.6-debian-10-r17/3/debian-10/Dockerfile)
|
||||
* [`4`, `4-debian-10`, `4.1.0`, `4.1.0-debian-10-r17`, `latest` (4/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-joomla/blob/4.1.0-debian-10-r17/4/debian-10/Dockerfile)
|
||||
* [`3`, `3-debian-10`, `3.10.6`, `3.10.6-debian-10-r17` (3/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-joomla/blob/3.10.6-debian-10-r17/3/debian-10/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/joomla GitHub repo](https://github.com/bitnami/bitnami-docker-joomla).
|
||||
|
||||
@@ -67,7 +67,7 @@ $ docker pull bitnami/joomla:[TAG]
|
||||
If you wish, you can also build the image yourself.
|
||||
|
||||
```console
|
||||
$ docker build -t bitnami/joomla:latest 'https://github.com/bitnami/bitnami-docker-joomla.git#master:3/debian-10'
|
||||
$ docker build -t bitnami/joomla:latest 'https://github.com/bitnami/bitnami-docker-joomla.git#master:4/debian-10'
|
||||
```
|
||||
|
||||
### How to use this image
|
||||
|
||||
@@ -10,7 +10,7 @@ services:
|
||||
volumes:
|
||||
- 'mariadb_data:/bitnami/mariadb'
|
||||
joomla:
|
||||
image: docker.io/bitnami/joomla:3
|
||||
image: docker.io/bitnami/joomla:4
|
||||
ports:
|
||||
- '80:8080'
|
||||
- '443:8443'
|
||||
|
||||
Reference in New Issue
Block a user