Selaa lähdekoodia

Run update.sh

Docker Library Bot 4 vuotta sitten
vanhempi
sitoutus
28a944eab6
2 muutettua tiedostoa jossa 23 lisäystä ja 15 poistoa
  1. 5 2
      memcached/README.md
  2. 18 13
      postgres/README.md

+ 5 - 2
memcached/README.md

@@ -24,8 +24,9 @@ WARNING:
 
 # Supported tags and respective `Dockerfile` links
 
--	[`1.6.9`, `1.6`, `1`, `latest`](https://github.com/docker-library/memcached/blob/e67da60d356bf67cf1f822c563dd522c19d48deb/debian/Dockerfile)
--	[`1.6.9-alpine`, `1.6-alpine`, `1-alpine`, `alpine`](https://github.com/docker-library/memcached/blob/c6f3bd1e98c2455fbc62880936e0feb32792a88e/alpine/Dockerfile)
+-	[`1.6.9`, `1.6`, `1`, `latest`, `1.6.9-buster`, `1.6-buster`, `1-buster`, `buster`](https://github.com/docker-library/memcached/blob/e67da60d356bf67cf1f822c563dd522c19d48deb/debian/Dockerfile)
+-	[`1.6.9-alpine`, `1.6-alpine`, `1-alpine`, `alpine`, `1.6.9-alpine3.14`, `1.6-alpine3.14`, `1-alpine3.14`, `alpine3.14`](https://github.com/docker-library/memcached/blob/c6f3bd1e98c2455fbc62880936e0feb32792a88e/alpine/Dockerfile)
+-	[`1.6.9-alpine3.13`, `1.6-alpine3.13`, `1-alpine3.13`, `alpine3.13`](https://github.com/docker-library/memcached/blob/2f06a1eacb5ca1bbdcc1a1b57334897e04d7a270/alpine/Dockerfile)
 
 # Quick reference (cont.)
 
@@ -78,6 +79,8 @@ The `memcached` images come in many flavors, each designed for a specific use ca
 
 This is the defacto image. If you are unsure about what your needs are, you probably want to use this one. It is designed to be used both as a throw away container (mount your source code and start the container to start your app), as well as the base to build other images off of.
 
+Some of these tags may have names like buster in them. These are the suite code names for releases of [Debian](https://wiki.debian.org/DebianReleases) and indicate which release the image is based on. If your image needs to install any additional packages beyond what comes with the image, you'll likely want to specify one of these explicitly to minimize breakage when there are new releases of Debian.
+
 ## `memcached:<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.

+ 18 - 13
postgres/README.md

@@ -24,19 +24,24 @@ WARNING:
 
 # Supported tags and respective `Dockerfile` links
 
--	[`13.3`, `13`, `latest`, `13.3-buster`, `13-buster`, `buster`](https://github.com/docker-library/postgres/blob/517c64f87e6661366b415df3f2273c76cea428b0/13/buster/Dockerfile)
--	[`13.3-alpine`, `13-alpine`, `alpine`](https://github.com/docker-library/postgres/blob/517c64f87e6661366b415df3f2273c76cea428b0/13/alpine/Dockerfile)
--	[`12.7`, `12`, `12.7-buster`, `12-buster`](https://github.com/docker-library/postgres/blob/517c64f87e6661366b415df3f2273c76cea428b0/12/buster/Dockerfile)
--	[`12.7-alpine`, `12-alpine`](https://github.com/docker-library/postgres/blob/517c64f87e6661366b415df3f2273c76cea428b0/12/alpine/Dockerfile)
--	[`11.12-buster`, `11-buster`](https://github.com/docker-library/postgres/blob/517c64f87e6661366b415df3f2273c76cea428b0/11/buster/Dockerfile)
--	[`11.12`, `11`, `11.12-stretch`, `11-stretch`](https://github.com/docker-library/postgres/blob/517c64f87e6661366b415df3f2273c76cea428b0/11/stretch/Dockerfile)
--	[`11.12-alpine`, `11-alpine`](https://github.com/docker-library/postgres/blob/517c64f87e6661366b415df3f2273c76cea428b0/11/alpine/Dockerfile)
--	[`10.17-buster`, `10-buster`](https://github.com/docker-library/postgres/blob/517c64f87e6661366b415df3f2273c76cea428b0/10/buster/Dockerfile)
--	[`10.17`, `10`, `10.17-stretch`, `10-stretch`](https://github.com/docker-library/postgres/blob/517c64f87e6661366b415df3f2273c76cea428b0/10/stretch/Dockerfile)
--	[`10.17-alpine`, `10-alpine`](https://github.com/docker-library/postgres/blob/517c64f87e6661366b415df3f2273c76cea428b0/10/alpine/Dockerfile)
--	[`9.6.22-buster`, `9.6-buster`, `9-buster`](https://github.com/docker-library/postgres/blob/517c64f87e6661366b415df3f2273c76cea428b0/9.6/buster/Dockerfile)
--	[`9.6.22`, `9.6`, `9`, `9.6.22-stretch`, `9.6-stretch`, `9-stretch`](https://github.com/docker-library/postgres/blob/517c64f87e6661366b415df3f2273c76cea428b0/9.6/stretch/Dockerfile)
--	[`9.6.22-alpine`, `9.6-alpine`, `9-alpine`](https://github.com/docker-library/postgres/blob/517c64f87e6661366b415df3f2273c76cea428b0/9.6/alpine/Dockerfile)
+-	[`13.3`, `13`, `latest`, `13.3-buster`, `13-buster`, `buster`](https://github.com/docker-library/postgres/blob/5c0e796bb660f0ae42ae8bf084470f13417b8d63/13/buster/Dockerfile)
+-	[`13.3-alpine`, `13-alpine`, `alpine`, `13.3-alpine3.14`, `13-alpine3.14`, `alpine3.14`](https://github.com/docker-library/postgres/blob/517c64f87e6661366b415df3f2273c76cea428b0/13/alpine/Dockerfile)
+-	[`12.7`, `12`, `12.7-buster`, `12-buster`](https://github.com/docker-library/postgres/blob/5c0e796bb660f0ae42ae8bf084470f13417b8d63/12/buster/Dockerfile)
+-	[`12.7-alpine`, `12-alpine`, `12.7-alpine3.14`, `12-alpine3.14`](https://github.com/docker-library/postgres/blob/517c64f87e6661366b415df3f2273c76cea428b0/12/alpine/Dockerfile)
+-	[`11.12-buster`, `11-buster`](https://github.com/docker-library/postgres/blob/5c0e796bb660f0ae42ae8bf084470f13417b8d63/11/buster/Dockerfile)
+-	[`11.12`, `11`, `11.12-stretch`, `11-stretch`](https://github.com/docker-library/postgres/blob/5c0e796bb660f0ae42ae8bf084470f13417b8d63/11/stretch/Dockerfile)
+-	[`11.12-alpine`, `11-alpine`, `11.12-alpine3.14`, `11-alpine3.14`](https://github.com/docker-library/postgres/blob/517c64f87e6661366b415df3f2273c76cea428b0/11/alpine/Dockerfile)
+-	[`10.17-buster`, `10-buster`](https://github.com/docker-library/postgres/blob/5c0e796bb660f0ae42ae8bf084470f13417b8d63/10/buster/Dockerfile)
+-	[`10.17`, `10`, `10.17-stretch`, `10-stretch`](https://github.com/docker-library/postgres/blob/5c0e796bb660f0ae42ae8bf084470f13417b8d63/10/stretch/Dockerfile)
+-	[`10.17-alpine`, `10-alpine`, `10.17-alpine3.14`, `10-alpine3.14`](https://github.com/docker-library/postgres/blob/517c64f87e6661366b415df3f2273c76cea428b0/10/alpine/Dockerfile)
+-	[`9.6.22-buster`, `9.6-buster`, `9-buster`](https://github.com/docker-library/postgres/blob/5c0e796bb660f0ae42ae8bf084470f13417b8d63/9.6/buster/Dockerfile)
+-	[`9.6.22`, `9.6`, `9`, `9.6.22-stretch`, `9.6-stretch`, `9-stretch`](https://github.com/docker-library/postgres/blob/5c0e796bb660f0ae42ae8bf084470f13417b8d63/9.6/stretch/Dockerfile)
+-	[`9.6.22-alpine`, `9.6-alpine`, `9-alpine`, `9.6.22-alpine3.14`, `9.6-alpine3.14`, `9-alpine3.14`](https://github.com/docker-library/postgres/blob/517c64f87e6661366b415df3f2273c76cea428b0/9.6/alpine/Dockerfile)
+-	[`13.3-alpine3.13`, `13-alpine3.13`, `alpine3.13`](https://github.com/docker-library/postgres/blob/4a82bbde194ff4d32e90629b0a50b9398d374c12/13/alpine/Dockerfile)
+-	[`12.7-alpine3.13`, `12-alpine3.13`](https://github.com/docker-library/postgres/blob/4a82bbde194ff4d32e90629b0a50b9398d374c12/12/alpine/Dockerfile)
+-	[`11.12-alpine3.13`, `11-alpine3.13`](https://github.com/docker-library/postgres/blob/4a82bbde194ff4d32e90629b0a50b9398d374c12/11/alpine/Dockerfile)
+-	[`10.17-alpine3.13`, `10-alpine3.13`](https://github.com/docker-library/postgres/blob/4a82bbde194ff4d32e90629b0a50b9398d374c12/10/alpine/Dockerfile)
+-	[`9.6.22-alpine3.13`, `9.6-alpine3.13`, `9-alpine3.13`](https://github.com/docker-library/postgres/blob/4a82bbde194ff4d32e90629b0a50b9398d374c12/9.6/alpine/Dockerfile)
 
 # Quick reference (cont.)