Run update.sh
This commit is contained in:
parent
ba348c8a48
commit
110cacf214
|
|
@ -16,15 +16,15 @@ WARNING:
|
||||||
|
|
||||||
# Supported tags and respective `Dockerfile` links
|
# Supported tags and respective `Dockerfile` links
|
||||||
|
|
||||||
- [`8.8.0-apache`, `8.8-apache`, `8-apache`, `apache`, `8.8.0`, `8.8`, `8`, `latest`](https://github.com/docker-library/drupal/blob/b6cc96948b301411b49828ebe01e969076aacbf4/8.8/apache/Dockerfile)
|
- [`8.8.1-apache`, `8.8-apache`, `8-apache`, `apache`, `8.8.1`, `8.8`, `8`, `latest`](https://github.com/docker-library/drupal/blob/aa0832cb02509999c0de49100e3f7661d8fe2672/8.8/apache/Dockerfile)
|
||||||
- [`8.8.0-fpm`, `8.8-fpm`, `8-fpm`, `fpm`](https://github.com/docker-library/drupal/blob/b6cc96948b301411b49828ebe01e969076aacbf4/8.8/fpm/Dockerfile)
|
- [`8.8.1-fpm`, `8.8-fpm`, `8-fpm`, `fpm`](https://github.com/docker-library/drupal/blob/aa0832cb02509999c0de49100e3f7661d8fe2672/8.8/fpm/Dockerfile)
|
||||||
- [`8.8.0-fpm-alpine`, `8.8-fpm-alpine`, `8-fpm-alpine`, `fpm-alpine`](https://github.com/docker-library/drupal/blob/b6cc96948b301411b49828ebe01e969076aacbf4/8.8/fpm-alpine/Dockerfile)
|
- [`8.8.1-fpm-alpine`, `8.8-fpm-alpine`, `8-fpm-alpine`, `fpm-alpine`](https://github.com/docker-library/drupal/blob/aa0832cb02509999c0de49100e3f7661d8fe2672/8.8/fpm-alpine/Dockerfile)
|
||||||
- [`8.7.10-apache`, `8.7-apache`, `8.7.10`, `8.7`](https://github.com/docker-library/drupal/blob/67a73208bb915899afb9e7b2a7080c8d783faa7c/8.7/apache/Dockerfile)
|
- [`8.7.11-apache`, `8.7-apache`, `8.7.11`, `8.7`](https://github.com/docker-library/drupal/blob/6a99936a0870ae9d95d9e6070d1ffe7eb0e1f406/8.7/apache/Dockerfile)
|
||||||
- [`8.7.10-fpm`, `8.7-fpm`](https://github.com/docker-library/drupal/blob/67a73208bb915899afb9e7b2a7080c8d783faa7c/8.7/fpm/Dockerfile)
|
- [`8.7.11-fpm`, `8.7-fpm`](https://github.com/docker-library/drupal/blob/6a99936a0870ae9d95d9e6070d1ffe7eb0e1f406/8.7/fpm/Dockerfile)
|
||||||
- [`8.7.10-fpm-alpine`, `8.7-fpm-alpine`](https://github.com/docker-library/drupal/blob/67a73208bb915899afb9e7b2a7080c8d783faa7c/8.7/fpm-alpine/Dockerfile)
|
- [`8.7.11-fpm-alpine`, `8.7-fpm-alpine`](https://github.com/docker-library/drupal/blob/6a99936a0870ae9d95d9e6070d1ffe7eb0e1f406/8.7/fpm-alpine/Dockerfile)
|
||||||
- [`7.68-apache`, `7-apache`, `7.68`, `7`](https://github.com/docker-library/drupal/blob/588f5c5d5f03919b6add9beb38503ae9733f748f/7/apache/Dockerfile)
|
- [`7.69-apache`, `7-apache`, `7.69`, `7`](https://github.com/docker-library/drupal/blob/045b0f25b96b1fe0e660b736d28ef385253a32e7/7/apache/Dockerfile)
|
||||||
- [`7.68-fpm`, `7-fpm`](https://github.com/docker-library/drupal/blob/588f5c5d5f03919b6add9beb38503ae9733f748f/7/fpm/Dockerfile)
|
- [`7.69-fpm`, `7-fpm`](https://github.com/docker-library/drupal/blob/045b0f25b96b1fe0e660b736d28ef385253a32e7/7/fpm/Dockerfile)
|
||||||
- [`7.68-fpm-alpine`, `7-fpm-alpine`](https://github.com/docker-library/drupal/blob/588f5c5d5f03919b6add9beb38503ae9733f748f/7/fpm-alpine/Dockerfile)
|
- [`7.69-fpm-alpine`, `7-fpm-alpine`](https://github.com/docker-library/drupal/blob/045b0f25b96b1fe0e660b736d28ef385253a32e7/7/fpm-alpine/Dockerfile)
|
||||||
|
|
||||||
# Quick reference
|
# Quick reference
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -68,7 +68,7 @@ For Elasticsearch versions prior to 6.4.0 a full list of images, tags, and docum
|
||||||
|
|
||||||
For full Elasticsearch documentation see [here](https://www.elastic.co/guide/en/elasticsearch/reference/index.html).
|
For full Elasticsearch documentation see [here](https://www.elastic.co/guide/en/elasticsearch/reference/index.html).
|
||||||
|
|
||||||
**The commands below are intended for deploying in a development context only. For production installation and configuration, see [Install Elasticsearch with Docker](https://www.elastic.co/guide/en/elasticsearch/reference/6.4/docker.html).**
|
**The commands below are intended for deploying in a development context only. For production installation and configuration, see [Install Elasticsearch with Docker](https://www.elastic.co/guide/en/elasticsearch/reference/7.5/docker.html).**
|
||||||
|
|
||||||
## Running in Development Mode
|
## Running in Development Mode
|
||||||
|
|
||||||
|
|
@ -86,7 +86,7 @@ $ docker run -d --name elasticsearch --net somenetwork -p 9200:9200 -p 9300:9300
|
||||||
|
|
||||||
## Running in Production Mode
|
## Running in Production Mode
|
||||||
|
|
||||||
See [Install Elasticsearch with Docker](https://www.elastic.co/guide/en/elasticsearch/reference/6.x/docker.html)
|
See [Install Elasticsearch with Docker](https://www.elastic.co/guide/en/elasticsearch/reference/7.5/docker.html)
|
||||||
|
|
||||||
# License
|
# License
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -65,7 +65,7 @@ WARNING:
|
||||||
|
|
||||||
# What is TomEE?
|
# What is TomEE?
|
||||||
|
|
||||||
Apache TomEE, pronounced "Tommy", is an all-Apache Java EE Web Profile certified stack where Apache Tomcat is top dog. Apache TomEE is assembled from a vanilla Apache Tomcat zip file. We start with Apache Tomcat, add our jars and zip up the rest. The result is Tomcat with added EE features - TomEE.
|
[Apache TomEE](http://tomee.apache.org/), pronounced "Tommy", is an all-Apache Java EE Web Profile certified stack where Apache Tomcat is top dog. Apache TomEE is assembled from a vanilla Apache Tomcat zip file. We start with Apache Tomcat, add our jars and zip up the rest. The result is Tomcat with added EE features - TomEE.
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
|
@ -86,8 +86,8 @@ All of Tomitribe developers are committers of TomEE and are influencers of the p
|
||||||
|
|
||||||
Below are some press releases that might be helpful:
|
Below are some press releases that might be helpful:
|
||||||
|
|
||||||
- Tomitribe Announces Enterprise Service Support for Apache TomEE http://www.tomitribe.com/company/press/tomitribe_enterprise_service_support_for_apache_tomee_javaone_2013/
|
- Tomitribe Announces [Enterprise Service Support for Apache TomEE](http://www.tomitribe.com/company/press/tomitribe_enterprise_service_support_for_apache_tomee_javaone_2013/)
|
||||||
- Tomitribe Introduces Community Partnership Program Conference http://www.tomitribe.com/company/press/tomitribe-introduces-community-partnership-program-and-presents-java-ee-sessions-at-javaone-2014-conference/
|
- Tomitribe Introduces [Community Partnership Program Conference](http://www.tomitribe.com/company/press/tomitribe-introduces-community-partnership-program-and-presents-java-ee-sessions-at-javaone-2014-conference/)
|
||||||
|
|
||||||
# Apache TomEE and ManageCat
|
# Apache TomEE and ManageCat
|
||||||
|
|
||||||
|
|
@ -95,7 +95,7 @@ Another commercial support company provides enterprise support for Apache TomEE
|
||||||
|
|
||||||
ManageCat is a cloud management and service platform for Apache Tomcat and Apache TomEE servers. Involving with a lot of Apache Java EE projects, we want to transfer not only our knowledge about Apache TomEE and also other Java EE technologies including JPA, EJB, CDI, JSF, JSTL, JTA, JMS. We will help our customers to develop and deploy their production based Java EE applications smoothly.
|
ManageCat is a cloud management and service platform for Apache Tomcat and Apache TomEE servers. Involving with a lot of Apache Java EE projects, we want to transfer not only our knowledge about Apache TomEE and also other Java EE technologies including JPA, EJB, CDI, JSF, JSTL, JTA, JMS. We will help our customers to develop and deploy their production based Java EE applications smoothly.
|
||||||
|
|
||||||
- ManageCat Announces Enterprise Service Support for Apache Tomcat and TomEE, http://managecat.com/index.php/enterprise-tomcat-support
|
- ManageCat Announces [Enterprise Service Support for Apache Tomcat and TomEE](http://managecat.com/index.php/enterprise-tomcat-support)
|
||||||
|
|
||||||
# How to use this image.
|
# How to use this image.
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -54,7 +54,7 @@ Ubuntu is a Debian-based Linux operating system that runs from the desktop to th
|
||||||
|
|
||||||
Development of Ubuntu is led by Canonical Ltd. Canonical generates revenue through the sale of technical support and other services related to Ubuntu. The Ubuntu project is publicly committed to the principles of open-source software development; people are encouraged to use free software, study how it works, improve upon it, and distribute it.
|
Development of Ubuntu is led by Canonical Ltd. Canonical generates revenue through the sale of technical support and other services related to Ubuntu. The Ubuntu project is publicly committed to the principles of open-source software development; people are encouraged to use free software, study how it works, improve upon it, and distribute it.
|
||||||
|
|
||||||
> [wikipedia.org/wiki/Ubuntu_(operating_system)](https://en.wikipedia.org/wiki/Ubuntu_%28operating_system%29)
|
> [wikipedia.org/wiki/Ubuntu](https://en.wikipedia.org/wiki/Ubuntu)
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -96,7 +96,7 @@ $ docker run --name some-wordpress -e WORDPRESS_DB_HOST=10.1.2.3:3306 \
|
||||||
-e WORDPRESS_DB_USER=... -e WORDPRESS_DB_PASSWORD=... -d wordpress
|
-e WORDPRESS_DB_USER=... -e WORDPRESS_DB_PASSWORD=... -d wordpress
|
||||||
```
|
```
|
||||||
|
|
||||||
When running WordPress with TLS behind a reverse proxy such as NGINX which is responsible for doing TLS termination, be sure to set `X-Forwarded-Proto` appropriately (see ["Using a Reverse Proxy" in "Administration Over SSL" in upstream's documentation](https://codex.wordpress.org/Administration_Over_SSL#Using_a_Reverse_Proxy)). No additional environment variables or configuration should be necessary (this image automatically adds the noted `HTTP_X_FORWARDED_PROTO` code to `wp-config.php` if *any* of the above-noted environment variables are specified).
|
When running WordPress with TLS behind a reverse proxy such as NGINX which is responsible for doing TLS termination, be sure to set `X-Forwarded-Proto` appropriately (see ["Using a Reverse Proxy" in "Administration Over SSL" in upstream's documentation](https://wordpress.org/support/article/administration-over-ssl/#using-a-reverse-proxy)). No additional environment variables or configuration should be necessary (this image automatically adds the noted `HTTP_X_FORWARDED_PROTO` code to `wp-config.php` if *any* of the above-noted environment variables are specified).
|
||||||
|
|
||||||
If your database requires SSL, [WordPress ticket #28625](https://core.trac.wordpress.org/ticket/28625) has the relevant details regarding support for that with WordPress upstream. As a workaround, [the "Secure DB Connection" plugin](https://wordpress.org/plugins/secure-db-connection/) can be extracted into the WordPress directory and the appropriate values described in the configuration of that plugin added in `wp-config.php`.
|
If your database requires SSL, [WordPress ticket #28625](https://core.trac.wordpress.org/ticket/28625) has the relevant details regarding support for that with WordPress upstream. As a workaround, [the "Secure DB Connection" plugin](https://wordpress.org/plugins/secure-db-connection/) can be extracted into the WordPress directory and the appropriate values described in the configuration of that plugin added in `wp-config.php`.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue