Run update.sh

This commit is contained in:
Tianon Gravi 2015-03-20 10:49:28 -06:00
parent 28f069ad19
commit 90666a38ab
19 changed files with 50 additions and 48 deletions

View File

@ -2,13 +2,16 @@
- [`jessie-curl`, `curl` (*jessie/curl/Dockerfile*)](https://github.com/docker-library/buildpack-deps/blob/a0a59c61102e8b079d568db69368fb89421f75f2/jessie/curl/Dockerfile)
- [`jessie-scm`, `scm` (*jessie/scm/Dockerfile*)](https://github.com/docker-library/buildpack-deps/blob/a0a59c61102e8b079d568db69368fb89421f75f2/jessie/scm/Dockerfile)
- [`jessie`, `latest` (*jessie/Dockerfile*)](https://github.com/docker-library/buildpack-deps/blob/a0a59c61102e8b079d568db69368fb89421f75f2/jessie/Dockerfile)
- [`jessie`, `latest` (*jessie/Dockerfile*)](https://github.com/docker-library/buildpack-deps/blob/44070019e0c6c4f83461f2058d110cc418da09c4/jessie/Dockerfile)
- [`sid-curl` (*sid/curl/Dockerfile*)](https://github.com/docker-library/buildpack-deps/blob/a0a59c61102e8b079d568db69368fb89421f75f2/sid/curl/Dockerfile)
- [`sid-scm` (*sid/scm/Dockerfile*)](https://github.com/docker-library/buildpack-deps/blob/a0a59c61102e8b079d568db69368fb89421f75f2/sid/scm/Dockerfile)
- [`sid` (*sid/Dockerfile*)](https://github.com/docker-library/buildpack-deps/blob/a0a59c61102e8b079d568db69368fb89421f75f2/sid/Dockerfile)
- [`sid` (*sid/Dockerfile*)](https://github.com/docker-library/buildpack-deps/blob/44070019e0c6c4f83461f2058d110cc418da09c4/sid/Dockerfile)
- [`squeeze-curl` (*squeeze/curl/Dockerfile*)](https://github.com/docker-library/buildpack-deps/blob/f086230fb870874c39bd85f3ee65f86fd4ca8c97/squeeze/curl/Dockerfile)
- [`squeeze-scm` (*squeeze/scm/Dockerfile*)](https://github.com/docker-library/buildpack-deps/blob/f086230fb870874c39bd85f3ee65f86fd4ca8c97/squeeze/scm/Dockerfile)
- [`squeeze` (*squeeze/Dockerfile*)](https://github.com/docker-library/buildpack-deps/blob/f086230fb870874c39bd85f3ee65f86fd4ca8c97/squeeze/Dockerfile)
- [`wheezy-curl` (*wheezy/curl/Dockerfile*)](https://github.com/docker-library/buildpack-deps/blob/a0a59c61102e8b079d568db69368fb89421f75f2/wheezy/curl/Dockerfile)
- [`wheezy-scm` (*wheezy/scm/Dockerfile*)](https://github.com/docker-library/buildpack-deps/blob/a0a59c61102e8b079d568db69368fb89421f75f2/wheezy/scm/Dockerfile)
- [`wheezy` (*wheezy/Dockerfile*)](https://github.com/docker-library/buildpack-deps/blob/a0a59c61102e8b079d568db69368fb89421f75f2/wheezy/Dockerfile)
- [`wheezy` (*wheezy/Dockerfile*)](https://github.com/docker-library/buildpack-deps/blob/44070019e0c6c4f83461f2058d110cc418da09c4/wheezy/Dockerfile)
For more information about this image and its history, please see the [relevant manifest file (`library/buildpack-deps`)](https://github.com/docker-library/official-images/blob/master/library/buildpack-deps) in the [`docker-library/official-images` GitHub repo](https://github.com/docker-library/official-images).

4
debian/README.md vendored
View File

@ -4,10 +4,10 @@
- [`oldstable` (*oldstable/Dockerfile*)](https://github.com/tianon/docker-brew-debian/blob/d16e29274c9c0465dc240a6717c7bf7271ba0070/oldstable/Dockerfile)
- [`sid` (*sid/Dockerfile*)](https://github.com/tianon/docker-brew-debian/blob/d16e29274c9c0465dc240a6717c7bf7271ba0070/sid/Dockerfile)
- [`6.0.10`, `6.0`, `6`, `squeeze` (*squeeze/Dockerfile*)](https://github.com/tianon/docker-brew-debian/blob/d16e29274c9c0465dc240a6717c7bf7271ba0070/squeeze/Dockerfile)
- [`stable` (*stable/Dockerfile*)](https://github.com/tianon/docker-brew-debian/blob/d16e29274c9c0465dc240a6717c7bf7271ba0070/stable/Dockerfile)
- [`stable` (*stable/Dockerfile*)](https://github.com/tianon/docker-brew-debian/blob/3c79fa1610454b8971b2eeaa10bf84827133ad24/stable/Dockerfile)
- [`testing` (*testing/Dockerfile*)](https://github.com/tianon/docker-brew-debian/blob/d16e29274c9c0465dc240a6717c7bf7271ba0070/testing/Dockerfile)
- [`unstable` (*unstable/Dockerfile*)](https://github.com/tianon/docker-brew-debian/blob/d16e29274c9c0465dc240a6717c7bf7271ba0070/unstable/Dockerfile)
- [`7.8`, `7`, `wheezy`, `latest` (*wheezy/Dockerfile*)](https://github.com/tianon/docker-brew-debian/blob/d16e29274c9c0465dc240a6717c7bf7271ba0070/wheezy/Dockerfile)
- [`7.8`, `7`, `wheezy`, `latest` (*wheezy/Dockerfile*)](https://github.com/tianon/docker-brew-debian/blob/3c79fa1610454b8971b2eeaa10bf84827133ad24/wheezy/Dockerfile)
- [`rc-buggy` (*debian/rc-buggy/Dockerfile*)](https://github.com/tianon/dockerfiles/blob/696d1075a7cfb23b984c6dedf6817ce3483c1de9/debian/rc-buggy/Dockerfile)
- [`experimental` (*debian/experimental/Dockerfile*)](https://github.com/tianon/dockerfiles/blob/696d1075a7cfb23b984c6dedf6817ce3483c1de9/debian/experimental/Dockerfile)

View File

@ -1,8 +1,8 @@
# Supported tags and respective `Dockerfile` links
- [`1.7.5-python2`, `1.7-python2`, `1-python2`, `python2` (*2.7/Dockerfile*)](https://github.com/docker-library/django/blob/c8c5306033e9141babdb49008be4529261245091/2.7/Dockerfile)
- [`1.7.7-python2`, `1.7-python2`, `1-python2`, `python2` (*2.7/Dockerfile*)](https://github.com/docker-library/django/blob/3159ff10c57c54ff93b271c46b5f6a8737a7f0c7/2.7/Dockerfile)
- [`python2-onbuild` (*2.7/onbuild/Dockerfile*)](https://github.com/docker-library/django/blob/a3ae98081865ff8aab7524c98318568c32828ed1/2.7/onbuild/Dockerfile)
- [`1.7.5-python3`, `1.7.5`, `1.7-python3`, `1.7`, `1-python3`, `1`, `python3`, `latest` (*3.4/Dockerfile*)](https://github.com/docker-library/django/blob/bbafaaab189c626ae85dc7fae60b7c589e8783e6/3.4/Dockerfile)
- [`1.7.7-python3`, `1.7.7`, `1.7-python3`, `1.7`, `1-python3`, `1`, `python3`, `latest` (*3.4/Dockerfile*)](https://github.com/docker-library/django/blob/3159ff10c57c54ff93b271c46b5f6a8737a7f0c7/3.4/Dockerfile)
- [`python3-onbuild`, `onbuild` (*3.4/onbuild/Dockerfile*)](https://github.com/docker-library/django/blob/bbafaaab189c626ae85dc7fae60b7c589e8783e6/3.4/onbuild/Dockerfile)
For more information about this image and its history, please see the [relevant manifest file (`library/django`)](https://github.com/docker-library/official-images/blob/master/library/django) in the [`docker-library/official-images` GitHub repo](https://github.com/docker-library/official-images).

View File

@ -1,7 +1,7 @@
# Supported tags and respective `Dockerfile` links
- [`1.3.9`, `1.3` (*1.3/Dockerfile*)](https://github.com/docker-library/elasticsearch/blob/03a5bda1ff2d27b000e5236082b26975a6a44c2e/1.3/Dockerfile)
- [`1.4.4`, `1.4`, `1`, `latest` (*1.4/Dockerfile*)](https://github.com/docker-library/elasticsearch/blob/03a5bda1ff2d27b000e5236082b26975a6a44c2e/1.4/Dockerfile)
- [`1.3.9`, `1.3` (*1.3/Dockerfile*)](https://github.com/docker-library/elasticsearch/blob/3d4e29cbbad1867796c13956686352042c4f17c3/1.3/Dockerfile)
- [`1.4.4`, `1.4`, `1`, `latest` (*1.4/Dockerfile*)](https://github.com/docker-library/elasticsearch/blob/3d4e29cbbad1867796c13956686352042c4f17c3/1.4/Dockerfile)
For more information about this image and its history, please see the [relevant manifest file (`library/elasticsearch`)](https://github.com/docker-library/official-images/blob/master/library/elasticsearch) in the [`docker-library/official-images` GitHub repo](https://github.com/docker-library/official-images).

View File

@ -1,8 +1,8 @@
# Supported tags and respective `Dockerfile` links
- [`1.5.1`, `1.5`, `1`, `latest` (*1.5/Dockerfile*)](https://github.com/iojs/docker-iojs/blob/cee0ed5c5bd6db332e6738722158904709e348b4/1.5/Dockerfile)
- [`1.5.1-onbuild`, `1.5-onbuild`, `1-onbuild`, `onbuild` (*1.5/onbuild/Dockerfile*)](https://github.com/iojs/docker-iojs/blob/cee0ed5c5bd6db332e6738722158904709e348b4/1.5/onbuild/Dockerfile)
- [`1.5.1-slim`, `1.5-slim`, `1-slim`, `slim` (*1.5/slim/Dockerfile*)](https://github.com/iojs/docker-iojs/blob/e192fd115bd720eca40d6281f5e9ab92a30817d6/1.5/slim/Dockerfile)
- [`1.6.1`, `1.6`, `1`, `latest` (*1.6/Dockerfile*)](https://github.com/iojs/docker-iojs/blob/2114895b8700565371f6557cd79d0356f8df199f/1.6/Dockerfile)
- [`1.6.1-onbuild`, `1.6-onbuild`, `1-onbuild`, `onbuild` (*1.6/onbuild/Dockerfile*)](https://github.com/iojs/docker-iojs/blob/2114895b8700565371f6557cd79d0356f8df199f/1.6/onbuild/Dockerfile)
- [`1.6.1-slim`, `1.6-slim`, `1-slim`, `slim` (*1.6/slim/Dockerfile*)](https://github.com/iojs/docker-iojs/blob/2114895b8700565371f6557cd79d0356f8df199f/1.6/slim/Dockerfile)
For more information about this image and its history, please see the [relevant manifest file (`library/iojs`)](https://github.com/docker-library/official-images/blob/master/library/iojs) in the [`docker-library/official-images` GitHub repo](https://github.com/docker-library/official-images).

View File

@ -4,8 +4,8 @@
- [`openjdk-6b34-jre`, `openjdk-6-jre`, `6b34-jre`, `6-jre` (*openjdk-6-jre/Dockerfile*)](https://github.com/docker-library/java/blob/3faf377815bd5409f91a007b092d38a36134baf5/openjdk-6-jre/Dockerfile)
- [`openjdk-7u75-jdk`, `openjdk-7u75`, `openjdk-7-jdk`, `openjdk-7`, `7u75-jdk`, `7u75`, `7-jdk`, `7`, `jdk`, `latest` (*openjdk-7-jdk/Dockerfile*)](https://github.com/docker-library/java/blob/4c5beb8bdb21c746bef683f18bdeddee157f61fd/openjdk-7-jdk/Dockerfile)
- [`openjdk-7u75-jre`, `openjdk-7-jre`, `7u75-jre`, `7-jre`, `jre` (*openjdk-7-jre/Dockerfile*)](https://github.com/docker-library/java/blob/4c5beb8bdb21c746bef683f18bdeddee157f61fd/openjdk-7-jre/Dockerfile)
- [`openjdk-8u40-b22-jdk`, `openjdk-8u40-b22`, `openjdk-8u40-jdk`, `openjdk-8u40`, `openjdk-8-jdk`, `openjdk-8`, `8u40-b22-jdk`, `8u40-b22`, `8u40-jdk`, `8u40`, `8-jdk`, `8` (*openjdk-8-jdk/Dockerfile*)](https://github.com/docker-library/java/blob/4735dcec5fec2833635b8f6634d24d7e22c617b2/openjdk-8-jdk/Dockerfile)
- [`openjdk-8u40-b22-jre`, `openjdk-8u40-jre`, `openjdk-8-jre`, `8u40-b22-jre`, `8u40-jre`, `8-jre` (*openjdk-8-jre/Dockerfile*)](https://github.com/docker-library/java/blob/4735dcec5fec2833635b8f6634d24d7e22c617b2/openjdk-8-jre/Dockerfile)
- [`openjdk-8u40-jdk`, `openjdk-8u40`, `openjdk-8-jdk`, `openjdk-8`, `8u40-jdk`, `8u40`, `8-jdk`, `8` (*openjdk-8-jdk/Dockerfile*)](https://github.com/docker-library/java/blob/1992f5ab6b5b6b4748c9628125dbea37df405d99/openjdk-8-jdk/Dockerfile)
- [`openjdk-8u40-jre`, `openjdk-8-jre`, `8u40-jre`, `8-jre` (*openjdk-8-jre/Dockerfile*)](https://github.com/docker-library/java/blob/1992f5ab6b5b6b4748c9628125dbea37df405d99/openjdk-8-jre/Dockerfile)
For more information about this image and its history, please see the [relevant manifest file (`library/java`)](https://github.com/docker-library/official-images/blob/master/library/java) in the [`docker-library/official-images` GitHub repo](https://github.com/docker-library/official-images).

View File

@ -1,7 +1,6 @@
# Supported tags and respective `Dockerfile` links
- [`10.0.17`, `10.0`, `10`, `latest` (*10.0/Dockerfile*)](https://github.com/docker-library/mariadb/blob/b8b0d3551e7d878f4ff58ed73bc0203926db3b85/10.0/Dockerfile)
- [`10.1.3`, `10.1` (*10.1/Dockerfile*)](https://github.com/docker-library/mariadb/blob/23d4b39f4abee92e964dac62dc71ce0ce1910353/10.1/Dockerfile)
- [`5.5.42`, `5.5`, `5` (*5.5/Dockerfile*)](https://github.com/docker-library/mariadb/blob/88f83ef75823271f600ffef4ccfcd9ab253ca497/5.5/Dockerfile)
For more information about this image and its history, please see the [relevant manifest file (`library/mariadb`)](https://github.com/docker-library/official-images/blob/master/library/mariadb) in the [`docker-library/official-images` GitHub repo](https://github.com/docker-library/official-images).

View File

@ -1,6 +1,6 @@
# Supported tags and respective `Dockerfile` links
- [`1.4.22`, `1.4`, `1`, `latest` (*Dockerfile*)](https://github.com/docker-library/memcached/blob/5fb6459a1eb138dcd9cfcd5fa1aef62ee511d335/Dockerfile)
- [`1.4.22`, `1.4`, `1`, `latest` (*Dockerfile*)](https://github.com/docker-library/memcached/blob/02d67343c042b0bcf3479f64594b0e14d796434c/Dockerfile)
For more information about this image and its history, please see the [relevant manifest file (`library/memcached`)](https://github.com/docker-library/official-images/blob/master/library/memcached) in the [`docker-library/official-images` GitHub repo](https://github.com/docker-library/official-images).

View File

@ -3,7 +3,7 @@
- [`2.2.7`, `2.2` (*2.2/Dockerfile*)](https://github.com/docker-library/mongo/blob/d9fb48dbdb0b9c35d35902429fe1a28527959f25/2.2/Dockerfile)
- [`2.4.13`, `2.4` (*2.4/Dockerfile*)](https://github.com/docker-library/mongo/blob/ea56087e928b5d734bf7661384ebf3c432d70f28/2.4/Dockerfile)
- [`2.6.8`, `2.6`, `2` (*2.6/Dockerfile*)](https://github.com/docker-library/mongo/blob/ea56087e928b5d734bf7661384ebf3c432d70f28/2.6/Dockerfile)
- [`3.0.0`, `3.0`, `3`, `latest` (*3.0/Dockerfile*)](https://github.com/docker-library/mongo/blob/102976234a6bd5d73bc568c7feb56f6338ebe2db/3.0/Dockerfile)
- [`3.0.1`, `3.0`, `3`, `latest` (*3.0/Dockerfile*)](https://github.com/docker-library/mongo/blob/b1c4c5028bd10fe01ddd3fbcdb4b0828580c14e0/3.0/Dockerfile)
For more information about this image and its history, please see the [relevant manifest file (`library/mongo`)](https://github.com/docker-library/official-images/blob/master/library/mongo) in the [`docker-library/official-images` GitHub repo](https://github.com/docker-library/official-images).

View File

@ -1,11 +1,11 @@
# Supported tags and respective `Dockerfile` links
- [`3.10.0`, `3.10` (*3.10.0/Dockerfile*)](https://github.com/mono/docker/blob/2d7f8f39a10ab9fda43b33ba17f6985d1b2cd3d8/3.10.0/Dockerfile)
- [`3.10.0-onbuild`, `3.10-onbuild` (*3.10.0/onbuild/Dockerfile*)](https://github.com/mono/docker/blob/66226b17125b72685c2022e4fecaee2716b0fb3a/3.10.0/onbuild/Dockerfile)
- [`3.12.0`, `3.12`, `3`, `latest` (*3.12.0/Dockerfile*)](https://github.com/mono/docker/blob/2d7f8f39a10ab9fda43b33ba17f6985d1b2cd3d8/3.12.0/Dockerfile)
- [`3.12.0-onbuild`, `3.12-onbuild`, `3-onbuild`, `onbuild` (*3.12.0/onbuild/Dockerfile*)](https://github.com/mono/docker/blob/66226b17125b72685c2022e4fecaee2716b0fb3a/3.12.0/onbuild/Dockerfile)
- [`3.8.0`, `3.8` (*3.8.0/Dockerfile*)](https://github.com/mono/docker/blob/2d7f8f39a10ab9fda43b33ba17f6985d1b2cd3d8/3.8.0/Dockerfile)
- [`3.8.0-onbuild`, `3.8-onbuild` (*3.8.0/onbuild/Dockerfile*)](https://github.com/mono/docker/blob/66226b17125b72685c2022e4fecaee2716b0fb3a/3.8.0/onbuild/Dockerfile)
- [`3.10.0`, `3.10` (*3.10.0/Dockerfile*)](https://github.com/mono/docker/blob/adc7a3ec47f7d590f75a4dec0203a2103daf8db0/3.10.0/Dockerfile)
- [`3.10.0-onbuild`, `3.10-onbuild` (*3.10.0/onbuild/Dockerfile*)](https://github.com/mono/docker/blob/adc7a3ec47f7d590f75a4dec0203a2103daf8db0/3.10.0/onbuild/Dockerfile)
- [`3.12.1`, `3.12.0`, `3.12`, `3`, `latest` (*3.12.0/Dockerfile*)](https://github.com/mono/docker/blob/adc7a3ec47f7d590f75a4dec0203a2103daf8db0/3.12.0/Dockerfile)
- [`3.12.0-onbuild`, `3.12-onbuild`, `3-onbuild`, `onbuild` (*3.12.0/onbuild/Dockerfile*)](https://github.com/mono/docker/blob/adc7a3ec47f7d590f75a4dec0203a2103daf8db0/3.12.0/onbuild/Dockerfile)
- [`3.8.0`, `3.8` (*3.8.0/Dockerfile*)](https://github.com/mono/docker/blob/adc7a3ec47f7d590f75a4dec0203a2103daf8db0/3.8.0/Dockerfile)
- [`3.8.0-onbuild`, `3.8-onbuild` (*3.8.0/onbuild/Dockerfile*)](https://github.com/mono/docker/blob/adc7a3ec47f7d590f75a4dec0203a2103daf8db0/3.8.0/onbuild/Dockerfile)
For more information about this image and its history, please see the [relevant manifest file (`library/mono`)](https://github.com/docker-library/official-images/blob/master/library/mono) in the [`docker-library/official-images` GitHub repo](https://github.com/docker-library/official-images).

View File

@ -1,7 +1,7 @@
# Supported tags and respective `Dockerfile` links
- [`5.5.41`, `5.5` (*5.5/Dockerfile*)](https://github.com/docker-library/percona/blob/d82f9f4ad99fd325dc7a51cb9d9198f965f4b9bb/5.5/Dockerfile)
- [`5.6.22`, `5.6`, `5`, `latest` (*5.6/Dockerfile*)](https://github.com/docker-library/percona/blob/d82f9f4ad99fd325dc7a51cb9d9198f965f4b9bb/5.6/Dockerfile)
- [`5.5.42`, `5.5` (*5.5/Dockerfile*)](https://github.com/docker-library/percona/blob/93aba2b5d3c9f6e4ede1a9560de9ab12df7bb401/5.5/Dockerfile)
- [`5.6.23`, `5.6`, `5`, `latest` (*5.6/Dockerfile*)](https://github.com/docker-library/percona/blob/93aba2b5d3c9f6e4ede1a9560de9ab12df7bb401/5.6/Dockerfile)
For more information about this image and its history, please see the [relevant manifest file (`library/percona`)](https://github.com/docker-library/official-images/blob/master/library/percona) in the [`docker-library/official-images` GitHub repo](https://github.com/docker-library/official-images).

View File

@ -1,11 +1,11 @@
# Supported tags and respective `Dockerfile` links
- [`8.4.22`, `8.4`, `8` (*8.4/Dockerfile*)](https://github.com/docker-library/postgres/blob/ebecea2954a6b1aea2c6cdf591df5d37ca779bdb/8.4/Dockerfile)
- [`9.0.19`, `9.0` (*9.0/Dockerfile*)](https://github.com/docker-library/postgres/blob/ebecea2954a6b1aea2c6cdf591df5d37ca779bdb/9.0/Dockerfile)
- [`9.1.15`, `9.1` (*9.1/Dockerfile*)](https://github.com/docker-library/postgres/blob/ebecea2954a6b1aea2c6cdf591df5d37ca779bdb/9.1/Dockerfile)
- [`9.2.10`, `9.2` (*9.2/Dockerfile*)](https://github.com/docker-library/postgres/blob/ebecea2954a6b1aea2c6cdf591df5d37ca779bdb/9.2/Dockerfile)
- [`9.3.6`, `9.3` (*9.3/Dockerfile*)](https://github.com/docker-library/postgres/blob/ebecea2954a6b1aea2c6cdf591df5d37ca779bdb/9.3/Dockerfile)
- [`9.4.1`, `9.4`, `9`, `latest` (*9.4/Dockerfile*)](https://github.com/docker-library/postgres/blob/ebecea2954a6b1aea2c6cdf591df5d37ca779bdb/9.4/Dockerfile)
- [`8.4.22`, `8.4`, `8` (*8.4/Dockerfile*)](https://github.com/docker-library/postgres/blob/e616341507a7beec3a161b0a366ba0d3400328fd/8.4/Dockerfile)
- [`9.0.19`, `9.0` (*9.0/Dockerfile*)](https://github.com/docker-library/postgres/blob/e616341507a7beec3a161b0a366ba0d3400328fd/9.0/Dockerfile)
- [`9.1.15`, `9.1` (*9.1/Dockerfile*)](https://github.com/docker-library/postgres/blob/e616341507a7beec3a161b0a366ba0d3400328fd/9.1/Dockerfile)
- [`9.2.10`, `9.2` (*9.2/Dockerfile*)](https://github.com/docker-library/postgres/blob/e616341507a7beec3a161b0a366ba0d3400328fd/9.2/Dockerfile)
- [`9.3.6`, `9.3` (*9.3/Dockerfile*)](https://github.com/docker-library/postgres/blob/e616341507a7beec3a161b0a366ba0d3400328fd/9.3/Dockerfile)
- [`9.4.1`, `9.4`, `9`, `latest` (*9.4/Dockerfile*)](https://github.com/docker-library/postgres/blob/e616341507a7beec3a161b0a366ba0d3400328fd/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).

View File

@ -1,6 +1,6 @@
# Supported tags and respective `Dockerfile` links
- [`latest`, `3.1.2` (*r-base/Dockerfile*)](https://github.com/rocker-org/rocker/blob/fa244c6a6010d41fca568d2469be681959a1f3c4/r-base/Dockerfile)
- [`latest`, `3.1.3` (*r-base/Dockerfile*)](https://github.com/rocker-org/rocker/blob/ee9569326e20d2e46f0f22bcc6a0396a545c37e2/r-base/Dockerfile)
For more information about this image and its history, please see the [relevant manifest file (`library/r-base`)](https://github.com/docker-library/official-images/blob/master/library/r-base) in the [`docker-library/official-images` GitHub repo](https://github.com/docker-library/official-images).

View File

@ -1,7 +1,7 @@
# Supported tags and respective `Dockerfile` links
- [`3.4.4`, `3.4`, `3`, `latest` (*Dockerfile*)](https://github.com/docker-library/rabbitmq/blob/2a908fca05c991099dd01f9f0fee3ee3d7bf2cdd/Dockerfile)
- [`3.4.4-management`, `3.4-management`, `3-management`, `management` (*management/Dockerfile*)](https://github.com/docker-library/rabbitmq/blob/2a908fca05c991099dd01f9f0fee3ee3d7bf2cdd/management/Dockerfile)
- [`3.5.0`, `3.5`, `3`, `latest` (*Dockerfile*)](https://github.com/docker-library/rabbitmq/blob/46b8c75905e6666eb737c17a5d813cf41efbe4f7/Dockerfile)
- [`3.5.0-management`, `3.5-management`, `3-management`, `management` (*management/Dockerfile*)](https://github.com/docker-library/rabbitmq/blob/46b8c75905e6666eb737c17a5d813cf41efbe4f7/management/Dockerfile)
For more information about this image and its history, please see the [relevant manifest file (`library/rabbitmq`)](https://github.com/docker-library/official-images/blob/master/library/rabbitmq) in the [`docker-library/official-images` GitHub repo](https://github.com/docker-library/official-images).

View File

@ -1,6 +1,6 @@
# Supported tags and respective `Dockerfile` links
- [`4.2.0`, `4.2`, `4`, `latest` (*Dockerfile*)](https://github.com/docker-library/rails/blob/2c0ee48228c1286e53001f0b95fa28e7524b57cd/Dockerfile)
- [`4.2.1`, `4.2`, `4`, `latest` (*Dockerfile*)](https://github.com/docker-library/rails/blob/ff5df251379dd7f95c005e95d1586d6d338285e4/Dockerfile)
- [`onbuild` (*onbuild/Dockerfile*)](https://github.com/docker-library/rails/blob/2c0ee48228c1286e53001f0b95fa28e7524b57cd/onbuild/Dockerfile)
For more information about this image and its history, please see the [relevant manifest file (`library/rails`)](https://github.com/docker-library/official-images/blob/master/library/rails) in the [`docker-library/official-images` GitHub repo](https://github.com/docker-library/official-images).

View File

@ -1,6 +1,6 @@
# Supported tags and respective `Dockerfile` links
- [`7.3.2`, `7.3`, `7`, `latest` (*Dockerfile*)](https://github.com/docker-library/sentry/blob/08e7bf99eee1e7a879422fc474b73a6fafecbc31/Dockerfile)
- [`7.4.1`, `7.4`, `7`, `latest` (*Dockerfile*)](https://github.com/docker-library/sentry/blob/3ed50226bd7e1aeb8cfcfd542ee452e84f97a4e2/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).

View File

@ -1,11 +1,11 @@
# Supported tags and respective `Dockerfile` links
- [`10.04.4`, `10.04`, `lucid` (*10.04/Dockerfile*)](https://github.com/tianon/docker-brew-ubuntu-debootstrap/blob/e4067ddd190ac935abb6eafa95d73221c1d31492/10.04/Dockerfile)
- [`12.04.5`, `12.04`, `precise` (*12.04/Dockerfile*)](https://github.com/tianon/docker-brew-ubuntu-debootstrap/blob/e4067ddd190ac935abb6eafa95d73221c1d31492/12.04/Dockerfile)
- [`14.04.2`, `14.04`, `trusty`, `latest` (*14.04/Dockerfile*)](https://github.com/tianon/docker-brew-ubuntu-debootstrap/blob/e4067ddd190ac935abb6eafa95d73221c1d31492/14.04/Dockerfile)
- [`14.10`, `utopic` (*14.10/Dockerfile*)](https://github.com/tianon/docker-brew-ubuntu-debootstrap/blob/e4067ddd190ac935abb6eafa95d73221c1d31492/14.10/Dockerfile)
- [`15.04`, `vivid` (*15.04/Dockerfile*)](https://github.com/tianon/docker-brew-ubuntu-debootstrap/blob/e4067ddd190ac935abb6eafa95d73221c1d31492/15.04/Dockerfile)
- [`devel` (*devel/Dockerfile*)](https://github.com/tianon/docker-brew-ubuntu-debootstrap/blob/e4067ddd190ac935abb6eafa95d73221c1d31492/devel/Dockerfile)
- [`10.04.4`, `10.04`, `lucid` (*10.04/Dockerfile*)](https://github.com/tianon/docker-brew-ubuntu-debootstrap/blob/665236ab3a0502f974c9c41d8b36475a06d7e2ce/10.04/Dockerfile)
- [`12.04.5`, `12.04`, `precise` (*12.04/Dockerfile*)](https://github.com/tianon/docker-brew-ubuntu-debootstrap/blob/665236ab3a0502f974c9c41d8b36475a06d7e2ce/12.04/Dockerfile)
- [`14.04.2`, `14.04`, `trusty`, `latest` (*14.04/Dockerfile*)](https://github.com/tianon/docker-brew-ubuntu-debootstrap/blob/665236ab3a0502f974c9c41d8b36475a06d7e2ce/14.04/Dockerfile)
- [`14.10`, `utopic` (*14.10/Dockerfile*)](https://github.com/tianon/docker-brew-ubuntu-debootstrap/blob/665236ab3a0502f974c9c41d8b36475a06d7e2ce/14.10/Dockerfile)
- [`15.04`, `vivid` (*15.04/Dockerfile*)](https://github.com/tianon/docker-brew-ubuntu-debootstrap/blob/665236ab3a0502f974c9c41d8b36475a06d7e2ce/15.04/Dockerfile)
- [`devel` (*devel/Dockerfile*)](https://github.com/tianon/docker-brew-ubuntu-debootstrap/blob/665236ab3a0502f974c9c41d8b36475a06d7e2ce/devel/Dockerfile)
For more information about this image and its history, please see the [relevant manifest file (`library/ubuntu-debootstrap`)](https://github.com/docker-library/official-images/blob/master/library/ubuntu-debootstrap) in the [`docker-library/official-images` GitHub repo](https://github.com/docker-library/official-images).

View File

@ -1,9 +1,9 @@
# Supported tags and respective `Dockerfile` links
- [`12.04.5`, `12.04`, `precise-20150228.11`, `precise` (*precise/Dockerfile*)](https://github.com/tianon/docker-brew-ubuntu-core/blob/d0f6462dc68f2719836c3c29bc5551b34140b1e2/precise/Dockerfile)
- [`14.04.2`, `14.04`, `trusty-20150228.11`, `trusty`, `latest` (*trusty/Dockerfile*)](https://github.com/tianon/docker-brew-ubuntu-core/blob/d0f6462dc68f2719836c3c29bc5551b34140b1e2/trusty/Dockerfile)
- [`14.10`, `utopic-20150228.11`, `utopic` (*utopic/Dockerfile*)](https://github.com/tianon/docker-brew-ubuntu-core/blob/d0f6462dc68f2719836c3c29bc5551b34140b1e2/utopic/Dockerfile)
- [`15.04`, `vivid-20150309`, `vivid` (*vivid/Dockerfile*)](https://github.com/tianon/docker-brew-ubuntu-core/blob/d0f6462dc68f2719836c3c29bc5551b34140b1e2/vivid/Dockerfile)
- [`12.04.5`, `12.04`, `precise-20150320`, `precise` (*precise/Dockerfile*)](https://github.com/tianon/docker-brew-ubuntu-core/blob/662c6317181e3a0f53abdee253d68307a62f3fd3/precise/Dockerfile)
- [`14.04.2`, `14.04`, `trusty-20150320`, `trusty`, `latest` (*trusty/Dockerfile*)](https://github.com/tianon/docker-brew-ubuntu-core/blob/662c6317181e3a0f53abdee253d68307a62f3fd3/trusty/Dockerfile)
- [`14.10`, `utopic-20150319`, `utopic` (*utopic/Dockerfile*)](https://github.com/tianon/docker-brew-ubuntu-core/blob/662c6317181e3a0f53abdee253d68307a62f3fd3/utopic/Dockerfile)
- [`15.04`, `vivid-20150319.1`, `vivid` (*vivid/Dockerfile*)](https://github.com/tianon/docker-brew-ubuntu-core/blob/662c6317181e3a0f53abdee253d68307a62f3fd3/vivid/Dockerfile)
For more information about this image and its history, please see the [relevant manifest file (`library/ubuntu`)](https://github.com/docker-library/official-images/blob/master/library/ubuntu) in the [`docker-library/official-images` GitHub repo](https://github.com/docker-library/official-images).

View File

@ -1,7 +1,7 @@
# Supported tags and respective `Dockerfile` links
- [`4.1.1-apache`, `4.1.1`, `4.1-apache`, `4.1`, `4-apache`, `apache`, `4`, `latest` (*apache/Dockerfile*)](https://github.com/docker-library/wordpress/blob/5062fe6e01e576cda9bb79045b9347e4fe0b2f5f/apache/Dockerfile)
- [`4.1.1-fpm`, `4.1-fpm`, `4-fpm`, `fpm` (*fpm/Dockerfile*)](https://github.com/docker-library/wordpress/blob/54e2ef6cceedffd0ef808c00bfffd038d67404da/fpm/Dockerfile)
- [`4.1.1-apache`, `4.1.1`, `4.1-apache`, `4.1`, `4-apache`, `apache`, `4`, `latest` (*apache/Dockerfile*)](https://github.com/docker-library/wordpress/blob/862d97aa4c6c7e879b366f53dd853212adccedef/apache/Dockerfile)
- [`4.1.1-fpm`, `4.1-fpm`, `4-fpm`, `fpm` (*fpm/Dockerfile*)](https://github.com/docker-library/wordpress/blob/862d97aa4c6c7e879b366f53dd853212adccedef/fpm/Dockerfile)
For more information about this image and its history, please see the [relevant manifest file (`library/wordpress`)](https://github.com/docker-library/official-images/blob/master/library/wordpress) in the [`docker-library/official-images` GitHub repo](https://github.com/docker-library/official-images).