Run update.sh
This commit is contained in:
parent
0d21a376fe
commit
e0e10c8915
|
|
@ -1,6 +1,6 @@
|
|||
# Supported tags and respective `Dockerfile` links
|
||||
|
||||
- [`latest`, `0.47`, `0.47.8` (*Dockerfile*)](https://github.com/crate/docker-crate/blob/0.47.8/Dockerfile)
|
||||
- [`latest`, `0.47`, `0.47.9` (*Dockerfile*)](https://github.com/crate/docker-crate/blob/0.47.9/Dockerfile)
|
||||
- [`0.46`, `0.46.5` (*Dockerfile*)](https://github.com/crate/docker-crate/blob/0.46.5/Dockerfile)
|
||||
|
||||
For more information about this image and its history, please see the [relevant manifest file (`library/crate`)](https://github.com/docker-library/official-images/blob/master/library/crate) in the [`docker-library/official-images` GitHub repo](https://github.com/docker-library/official-images).
|
||||
|
|
|
|||
|
|
@ -1,15 +1,15 @@
|
|||
# Supported tags and respective `Dockerfile` links
|
||||
|
||||
- [`8.0`, `8`, `jessie` (*jessie/Dockerfile*)](https://github.com/tianon/docker-brew-debian/blob/8105df0412f86c08d11e86f7f6bab6160ff1e837/jessie/Dockerfile)
|
||||
- [`oldstable` (*oldstable/Dockerfile*)](https://github.com/tianon/docker-brew-debian/blob/8105df0412f86c08d11e86f7f6bab6160ff1e837/oldstable/Dockerfile)
|
||||
- [`sid` (*sid/Dockerfile*)](https://github.com/tianon/docker-brew-debian/blob/8105df0412f86c08d11e86f7f6bab6160ff1e837/sid/Dockerfile)
|
||||
- [`6.0.10`, `6.0`, `6`, `squeeze` (*squeeze/Dockerfile*)](https://github.com/tianon/docker-brew-debian/blob/8105df0412f86c08d11e86f7f6bab6160ff1e837/squeeze/Dockerfile)
|
||||
- [`stable` (*stable/Dockerfile*)](https://github.com/tianon/docker-brew-debian/blob/8105df0412f86c08d11e86f7f6bab6160ff1e837/stable/Dockerfile)
|
||||
- [`testing` (*testing/Dockerfile*)](https://github.com/tianon/docker-brew-debian/blob/8105df0412f86c08d11e86f7f6bab6160ff1e837/testing/Dockerfile)
|
||||
- [`unstable` (*unstable/Dockerfile*)](https://github.com/tianon/docker-brew-debian/blob/8105df0412f86c08d11e86f7f6bab6160ff1e837/unstable/Dockerfile)
|
||||
- [`7.8`, `7`, `wheezy`, `latest` (*wheezy/Dockerfile*)](https://github.com/tianon/docker-brew-debian/blob/8105df0412f86c08d11e86f7f6bab6160ff1e837/wheezy/Dockerfile)
|
||||
- [`rc-buggy` (*debian/rc-buggy/Dockerfile*)](https://github.com/tianon/dockerfiles/blob/98df9cbde165576bf6bee980487d9fc1fd51e320/debian/rc-buggy/Dockerfile)
|
||||
- [`experimental` (*debian/experimental/Dockerfile*)](https://github.com/tianon/dockerfiles/blob/98df9cbde165576bf6bee980487d9fc1fd51e320/debian/experimental/Dockerfile)
|
||||
- [`8.0`, `8`, `jessie` (*jessie/Dockerfile*)](https://github.com/tianon/docker-brew-debian/blob/188b27233cedf32048ee12378e8f8c6fc0fc0cb4/jessie/Dockerfile)
|
||||
- [`oldstable` (*oldstable/Dockerfile*)](https://github.com/tianon/docker-brew-debian/blob/188b27233cedf32048ee12378e8f8c6fc0fc0cb4/oldstable/Dockerfile)
|
||||
- [`sid` (*sid/Dockerfile*)](https://github.com/tianon/docker-brew-debian/blob/188b27233cedf32048ee12378e8f8c6fc0fc0cb4/sid/Dockerfile)
|
||||
- [`6.0.10`, `6.0`, `6`, `squeeze` (*squeeze/Dockerfile*)](https://github.com/tianon/docker-brew-debian/blob/188b27233cedf32048ee12378e8f8c6fc0fc0cb4/squeeze/Dockerfile)
|
||||
- [`stable` (*stable/Dockerfile*)](https://github.com/tianon/docker-brew-debian/blob/188b27233cedf32048ee12378e8f8c6fc0fc0cb4/stable/Dockerfile)
|
||||
- [`testing` (*testing/Dockerfile*)](https://github.com/tianon/docker-brew-debian/blob/188b27233cedf32048ee12378e8f8c6fc0fc0cb4/testing/Dockerfile)
|
||||
- [`unstable` (*unstable/Dockerfile*)](https://github.com/tianon/docker-brew-debian/blob/188b27233cedf32048ee12378e8f8c6fc0fc0cb4/unstable/Dockerfile)
|
||||
- [`7.8`, `7`, `wheezy`, `latest` (*wheezy/Dockerfile*)](https://github.com/tianon/docker-brew-debian/blob/188b27233cedf32048ee12378e8f8c6fc0fc0cb4/wheezy/Dockerfile)
|
||||
- [`rc-buggy` (*debian/rc-buggy/Dockerfile*)](https://github.com/tianon/dockerfiles/blob/cbaa8629f8619689ff4caae5b209d2928bcae8be/debian/rc-buggy/Dockerfile)
|
||||
- [`experimental` (*debian/experimental/Dockerfile*)](https://github.com/tianon/dockerfiles/blob/cbaa8629f8619689ff4caae5b209d2928bcae8be/debian/experimental/Dockerfile)
|
||||
|
||||
For more information about this image and its history, please see the [relevant manifest file (`library/debian`)](https://github.com/docker-library/official-images/blob/master/library/debian) in the [`docker-library/official-images` GitHub repo](https://github.com/docker-library/official-images).
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
# Supported tags and respective `Dockerfile` links
|
||||
|
||||
- [`1.5.0`, `1.5`, `1`, `latest` (*Dockerfile*)](https://github.com/docker/docker/blob/v1.5.0/Dockerfile)
|
||||
- [`1.6.0`, `1.6`, `1`, `latest` (*Dockerfile*)](https://github.com/docker/docker/blob/v1.6.0/Dockerfile)
|
||||
|
||||
For more information about this image and its history, please see the [relevant manifest file (`library/docker-dev`)](https://github.com/docker-library/official-images/blob/master/library/docker-dev) in the [`docker-library/official-images` GitHub repo](https://github.com/docker-library/official-images).
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
# Supported tags and respective `Dockerfile` links
|
||||
|
||||
- [`0.5.10`, `0.5`, `0`, `latest` (*Dockerfile*)](https://github.com/docker-library/ghost/blob/2fb73b3ab955365b2f7b5267536aad87f1cd65df/Dockerfile)
|
||||
- [`0.6.0`, `0.6`, `0`, `latest` (*Dockerfile*)](https://github.com/docker-library/ghost/blob/7afddd95e2826213657961ba91208efcd0cb5c12/Dockerfile)
|
||||
|
||||
For more information about this image and its history, please see the [relevant manifest file (`library/ghost`)](https://github.com/docker-library/official-images/blob/master/library/ghost) in the [`docker-library/official-images` GitHub repo](https://github.com/docker-library/official-images).
|
||||
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
# Supported tags and respective `Dockerfile` links
|
||||
|
||||
- [`1.7.1`, `1.7`, `1`, `latest` (*1.7/Dockerfile*)](https://github.com/iojs/docker-iojs/blob/dc31c0b95945ca981495a2aa9def8c2db8864087/1.7/Dockerfile)
|
||||
- [`1.7.1-onbuild`, `1.7-onbuild`, `1-onbuild`, `onbuild` (*1.7/onbuild/Dockerfile*)](https://github.com/iojs/docker-iojs/blob/dc31c0b95945ca981495a2aa9def8c2db8864087/1.7/onbuild/Dockerfile)
|
||||
- [`1.7.1-slim`, `1.7-slim`, `1-slim`, `slim` (*1.7/slim/Dockerfile*)](https://github.com/iojs/docker-iojs/blob/dc31c0b95945ca981495a2aa9def8c2db8864087/1.7/slim/Dockerfile)
|
||||
- [`1.8.1`, `1.8`, `1`, `latest` (*1.8/Dockerfile*)](https://github.com/iojs/docker-iojs/blob/4cf03be7e0b4abcd60a3a93947d9351c3b8b4be7/1.8/Dockerfile)
|
||||
- [`1.8.1-onbuild`, `1.8-onbuild`, `1-onbuild`, `onbuild` (*1.8/onbuild/Dockerfile*)](https://github.com/iojs/docker-iojs/blob/4cf03be7e0b4abcd60a3a93947d9351c3b8b4be7/1.8/onbuild/Dockerfile)
|
||||
- [`1.8.1-slim`, `1.8-slim`, `1-slim`, `slim` (*1.8/slim/Dockerfile*)](https://github.com/iojs/docker-iojs/blob/4cf03be7e0b4abcd60a3a93947d9351c3b8b4be7/1.8/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).
|
||||
|
||||
|
|
|
|||
|
|
@ -1,11 +1,11 @@
|
|||
# Supported tags and respective `Dockerfile` links
|
||||
|
||||
- [`openjdk-6b34-jdk`, `openjdk-6b34`, `openjdk-6-jdk`, `openjdk-6`, `6b34-jdk`, `6b34`, `6-jdk`, `6` (*openjdk-6-jdk/Dockerfile*)](https://github.com/docker-library/java/blob/3faf377815bd5409f91a007b092d38a36134baf5/openjdk-6-jdk/Dockerfile)
|
||||
- [`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-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)
|
||||
- [`openjdk-6b34-jdk`, `openjdk-6b34`, `openjdk-6-jdk`, `openjdk-6`, `6b34-jdk`, `6b34`, `6-jdk`, `6` (*openjdk-6-jdk/Dockerfile*)](https://github.com/docker-library/java/blob/aac815a21ffd5690192e06202d6c065a49ed655f/openjdk-6-jdk/Dockerfile)
|
||||
- [`openjdk-6b34-jre`, `openjdk-6-jre`, `6b34-jre`, `6-jre` (*openjdk-6-jre/Dockerfile*)](https://github.com/docker-library/java/blob/aac815a21ffd5690192e06202d6c065a49ed655f/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/aac815a21ffd5690192e06202d6c065a49ed655f/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/aac815a21ffd5690192e06202d6c065a49ed655f/openjdk-7-jre/Dockerfile)
|
||||
- [`openjdk-8u45-jdk`, `openjdk-8u45`, `openjdk-8-jdk`, `openjdk-8`, `8u45-jdk`, `8u45`, `8-jdk`, `8` (*openjdk-8-jdk/Dockerfile*)](https://github.com/docker-library/java/blob/d912163e5aa10f916be7ac40ac0de7e8a82c4547/openjdk-8-jdk/Dockerfile)
|
||||
- [`openjdk-8u45-jre`, `openjdk-8-jre`, `8u45-jre`, `8-jre` (*openjdk-8-jre/Dockerfile*)](https://github.com/docker-library/java/blob/d912163e5aa10f916be7ac40ac0de7e8a82c4547/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).
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
# Supported tags and respective `Dockerfile` links
|
||||
|
||||
- [`1.4.2-1-2c0f5a1`, `1.4.2`, `1.4`, `latest` (*Dockerfile*)](https://github.com/docker-library/logstash/blob/df0f0a1099b27a715963fe252329dc649eac9616/Dockerfile)
|
||||
- [`1.4.2-1-2c0f5a1`, `1.4.2`, `1.4`, `latest` (*Dockerfile*)](https://github.com/docker-library/logstash/blob/a1e1ec3a0ab114e935181ae5b9adf5f0b9371ca4/Dockerfile)
|
||||
|
||||
For more information about this image and its history, please see the [relevant manifest file (`library/logstash`)](https://github.com/docker-library/official-images/blob/master/library/logstash) in the [`docker-library/official-images` GitHub repo](https://github.com/docker-library/official-images).
|
||||
|
||||
|
|
|
|||
|
|
@ -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/db06f15a297319ae2f91573206a0f49228ef07a2/Dockerfile)
|
||||
- [`1.4.23`, `1.4`, `1`, `latest` (*Dockerfile*)](https://github.com/docker-library/memcached/blob/b5e2aa3874dcd9259a7d45ff35953e975d2adab7/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).
|
||||
|
||||
|
|
|
|||
|
|
@ -1,14 +1,14 @@
|
|||
# Supported tags and respective `Dockerfile` links
|
||||
|
||||
- [`5.4.39-cli`, `5.4-cli`, `5.4.39`, `5.4` (*5.4/Dockerfile*)](https://github.com/docker-library/php/blob/13112ed409335f211edbaf9b74db1c87b329b6d8/5.4/Dockerfile)
|
||||
- [`5.4.39-apache`, `5.4-apache` (*5.4/apache/Dockerfile*)](https://github.com/docker-library/php/blob/13112ed409335f211edbaf9b74db1c87b329b6d8/5.4/apache/Dockerfile)
|
||||
- [`5.4.39-fpm`, `5.4-fpm` (*5.4/fpm/Dockerfile*)](https://github.com/docker-library/php/blob/13112ed409335f211edbaf9b74db1c87b329b6d8/5.4/fpm/Dockerfile)
|
||||
- [`5.5.23-cli`, `5.5-cli`, `5.5.23`, `5.5` (*5.5/Dockerfile*)](https://github.com/docker-library/php/blob/13112ed409335f211edbaf9b74db1c87b329b6d8/5.5/Dockerfile)
|
||||
- [`5.5.23-apache`, `5.5-apache` (*5.5/apache/Dockerfile*)](https://github.com/docker-library/php/blob/13112ed409335f211edbaf9b74db1c87b329b6d8/5.5/apache/Dockerfile)
|
||||
- [`5.5.23-fpm`, `5.5-fpm` (*5.5/fpm/Dockerfile*)](https://github.com/docker-library/php/blob/13112ed409335f211edbaf9b74db1c87b329b6d8/5.5/fpm/Dockerfile)
|
||||
- [`5.6.7-cli`, `5.6-cli`, `5-cli`, `cli`, `5.6.7`, `5.6`, `5`, `latest` (*5.6/Dockerfile*)](https://github.com/docker-library/php/blob/13112ed409335f211edbaf9b74db1c87b329b6d8/5.6/Dockerfile)
|
||||
- [`5.6.7-apache`, `5.6-apache`, `5-apache`, `apache` (*5.6/apache/Dockerfile*)](https://github.com/docker-library/php/blob/13112ed409335f211edbaf9b74db1c87b329b6d8/5.6/apache/Dockerfile)
|
||||
- [`5.6.7-fpm`, `5.6-fpm`, `5-fpm`, `fpm` (*5.6/fpm/Dockerfile*)](https://github.com/docker-library/php/blob/13112ed409335f211edbaf9b74db1c87b329b6d8/5.6/fpm/Dockerfile)
|
||||
- [`5.4.40-cli`, `5.4-cli`, `5.4.40`, `5.4` (*5.4/Dockerfile*)](https://github.com/docker-library/php/blob/f6aa601699145091daaa32cc7728fc28fc842c69/5.4/Dockerfile)
|
||||
- [`5.4.40-apache`, `5.4-apache` (*5.4/apache/Dockerfile*)](https://github.com/docker-library/php/blob/f6aa601699145091daaa32cc7728fc28fc842c69/5.4/apache/Dockerfile)
|
||||
- [`5.4.40-fpm`, `5.4-fpm` (*5.4/fpm/Dockerfile*)](https://github.com/docker-library/php/blob/f6aa601699145091daaa32cc7728fc28fc842c69/5.4/fpm/Dockerfile)
|
||||
- [`5.5.24-cli`, `5.5-cli`, `5.5.24`, `5.5` (*5.5/Dockerfile*)](https://github.com/docker-library/php/blob/f6aa601699145091daaa32cc7728fc28fc842c69/5.5/Dockerfile)
|
||||
- [`5.5.24-apache`, `5.5-apache` (*5.5/apache/Dockerfile*)](https://github.com/docker-library/php/blob/f6aa601699145091daaa32cc7728fc28fc842c69/5.5/apache/Dockerfile)
|
||||
- [`5.5.24-fpm`, `5.5-fpm` (*5.5/fpm/Dockerfile*)](https://github.com/docker-library/php/blob/f6aa601699145091daaa32cc7728fc28fc842c69/5.5/fpm/Dockerfile)
|
||||
- [`5.6.8-cli`, `5.6-cli`, `5-cli`, `cli`, `5.6.8`, `5.6`, `5`, `latest` (*5.6/Dockerfile*)](https://github.com/docker-library/php/blob/f6aa601699145091daaa32cc7728fc28fc842c69/5.6/Dockerfile)
|
||||
- [`5.6.8-apache`, `5.6-apache`, `5-apache`, `apache` (*5.6/apache/Dockerfile*)](https://github.com/docker-library/php/blob/f6aa601699145091daaa32cc7728fc28fc842c69/5.6/apache/Dockerfile)
|
||||
- [`5.6.8-fpm`, `5.6-fpm`, `5-fpm`, `fpm` (*5.6/fpm/Dockerfile*)](https://github.com/docker-library/php/blob/f6aa601699145091daaa32cc7728fc28fc842c69/5.6/fpm/Dockerfile)
|
||||
|
||||
For more information about this image and its history, please see the [relevant manifest file (`library/php`)](https://github.com/docker-library/official-images/blob/master/library/php) in the [`docker-library/official-images` GitHub repo](https://github.com/docker-library/official-images).
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
# Supported tags and respective `Dockerfile` links
|
||||
|
||||
- [`latest`, `3.1.3` (*r-base/Dockerfile*)](https://github.com/rocker-org/rocker/blob/ee9569326e20d2e46f0f22bcc6a0396a545c37e2/r-base/Dockerfile)
|
||||
- [`latest`, `3.2.0` (*r-base/Dockerfile*)](https://github.com/rocker-org/rocker/blob/849e42992a3ce5bf6f004bcbfc76605aff3f3c08/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).
|
||||
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
# Supported tags and respective `Dockerfile` links
|
||||
|
||||
- [`3.5.0`, `3.5`, `3`, `latest` (*Dockerfile*)](https://github.com/docker-library/rabbitmq/blob/7eeb4899848388f196182b1853464d9bde9e33ab/Dockerfile)
|
||||
- [`3.5.0-management`, `3.5-management`, `3-management`, `management` (*management/Dockerfile*)](https://github.com/docker-library/rabbitmq/blob/7eeb4899848388f196182b1853464d9bde9e33ab/management/Dockerfile)
|
||||
- [`3.5.1`, `3.5`, `3`, `latest` (*Dockerfile*)](https://github.com/docker-library/rabbitmq/blob/3acb380f45d6ff62dbf8396c35fe1907931941ab/Dockerfile)
|
||||
- [`3.5.1-management`, `3.5-management`, `3-management`, `management` (*management/Dockerfile*)](https://github.com/docker-library/rabbitmq/blob/3acb380f45d6ff62dbf8396c35fe1907931941ab/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).
|
||||
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
# Supported tags and respective `Dockerfile` links
|
||||
|
||||
- [`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)
|
||||
- [`4.2.1`, `4.2`, `4`, `latest` (*Dockerfile*)](https://github.com/docker-library/rails/blob/c5ae701892b5588c782c772d3edd35909acf99b9/Dockerfile)
|
||||
- [`onbuild` (*onbuild/Dockerfile*)](https://github.com/docker-library/rails/blob/c5ae701892b5588c782c772d3edd35909acf99b9/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).
|
||||
|
||||
|
|
|
|||
|
|
@ -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/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)
|
||||
- [`10.04.4`, `10.04`, `lucid` (*10.04/Dockerfile*)](https://github.com/tianon/docker-brew-ubuntu-debootstrap/blob/de46e6f570e25740246c8eee66ab0ad19866cffb/10.04/Dockerfile)
|
||||
- [`12.04.5`, `12.04`, `precise` (*12.04/Dockerfile*)](https://github.com/tianon/docker-brew-ubuntu-debootstrap/blob/de46e6f570e25740246c8eee66ab0ad19866cffb/12.04/Dockerfile)
|
||||
- [`14.04.2`, `14.04`, `trusty`, `latest` (*14.04/Dockerfile*)](https://github.com/tianon/docker-brew-ubuntu-debootstrap/blob/de46e6f570e25740246c8eee66ab0ad19866cffb/14.04/Dockerfile)
|
||||
- [`14.10`, `utopic` (*14.10/Dockerfile*)](https://github.com/tianon/docker-brew-ubuntu-debootstrap/blob/de46e6f570e25740246c8eee66ab0ad19866cffb/14.10/Dockerfile)
|
||||
- [`15.04`, `vivid` (*15.04/Dockerfile*)](https://github.com/tianon/docker-brew-ubuntu-debootstrap/blob/de46e6f570e25740246c8eee66ab0ad19866cffb/15.04/Dockerfile)
|
||||
- [`devel` (*devel/Dockerfile*)](https://github.com/tianon/docker-brew-ubuntu-debootstrap/blob/de46e6f570e25740246c8eee66ab0ad19866cffb/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).
|
||||
|
||||
|
|
|
|||
|
|
@ -1,9 +1,9 @@
|
|||
# Supported tags and respective `Dockerfile` links
|
||||
|
||||
- [`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)
|
||||
- [`12.04.5`, `12.04`, `precise-20150320`, `precise` (*precise/Dockerfile*)](https://github.com/tianon/docker-brew-ubuntu-core/blob/7fef77c821d7f806373c04675358ac6179eaeaf3/precise/Dockerfile)
|
||||
- [`14.04.2`, `14.04`, `trusty-20150320`, `trusty`, `latest` (*trusty/Dockerfile*)](https://github.com/tianon/docker-brew-ubuntu-core/blob/7fef77c821d7f806373c04675358ac6179eaeaf3/trusty/Dockerfile)
|
||||
- [`14.10`, `utopic-20150418`, `utopic` (*utopic/Dockerfile*)](https://github.com/tianon/docker-brew-ubuntu-core/blob/7fef77c821d7f806373c04675358ac6179eaeaf3/utopic/Dockerfile)
|
||||
- [`15.04`, `vivid-20150421`, `vivid` (*vivid/Dockerfile*)](https://github.com/tianon/docker-brew-ubuntu-core/blob/7fef77c821d7f806373c04675358ac6179eaeaf3/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).
|
||||
|
||||
|
|
|
|||
|
|
@ -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/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)
|
||||
- [`4.1.2-apache`, `4.1.2`, `4.1-apache`, `4.1`, `4-apache`, `apache`, `4`, `latest` (*apache/Dockerfile*)](https://github.com/docker-library/wordpress/blob/d7be0b140da5e9ccddd0eab818e89e088ab1d5ef/apache/Dockerfile)
|
||||
- [`4.1.2-fpm`, `4.1-fpm`, `4-fpm`, `fpm` (*fpm/Dockerfile*)](https://github.com/docker-library/wordpress/blob/d7be0b140da5e9ccddd0eab818e89e088ab1d5ef/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).
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue