diff --git a/cassandra/README.md b/cassandra/README.md index f3c21e3e8..a76a946ee 100644 --- a/cassandra/README.md +++ b/cassandra/README.md @@ -1,7 +1,7 @@ # Supported tags and respective `Dockerfile` links - [`2.0.16`, `2.0` (*2.0/Dockerfile*)](https://github.com/docker-library/cassandra/blob/711f62f57e181eb373910246e27036aaa14eb54f/2.0/Dockerfile) -- [`2.1.7`, `2.1`, `latest` (*2.1/Dockerfile*)](https://github.com/docker-library/cassandra/blob/711f62f57e181eb373910246e27036aaa14eb54f/2.1/Dockerfile) +- [`2.1.8`, `2.1`, `latest` (*2.1/Dockerfile*)](https://github.com/docker-library/cassandra/blob/3a63378f4be40687816258e1cb9f96e2dd76104f/2.1/Dockerfile) For more information about this image and its history, please see the [relevant manifest file (`library/cassandra`)](https://github.com/docker-library/official-images/blob/master/library/cassandra) in the [`docker-library/official-images` GitHub repo](https://github.com/docker-library/official-images). diff --git a/django/README.md b/django/README.md index 6c09f0fef..e5142bbb9 100644 --- a/django/README.md +++ b/django/README.md @@ -1,8 +1,8 @@ # Supported tags and respective `Dockerfile` links -- [`1.8.2-python2`, `1.8-python2`, `1-python2`, `python2` (*2.7/Dockerfile*)](https://github.com/docker-library/django/blob/a918e5b9ac643924bfd987700a89dc52abfb782a/2.7/Dockerfile) +- [`1.8.3-python2`, `1.8-python2`, `1-python2`, `python2` (*2.7/Dockerfile*)](https://github.com/docker-library/django/blob/d46f23deb5f13e8e9876dd18b12fd16668cb7bfd/2.7/Dockerfile) - [`python2-onbuild` (*2.7/onbuild/Dockerfile*)](https://github.com/docker-library/django/blob/a918e5b9ac643924bfd987700a89dc52abfb782a/2.7/onbuild/Dockerfile) -- [`1.8.2-python3`, `1.8.2`, `1.8-python3`, `1.8`, `1-python3`, `1`, `python3`, `latest` (*3.4/Dockerfile*)](https://github.com/docker-library/django/blob/a918e5b9ac643924bfd987700a89dc52abfb782a/3.4/Dockerfile) +- [`1.8.3-python3`, `1.8.3`, `1.8-python3`, `1.8`, `1-python3`, `1`, `python3`, `latest` (*3.4/Dockerfile*)](https://github.com/docker-library/django/blob/d46f23deb5f13e8e9876dd18b12fd16668cb7bfd/3.4/Dockerfile) - [`python3-onbuild`, `onbuild` (*3.4/onbuild/Dockerfile*)](https://github.com/docker-library/django/blob/a918e5b9ac643924bfd987700a89dc52abfb782a/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). diff --git a/jruby/README.md b/jruby/README.md index 5c1b661c6..3de58d476 100644 --- a/jruby/README.md +++ b/jruby/README.md @@ -3,9 +3,9 @@ - [`1.7`, `1.7.21`, `latest`, `1.7-jre`, `1.7.21-jre` (*1.7/jre/Dockerfile*)](https://github.com/cpuguy83/docker-jruby/blob/10d7ac08b7138c274a819af1bd8258d61cb55f9e/1.7/jre/Dockerfile) - [`1.7-jdk`, `1.7.21-jdk` (*1.7/jdk/Dockerfile*)](https://github.com/cpuguy83/docker-jruby/blob/10d7ac08b7138c274a819af1bd8258d61cb55f9e/1.7/jdk/Dockerfile) - [`1.7-onbuild`, `1.7.21-onbuild` (*1.7/onbuild/Dockerfile*)](https://github.com/cpuguy83/docker-jruby/blob/10d7ac08b7138c274a819af1bd8258d61cb55f9e/1.7/onbuild/Dockerfile) -- [`9.0.0.0`, `9.0.0.0-jre`, `9.0.0.0.rc1`, `9.0.0.0.rc1-jre` (*9000/jre/Dockerfile*)](https://github.com/cpuguy83/docker-jruby/blob/14113750316f06b2785a41b5bc3dd6b23510af6f/9000/jre/Dockerfile) -- [`9.0.0.0-jdk`, `9.0.0.0.rc1-jdk` (*9000/jdk/Dockerfile*)](https://github.com/cpuguy83/docker-jruby/blob/14113750316f06b2785a41b5bc3dd6b23510af6f/9000/jdk/Dockerfile) -- [`9.0.0.0-onbuild`, `9.0.0.0.rc1-onbuild` (*9000/onbuild/Dockerfile*)](https://github.com/cpuguy83/docker-jruby/blob/14113750316f06b2785a41b5bc3dd6b23510af6f/9000/onbuild/Dockerfile) +- [`9.0.0.0`, `9.0.0.0-jre`, `9.0.0.0.rc2`, `9.0.0.0.rc2-jre` (*9000/jre/Dockerfile*)](https://github.com/cpuguy83/docker-jruby/blob/e53c21fe581d52f47a6856522d833eb9ca72d199/9000/jre/Dockerfile) +- [`9.0.0.0-jdk`, `9.0.0.0.rc2-jdk` (*9000/jdk/Dockerfile*)](https://github.com/cpuguy83/docker-jruby/blob/e53c21fe581d52f47a6856522d833eb9ca72d199/9000/jdk/Dockerfile) +- [`9.0.0.0-onbuild`, `9.0.0.0.rc2-onbuild` (*9000/onbuild/Dockerfile*)](https://github.com/cpuguy83/docker-jruby/blob/e53c21fe581d52f47a6856522d833eb9ca72d199/9000/onbuild/Dockerfile) For more information about this image and its history, please see the [relevant manifest file (`library/jruby`)](https://github.com/docker-library/official-images/blob/master/library/jruby) in the [`docker-library/official-images` GitHub repo](https://github.com/docker-library/official-images). diff --git a/percona/README.md b/percona/README.md index b49e9ee20..07f7fc3a7 100644 --- a/percona/README.md +++ b/percona/README.md @@ -1,7 +1,7 @@ # Supported tags and respective `Dockerfile` links -- [`5.5.44`, `5.5` (*5.5/Dockerfile*)](https://github.com/docker-library/percona/blob/29e213ac15e014366eb339572811fa1b445d8b81/5.5/Dockerfile) -- [`5.6.25`, `5.6`, `5`, `latest` (*5.6/Dockerfile*)](https://github.com/docker-library/percona/blob/29e213ac15e014366eb339572811fa1b445d8b81/5.6/Dockerfile) +- [`5.5.44`, `5.5` (*5.5/Dockerfile*)](https://github.com/docker-library/percona/blob/e32f419e1c59931c8b0c2e392e09d8f102f798a0/5.5/Dockerfile) +- [`5.6.25`, `5.6`, `5`, `latest` (*5.6/Dockerfile*)](https://github.com/docker-library/percona/blob/e32f419e1c59931c8b0c2e392e09d8f102f798a0/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). diff --git a/sentry/README.md b/sentry/README.md index 8a2a3a66f..456a3871a 100644 --- a/sentry/README.md +++ b/sentry/README.md @@ -1,6 +1,6 @@ # Supported tags and respective `Dockerfile` links -- [`7.6.0`, `7.6`, `7`, `latest` (*Dockerfile*)](https://github.com/docker-library/sentry/blob/6fce092844de38bcd3b546ba654429604adc3718/Dockerfile) +- [`7.6.2`, `7.6`, `7`, `latest` (*Dockerfile*)](https://github.com/docker-library/sentry/blob/f91422340daafd427feacf91994520ade4e10127/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).