Browse Source

Run update.sh

Docker Library Bot 10 năm trước cách đây
mục cha
commit
10b59eac48
3 tập tin đã thay đổi với 7 bổ sung8 xóa
  1. 1 1
      haproxy/README.md
  2. 5 6
      postgres/README.md
  3. 1 1
      sentry/README.md

+ 1 - 1
haproxy/README.md

@@ -21,7 +21,7 @@ Please refer to [upstream's excellent (and comprehensive) documentation](https:/
 
 It is also worth checking out the [`examples/` directory from upstream](http://www.haproxy.org/git?p=haproxy-1.5.git;a=tree;f=examples).
 
-**Note: Do not configure haproxy to run in daemon mode or the docker container will exit immediately after launching.**
+Note: Many configuration examples propose to put `daemon` into the `global` section to run haproxy as daemon. Do **not** configure this or the Docker container will exit immediately after launching because the haproxy process would go into the background.
 
 ## Create a `Dockerfile`
 

+ 5 - 6
postgres/README.md

@@ -1,11 +1,10 @@
 # Supported tags and respective `Dockerfile` links
 
--	[`8.4.22`, `8.4`, `8` (*8.4/Dockerfile*)](https://github.com/docker-library/postgres/blob/77438cd8e1c2b780b4f859c5efd904ae3c6c508a/8.4/Dockerfile)
--	[`9.0.20`, `9.0` (*9.0/Dockerfile*)](https://github.com/docker-library/postgres/blob/904b4637237bf17657674bafe3ca42d241e3e745/9.0/Dockerfile)
--	[`9.1.16`, `9.1` (*9.1/Dockerfile*)](https://github.com/docker-library/postgres/blob/904b4637237bf17657674bafe3ca42d241e3e745/9.1/Dockerfile)
--	[`9.2.11`, `9.2` (*9.2/Dockerfile*)](https://github.com/docker-library/postgres/blob/4b132fa76a50598aa422f9cf5b5b52d9d4fc5802/9.2/Dockerfile)
--	[`9.3.7`, `9.3` (*9.3/Dockerfile*)](https://github.com/docker-library/postgres/blob/4b132fa76a50598aa422f9cf5b5b52d9d4fc5802/9.3/Dockerfile)
--	[`9.4.2`, `9.4`, `9`, `latest` (*9.4/Dockerfile*)](https://github.com/docker-library/postgres/blob/4b132fa76a50598aa422f9cf5b5b52d9d4fc5802/9.4/Dockerfile)
+-	[`9.0.21`, `9.0` (*9.0/Dockerfile*)](https://github.com/docker-library/postgres/blob/a6d4922823aa8011513bb9c160c26c689301823a/9.0/Dockerfile)
+-	[`9.1.17`, `9.1` (*9.1/Dockerfile*)](https://github.com/docker-library/postgres/blob/a6d4922823aa8011513bb9c160c26c689301823a/9.1/Dockerfile)
+-	[`9.2.12`, `9.2` (*9.2/Dockerfile*)](https://github.com/docker-library/postgres/blob/a6d4922823aa8011513bb9c160c26c689301823a/9.2/Dockerfile)
+-	[`9.3.8`, `9.3` (*9.3/Dockerfile*)](https://github.com/docker-library/postgres/blob/a6d4922823aa8011513bb9c160c26c689301823a/9.3/Dockerfile)
+-	[`9.4.3`, `9.4`, `9`, `latest` (*9.4/Dockerfile*)](https://github.com/docker-library/postgres/blob/a6d4922823aa8011513bb9c160c26c689301823a/9.4/Dockerfile)
 
 For more information about this image and its history, please see the [relevant manifest file (`library/postgres`)](https://github.com/docker-library/official-images/blob/master/library/postgres) in the [`docker-library/official-images` GitHub repo](https://github.com/docker-library/official-images).
 

+ 1 - 1
sentry/README.md

@@ -1,6 +1,6 @@
 # Supported tags and respective `Dockerfile` links
 
--	[`7.5.3`, `7.5`, `7`, `latest` (*Dockerfile*)](https://github.com/docker-library/sentry/blob/64fdd27c9aaf27da23cd89a2bca73b523594f1f8/Dockerfile)
+-	[`7.5.4`, `7.5`, `7`, `latest` (*Dockerfile*)](https://github.com/docker-library/sentry/blob/db33d550ffe0a50f33cd0085653d971f77456b95/Dockerfile)
 
 For more information about this image and its history, please see the [relevant manifest file (`library/sentry`)](https://github.com/docker-library/official-images/blob/master/library/sentry) in the [`docker-library/official-images` GitHub repo](https://github.com/docker-library/official-images).