Run update.sh
This commit is contained in:
parent
38736a40d6
commit
7d03e2198f
|
|
@ -35,6 +35,10 @@ Drupal is a free and open-source content-management framework written in PHP and
|
|||
|
||||

|
||||
|
||||
# Who maintains this
|
||||
|
||||
This image is not maintained by the Drupal community or the Drupal Security Team. This image is maintained by the docker community.
|
||||
|
||||
# How to use this image
|
||||
|
||||
The basic pattern for starting a `drupal` instance is:
|
||||
|
|
|
|||
|
|
@ -16,10 +16,10 @@ WARNING:
|
|||
|
||||
# Supported tags and respective `Dockerfile` links
|
||||
|
||||
- [`8`, `8.4`, `8.4.4`, `8-mysql-tomcat`, `mysql-tomcat`, `lts-mysql-tomcat`, `lts-mysql`, `lts`, `latest` (*8/mysql-tomcat/Dockerfile*)](https://github.com/xwiki-contrib/docker-xwiki/blob/478f413940c46b325ad8d2b99e430273966b3981/8/mysql-tomcat/Dockerfile)
|
||||
- [`9`, `9.0`, `9-mysql-tomcat`, `stable-mysql-tomcat`, `stable-mysql`, `stable` (*9/mysql-tomcat/Dockerfile*)](https://github.com/xwiki-contrib/docker-xwiki/blob/478f413940c46b325ad8d2b99e430273966b3981/9/mysql-tomcat/Dockerfile)
|
||||
- [`8-postgres-tomcat`, `8.4-postgres-tomcat`, `8.4.4-postgres-tomcat`, `postgres-tomcat`, `lts-postgres-tomcat`, `lts-postgres` (*8/postgres-tomcat/Dockerfile*)](https://github.com/xwiki-contrib/docker-xwiki/blob/478f413940c46b325ad8d2b99e430273966b3981/8/postgres-tomcat/Dockerfile)
|
||||
- [`9-postgres-tomcat`, `9.1-postgres-tomcat`, `stable-postgres-tomcat`, `stable-postgres` (*9/postgres-tomcat/Dockerfile*)](https://github.com/xwiki-contrib/docker-xwiki/blob/478f413940c46b325ad8d2b99e430273966b3981/9/postgres-tomcat/Dockerfile)
|
||||
- [`8`, `8.4`, `8.4.4`, `8-mysql-tomcat`, `mysql-tomcat`, `lts-mysql-tomcat`, `lts-mysql`, `lts`, `latest` (*8/mysql-tomcat/Dockerfile*)](https://github.com/xwiki-contrib/docker-xwiki/blob/81b84561fa7fc1fdd661afbbfa246c1f120770a6/8/mysql-tomcat/Dockerfile)
|
||||
- [`9`, `9.2`, `9-mysql-tomcat`, `stable-mysql-tomcat`, `stable-mysql`, `stable` (*9/mysql-tomcat/Dockerfile*)](https://github.com/xwiki-contrib/docker-xwiki/blob/81b84561fa7fc1fdd661afbbfa246c1f120770a6/9/mysql-tomcat/Dockerfile)
|
||||
- [`8-postgres-tomcat`, `8.4-postgres-tomcat`, `8.4.4-postgres-tomcat`, `postgres-tomcat`, `lts-postgres-tomcat`, `lts-postgres` (*8/postgres-tomcat/Dockerfile*)](https://github.com/xwiki-contrib/docker-xwiki/blob/81b84561fa7fc1fdd661afbbfa246c1f120770a6/8/postgres-tomcat/Dockerfile)
|
||||
- [`9-postgres-tomcat`, `9.2-postgres-tomcat`, `stable-postgres-tomcat`, `stable-postgres` (*9/postgres-tomcat/Dockerfile*)](https://github.com/xwiki-contrib/docker-xwiki/blob/81b84561fa7fc1fdd661afbbfa246c1f120770a6/9/postgres-tomcat/Dockerfile)
|
||||
|
||||
For detailed information about the published artifacts of each of the above supported tags (image metadata, transfer size, etc), please see [the `repos/xwiki` directory](https://github.com/docker-library/repo-info/blob/master/repos/xwiki) in [the `docker-library/repo-info` GitHub repo](https://github.com/docker-library/repo-info).
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue