diff --git a/consul/README.md b/consul/README.md index e28973985..d07de4b4c 100644 --- a/consul/README.md +++ b/consul/README.md @@ -24,9 +24,9 @@ WARNING: # Supported tags and respective `Dockerfile` links -- [`1.10.0`, `1.10`, `latest`](https://github.com/hashicorp/docker-consul/blob/75971b9b493d8ad1ed2a7d8892a1dace2b54f848/0.X/Dockerfile) -- [`1.9.7`, `1.9`](https://github.com/hashicorp/docker-consul/blob/50cd4070084984b3237104bd9494ae45809fd475/0.X/Dockerfile) -- [`1.8.13`, `1.8`](https://github.com/hashicorp/docker-consul/blob/8e034a419d073ddb09175efcff2d720f7a7bdcec/0.X/Dockerfile) +- [`1.10.1`, `1.10`, `latest`](https://github.com/hashicorp/docker-consul/blob/e6a85ad35e9b2a831cc74d16f8ee1fd23c68609e/0.X/Dockerfile) +- [`1.9.8`, `1.9`](https://github.com/hashicorp/docker-consul/blob/6f5620b6d6bc438a044434de1561b58e3ae647cb/0.X/Dockerfile) +- [`1.8.14`, `1.8`](https://github.com/hashicorp/docker-consul/blob/9f3346247f3b035d50be51d7605c3dddb7a56a04/0.X/Dockerfile) # Quick reference (cont.) diff --git a/drupal/README.md b/drupal/README.md index 60fd1e60f..50756f6c4 100644 --- a/drupal/README.md +++ b/drupal/README.md @@ -249,6 +249,8 @@ Some potentially helpful resources: - [Stack Overflow discussion](https://stackoverflow.com/q/29905953/433558) - [Apache httpd Wiki example](https://wiki.apache.org/httpd/PHPFPMWordpress) +**WARNING:** the FastCGI protocol is inherently trusting, and thus *extremely* insecure to expose outside of a private container network -- unless you know *exactly* what you are doing (and are willing to accept the extreme risk), do not use Docker's `--publish` (`-p`) flag with this image variant. + # License View [license information](https://www.drupal.org/licensing/faq) for the software contained in this image. diff --git a/ghost/README.md b/ghost/README.md index 22478be70..6a3c552d1 100644 --- a/ghost/README.md +++ b/ghost/README.md @@ -24,8 +24,8 @@ WARNING: # Supported tags and respective `Dockerfile` links -- [`4.10.0`, `4.10`, `4`, `latest`](https://github.com/docker-library/ghost/blob/1ac363f05b25003bdc724865128e65ca8e637865/4/debian/Dockerfile) -- [`4.10.0-alpine`, `4.10-alpine`, `4-alpine`, `alpine`](https://github.com/docker-library/ghost/blob/1ac363f05b25003bdc724865128e65ca8e637865/4/alpine/Dockerfile) +- [`4.10.1`, `4.10`, `4`, `latest`](https://github.com/docker-library/ghost/blob/d7b4ff3cc362b94902259b50a5e61f76c43c7b74/4/debian/Dockerfile) +- [`4.10.1-alpine`, `4.10-alpine`, `4-alpine`, `alpine`](https://github.com/docker-library/ghost/blob/d7b4ff3cc362b94902259b50a5e61f76c43c7b74/4/alpine/Dockerfile) - [`3.42.5`, `3.42`, `3`](https://github.com/docker-library/ghost/blob/5f8c4895e23dc9ee4281aea85ee7f1093a4fbf0c/3/debian/Dockerfile) - [`3.42.5-alpine`, `3.42-alpine`, `3-alpine`](https://github.com/docker-library/ghost/blob/5f8c4895e23dc9ee4281aea85ee7f1093a4fbf0c/3/alpine/Dockerfile) diff --git a/php/README.md b/php/README.md index 34a9b50ba..f36a596b4 100644 --- a/php/README.md +++ b/php/README.md @@ -326,6 +326,8 @@ Some potentially helpful resources: - [Stack Overflow discussion](https://stackoverflow.com/q/29905953/433558) - [Apache httpd Wiki example](https://wiki.apache.org/httpd/PHPFPMWordpress) +**WARNING:** the FastCGI protocol is inherently trusting, and thus *extremely* insecure to expose outside of a private container network -- unless you know *exactly* what you are doing (and are willing to accept the extreme risk), do not use Docker's `--publish` (`-p`) flag with this image variant. + ## `php:-alpine` This image is based on the popular [Alpine Linux project](https://alpinelinux.org), available in [the `alpine` official image](https://hub.docker.com/_/alpine). Alpine Linux is much smaller than most distribution base images (~5MB), and thus leads to much slimmer images in general. diff --git a/wordpress/README.md b/wordpress/README.md index d53f67e46..948176b4e 100644 --- a/wordpress/README.md +++ b/wordpress/README.md @@ -205,6 +205,8 @@ Some potentially helpful resources: - [Stack Overflow discussion](https://stackoverflow.com/q/29905953/433558) - [Apache httpd Wiki example](https://wiki.apache.org/httpd/PHPFPMWordpress) +**WARNING:** the FastCGI protocol is inherently trusting, and thus *extremely* insecure to expose outside of a private container network -- unless you know *exactly* what you are doing (and are willing to accept the extreme risk), do not use Docker's `--publish` (`-p`) flag with this image variant. + ## `wordpress:cli` This image variant does not contain WordPress itself, but instead contains [WP-CLI](https://wp-cli.org).