Skip to content

Commit

Permalink
Run update.sh
Browse files Browse the repository at this point in the history
docker-library-bot committed Jul 23, 2021
1 parent cfbb3be commit 41d412f
Showing 5 changed files with 11 additions and 5 deletions.
6 changes: 3 additions & 3 deletions consul/README.md
Original file line number Diff line number Diff line change
@@ -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.)

2 changes: 2 additions & 0 deletions drupal/README.md
Original file line number Diff line number Diff line change
@@ -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.
4 changes: 2 additions & 2 deletions ghost/README.md
Original file line number Diff line number Diff line change
@@ -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)

2 changes: 2 additions & 0 deletions php/README.md
Original file line number Diff line number Diff line change
@@ -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:<version>-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.
2 changes: 2 additions & 0 deletions wordpress/README.md
Original file line number Diff line number Diff line change
@@ -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).

0 comments on commit 41d412f

Please sign in to comment.