From be70ab28e831f5f881f11dea1c1b1cd862a10e69 Mon Sep 17 00:00:00 2001 From: Docker Library Bot Date: Wed, 3 Feb 2016 16:29:20 -0800 Subject: [PATCH] Run update.sh --- aerospike/README.md | 2 ++ alpine/README.md | 2 ++ arangodb/README.md | 2 ++ bonita/README.md | 2 ++ buildpack-deps/README.md | 2 ++ busybox/README.md | 2 ++ cassandra/README.md | 2 ++ celery/README.md | 2 ++ centos/README.md | 2 ++ cirros/README.md | 2 ++ clojure/README.md | 2 ++ couchbase/README.md | 2 ++ crate/README.md | 2 ++ crux/README.md | 2 ++ debian/README.md | 2 ++ django/README.md | 2 ++ docker-dev/README.md | 2 ++ docker/README.md | 2 ++ drupal/README.md | 2 ++ elasticsearch/README.md | 2 ++ erlang/README.md | 2 ++ fedora/README.md | 2 ++ gazebo/README.md | 2 ++ gcc/README.md | 2 ++ ghost/README.md | 2 ++ glassfish/README.md | 2 ++ golang/README.md | 2 ++ haproxy/README.md | 2 ++ haskell/README.md | 2 ++ hello-world/README.md | 2 ++ hipache/README.md | 2 ++ httpd/README.md | 2 ++ hylang/README.md | 2 ++ iojs/README.md | 2 ++ irssi/README.md | 2 ++ java/README.md | 2 ++ jenkins/README.md | 2 ++ jetty/README.md | 2 ++ joomla/README.md | 2 ++ jruby/README.md | 2 ++ julia/README.md | 2 ++ kaazing-gateway/README.md | 2 ++ kibana/README.md | 2 ++ logstash/README.md | 2 ++ mageia/README.md | 2 ++ mariadb/README.md | 2 ++ maven/README.md | 2 ++ memcached/README.md | 2 ++ mongo/README.md | 2 ++ mono/README.md | 2 ++ mysql/README.md | 2 ++ nats/README.md | 2 ++ neo4j/README.md | 2 ++ neurodebian/README.md | 2 ++ nginx/README.md | 2 ++ node/README.md | 2 ++ nuxeo/README.md | 2 ++ odoo/README.md | 2 ++ opensuse/README.md | 2 ++ oraclelinux/README.md | 2 ++ owncloud/README.md | 2 ++ percona/README.md | 2 ++ perl/README.md | 2 ++ photon/README.md | 2 ++ php-zendserver/README.md | 2 ++ php/README.md | 2 ++ postgres/README.md | 2 ++ pypy/README.md | 2 ++ python/README.md | 2 ++ r-base/README.md | 2 ++ rabbitmq/README.md | 2 ++ rails/README.md | 2 ++ rakudo-star/README.md | 2 ++ redis/README.md | 2 ++ redmine/README.md | 2 ++ registry/README.md | 2 ++ rethinkdb/README.md | 2 ++ rocket.chat/README.md | 2 ++ ros/README.md | 2 ++ ruby/README.md | 2 ++ sentry/README.md | 2 ++ solr/README.md | 2 ++ sonarqube/README.md | 2 ++ sourcemage/README.md | 2 ++ swarm/README.md | 2 ++ thrift/README.md | 2 ++ tomcat/README.md | 2 ++ tomee/README.md | 2 ++ ubuntu-debootstrap/README.md | 2 ++ ubuntu-upstart/README.md | 2 ++ ubuntu/README.md | 2 ++ websphere-liberty/README.md | 2 ++ wordpress/README.md | 2 ++ 93 files changed, 186 insertions(+) diff --git a/aerospike/README.md b/aerospike/README.md index f4194731f..1b427121f 100644 --- a/aerospike/README.md +++ b/aerospike/README.md @@ -2,6 +2,8 @@ - [`3.7.1`, `latest` (*Dockerfile*)](https://github.com/aerospike/aerospike-server.docker/blob/2d1c4ef7525f751a7bb9f342f7609e298ef8dd1c/Dockerfile) +[![](https://badge.imagelayers.io/aerospike:latest.svg)](https://imagelayers.io/?images=aerospike:3.7.1) + For more information about this image and its history, please see [the relevant manifest file (`library/aerospike`)](https://github.com/docker-library/official-images/blob/master/library/aerospike). This image is updated via pull requests to [the `docker-library/official-images` GitHub repo](https://github.com/docker-library/official-images). For detailed information about the virtual/transfer sizes and individual layers of each of the above supported tags, please see [the `aerospike/tag-details.md` file](https://github.com/docker-library/docs/blob/master/aerospike/tag-details.md) in [the `docker-library/docs` GitHub repo](https://github.com/docker-library/docs). diff --git a/alpine/README.md b/alpine/README.md index a5a9ced18..d2ddcaaa1 100644 --- a/alpine/README.md +++ b/alpine/README.md @@ -7,6 +7,8 @@ - [`3.3`, `latest` (*versions/library-3.3/Dockerfile*)](https://github.com/gliderlabs/docker-alpine/blob/9ad8b8d1bb062e54ed8d71f351a60dd01341ae1a/versions/library-3.3/Dockerfile) - [`edge` (*versions/library-edge/Dockerfile*)](https://github.com/gliderlabs/docker-alpine/blob/309793a38f9b677f6a869d9c840cf45cfb53bc9f/versions/library-edge/Dockerfile) +[![](https://badge.imagelayers.io/alpine:latest.svg)](https://imagelayers.io/?images=alpine:2.6,alpine:2.7,alpine:3.1,alpine:3.2,alpine:3.3,alpine:edge) + For more information about this image and its history, please see [the relevant manifest file (`library/alpine`)](https://github.com/docker-library/official-images/blob/master/library/alpine). This image is updated via pull requests to [the `docker-library/official-images` GitHub repo](https://github.com/docker-library/official-images). For detailed information about the virtual/transfer sizes and individual layers of each of the above supported tags, please see [the `alpine/tag-details.md` file](https://github.com/docker-library/docs/blob/master/alpine/tag-details.md) in [the `docker-library/docs` GitHub repo](https://github.com/docker-library/docs). diff --git a/arangodb/README.md b/arangodb/README.md index 2b012d624..d852f1ff9 100644 --- a/arangodb/README.md +++ b/arangodb/README.md @@ -5,6 +5,8 @@ - [`2.7`, `2.7.5` (*jessie/2.7.5/Dockerfile*)](https://github.com/arangodb/arangodb-docker/blob/dbfcc5f3edb37f622a2acd221b58106547b05fae/jessie/2.7.5/Dockerfile) - [`2.8`, `2.8.1`, `latest` (*jessie/2.8.1/Dockerfile*)](https://github.com/arangodb/arangodb-docker/blob/694aacf25b43e79ad3be658fe33f4ee9455e17cf/jessie/2.8.1/Dockerfile) +[![](https://badge.imagelayers.io/arangodb:latest.svg)](https://imagelayers.io/?images=arangodb:2.5.5,arangodb:2.6,arangodb:2.7,arangodb:2.8) + For more information about this image and its history, please see [the relevant manifest file (`library/arangodb`)](https://github.com/docker-library/official-images/blob/master/library/arangodb). This image is updated via pull requests to [the `docker-library/official-images` GitHub repo](https://github.com/docker-library/official-images). For detailed information about the virtual/transfer sizes and individual layers of each of the above supported tags, please see [the `arangodb/tag-details.md` file](https://github.com/docker-library/docs/blob/master/arangodb/tag-details.md) in [the `docker-library/docs` GitHub repo](https://github.com/docker-library/docs). diff --git a/bonita/README.md b/bonita/README.md index c614b16fc..f169b9779 100644 --- a/bonita/README.md +++ b/bonita/README.md @@ -5,6 +5,8 @@ - [`7.0.2` (*7.0/Dockerfile*)](https://github.com/Bonitasoft-Community/docker_bonita/blob/c5df61351f71d8691e7746a171b8294f58555338/7.0/Dockerfile) - [`7.0.3`, `latest` (*7.0/Dockerfile*)](https://github.com/Bonitasoft-Community/docker_bonita/blob/cdbbd1c8fce49255116b63799fa939afd3ee7641/7.0/Dockerfile) +[![](https://badge.imagelayers.io/bonita:latest.svg)](https://imagelayers.io/?images=bonita:7.0.0,bonita:7.0.1,bonita:7.0.2,bonita:7.0.3) + For more information about this image and its history, please see [the relevant manifest file (`library/bonita`)](https://github.com/docker-library/official-images/blob/master/library/bonita). This image is updated via pull requests to [the `docker-library/official-images` GitHub repo](https://github.com/docker-library/official-images). For detailed information about the virtual/transfer sizes and individual layers of each of the above supported tags, please see [the `bonita/tag-details.md` file](https://github.com/docker-library/docs/blob/master/bonita/tag-details.md) in [the `docker-library/docs` GitHub repo](https://github.com/docker-library/docs). diff --git a/buildpack-deps/README.md b/buildpack-deps/README.md index e616e02cd..2eb8fbc0f 100644 --- a/buildpack-deps/README.md +++ b/buildpack-deps/README.md @@ -28,6 +28,8 @@ - [`xenial-scm` (*xenial/scm/Dockerfile*)](https://github.com/docker-library/buildpack-deps/blob/2da658b9a1b91fa61d63ffad2ea52685cac6c702/xenial/scm/Dockerfile) - [`xenial` (*xenial/Dockerfile*)](https://github.com/docker-library/buildpack-deps/blob/2da658b9a1b91fa61d63ffad2ea52685cac6c702/xenial/Dockerfile) +[![](https://badge.imagelayers.io/buildpack-deps:latest.svg)](https://imagelayers.io/?images=buildpack-deps:jessie-curl,buildpack-deps:jessie-scm,buildpack-deps:jessie,buildpack-deps:precise-curl,buildpack-deps:precise-scm,buildpack-deps:precise,buildpack-deps:sid-curl,buildpack-deps:sid-scm,buildpack-deps:sid,buildpack-deps:stretch-curl,buildpack-deps:stretch-scm,buildpack-deps:stretch,buildpack-deps:trusty-curl,buildpack-deps:trusty-scm,buildpack-deps:trusty,buildpack-deps:vivid-curl,buildpack-deps:vivid-scm,buildpack-deps:vivid,buildpack-deps:wheezy-curl,buildpack-deps:wheezy-scm,buildpack-deps:wheezy,buildpack-deps:wily-curl,buildpack-deps:wily-scm,buildpack-deps:wily,buildpack-deps:xenial-curl,buildpack-deps:xenial-scm,buildpack-deps:xenial) + 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). This image is updated via pull requests to [the `docker-library/official-images` GitHub repo](https://github.com/docker-library/official-images). For detailed information about the virtual/transfer sizes and individual layers of each of the above supported tags, please see [the `buildpack-deps/tag-details.md` file](https://github.com/docker-library/docs/blob/master/buildpack-deps/tag-details.md) in [the `docker-library/docs` GitHub repo](https://github.com/docker-library/docs). diff --git a/busybox/README.md b/busybox/README.md index e1618d80d..07be043e6 100644 --- a/busybox/README.md +++ b/busybox/README.md @@ -4,6 +4,8 @@ - [`1.24.1-musl`, `1.24-musl`, `1-musl`, `musl` (*musl/Dockerfile*)](https://github.com/docker-library/busybox/blob/81c593a39bec858e92bfa2c239aa57e7b988ba37/musl/Dockerfile) - [`1.24.1-uclibc`, `1.24.1`, `1.24-uclibc`, `1.24`, `1-uclibc`, `1`, `uclibc`, `latest` (*uclibc/Dockerfile*)](https://github.com/docker-library/busybox/blob/81c593a39bec858e92bfa2c239aa57e7b988ba37/uclibc/Dockerfile) +[![](https://badge.imagelayers.io/busybox:latest.svg)](https://imagelayers.io/?images=busybox:1.24.1-glibc,busybox:1.24.1-musl,busybox:1.24.1-uclibc) + For more information about this image and its history, please see [the relevant manifest file (`library/busybox`)](https://github.com/docker-library/official-images/blob/master/library/busybox). This image is updated via pull requests to [the `docker-library/official-images` GitHub repo](https://github.com/docker-library/official-images). For detailed information about the virtual/transfer sizes and individual layers of each of the above supported tags, please see [the `busybox/tag-details.md` file](https://github.com/docker-library/docs/blob/master/busybox/tag-details.md) in [the `docker-library/docs` GitHub repo](https://github.com/docker-library/docs). diff --git a/cassandra/README.md b/cassandra/README.md index 8ba78790f..51ed273fe 100644 --- a/cassandra/README.md +++ b/cassandra/README.md @@ -6,6 +6,8 @@ - [`3.1.1`, `3.1` (*3.1/Dockerfile*)](https://github.com/docker-library/cassandra/blob/e57caf5f7dc58160846753096016f81224bc0a80/3.1/Dockerfile) - [`3.2`, `3`, `latest` (*3.2/Dockerfile*)](https://github.com/docker-library/cassandra/blob/e57caf5f7dc58160846753096016f81224bc0a80/3.2/Dockerfile) +[![](https://badge.imagelayers.io/cassandra:latest.svg)](https://imagelayers.io/?images=cassandra:2.1.12,cassandra:2.2.4,cassandra:3.0.2,cassandra:3.1.1,cassandra:3.2) + 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). This image is updated via pull requests to [the `docker-library/official-images` GitHub repo](https://github.com/docker-library/official-images). For detailed information about the virtual/transfer sizes and individual layers of each of the above supported tags, please see [the `cassandra/tag-details.md` file](https://github.com/docker-library/docs/blob/master/cassandra/tag-details.md) in [the `docker-library/docs` GitHub repo](https://github.com/docker-library/docs). diff --git a/celery/README.md b/celery/README.md index 1a9184983..3da2493d2 100644 --- a/celery/README.md +++ b/celery/README.md @@ -2,6 +2,8 @@ - [`3.1.20`, `3.1`, `3`, `latest` (*Dockerfile*)](https://github.com/docker-library/celery/blob/22c9fed4bb5d41ba5ec7a52294c85a44c6b4dc34/Dockerfile) +[![](https://badge.imagelayers.io/celery:latest.svg)](https://imagelayers.io/?images=celery:3.1.20) + For more information about this image and its history, please see [the relevant manifest file (`library/celery`)](https://github.com/docker-library/official-images/blob/master/library/celery). This image is updated via pull requests to [the `docker-library/official-images` GitHub repo](https://github.com/docker-library/official-images). For detailed information about the virtual/transfer sizes and individual layers of each of the above supported tags, please see [the `celery/tag-details.md` file](https://github.com/docker-library/docs/blob/master/celery/tag-details.md) in [the `docker-library/docs` GitHub repo](https://github.com/docker-library/docs). diff --git a/centos/README.md b/centos/README.md index 28da1bc3e..68f0e08dc 100644 --- a/centos/README.md +++ b/centos/README.md @@ -10,6 +10,8 @@ - [`centos6.6`, `6.6` (*docker/Dockerfile*)](https://github.com/CentOS/sig-cloud-instance-images/blob/8911843d9a6cc71aadd81e491f94618aded94f30/docker/Dockerfile) - [`centos5.11`, `5.11` (*docker/Dockerfile*)](https://github.com/CentOS/sig-cloud-instance-images/blob/2d0554464ae19f4fd70d1b540c8968dbe872797b/docker/Dockerfile) +[![](https://badge.imagelayers.io/centos:latest.svg)](https://imagelayers.io/?images=centos:latest,centos:centos6,centos:centos5,centos:centos7.2.1511,centos:centos7.1.1503,centos:centos7.0.1406,centos:centos6.7,centos:centos6.6,centos:centos5.11) + For more information about this image and its history, please see [the relevant manifest file (`library/centos`)](https://github.com/docker-library/official-images/blob/master/library/centos). This image is updated via pull requests to [the `docker-library/official-images` GitHub repo](https://github.com/docker-library/official-images). For detailed information about the virtual/transfer sizes and individual layers of each of the above supported tags, please see [the `centos/tag-details.md` file](https://github.com/docker-library/docs/blob/master/centos/tag-details.md) in [the `docker-library/docs` GitHub repo](https://github.com/docker-library/docs). diff --git a/cirros/README.md b/cirros/README.md index 425ac37b9..ac30f9725 100644 --- a/cirros/README.md +++ b/cirros/README.md @@ -3,6 +3,8 @@ - [`latest`, `0.3.4` (*Dockerfile*)](https://github.com/ewindisch/docker-cirros/blob/fd9aa114c465237518535d3545d4f9c4bc1d0aa5/Dockerfile) - [`0.3.3` (*Dockerfile*)](https://github.com/ewindisch/docker-cirros/blob/5ef3f5024b0aa80553cc34be9eff6685cb31b458/Dockerfile) +[![](https://badge.imagelayers.io/cirros:latest.svg)](https://imagelayers.io/?images=cirros:latest,cirros:0.3.3) + For more information about this image and its history, please see [the relevant manifest file (`library/cirros`)](https://github.com/docker-library/official-images/blob/master/library/cirros). This image is updated via pull requests to [the `docker-library/official-images` GitHub repo](https://github.com/docker-library/official-images). For detailed information about the virtual/transfer sizes and individual layers of each of the above supported tags, please see [the `cirros/tag-details.md` file](https://github.com/docker-library/docs/blob/master/cirros/tag-details.md) in [the `docker-library/docs` GitHub repo](https://github.com/docker-library/docs). diff --git a/clojure/README.md b/clojure/README.md index 5e4b7ed56..6bfaf03e1 100644 --- a/clojure/README.md +++ b/clojure/README.md @@ -3,6 +3,8 @@ - [`latest`, `lein-2.5.3` (*Dockerfile*)](https://github.com/Quantisan/docker-clojure/blob/a22cdfcdf10fd5c99fa4bb993c71847ab00ee2a9/Dockerfile) - [`onbuild`, `lein-2.5.3-onbuild` (*onbuild/Dockerfile*)](https://github.com/Quantisan/docker-clojure/blob/a22cdfcdf10fd5c99fa4bb993c71847ab00ee2a9/onbuild/Dockerfile) +[![](https://badge.imagelayers.io/clojure:latest.svg)](https://imagelayers.io/?images=clojure:latest,clojure:onbuild) + For more information about this image and its history, please see [the relevant manifest file (`library/clojure`)](https://github.com/docker-library/official-images/blob/master/library/clojure). This image is updated via pull requests to [the `docker-library/official-images` GitHub repo](https://github.com/docker-library/official-images). For detailed information about the virtual/transfer sizes and individual layers of each of the above supported tags, please see [the `clojure/tag-details.md` file](https://github.com/docker-library/docs/blob/master/clojure/tag-details.md) in [the `docker-library/docs` GitHub repo](https://github.com/docker-library/docs). diff --git a/couchbase/README.md b/couchbase/README.md index 69ec2796d..c3fcd18c3 100644 --- a/couchbase/README.md +++ b/couchbase/README.md @@ -10,6 +10,8 @@ - [`2.5.2`, `enterprise-2.5.2` (*enterprise/couchbase-server/2.5.2/Dockerfile*)](https://github.com/couchbase/docker/blob/7eb049d012eed3821ead1d8a728a07bf33db85a1/enterprise/couchbase-server/2.5.2/Dockerfile) - [`community-2.2.0` (*community/couchbase-server/2.2.0/Dockerfile*)](https://github.com/couchbase/docker/blob/7eb049d012eed3821ead1d8a728a07bf33db85a1/community/couchbase-server/2.2.0/Dockerfile) +[![](https://badge.imagelayers.io/couchbase:latest.svg)](https://imagelayers.io/?images=couchbase:latest,couchbase:4.0.0,couchbase:community-4.0.0,couchbase:3.1.0,couchbase:3.0.3,couchbase:3.0.2,couchbase:community-3.0.1,couchbase:2.5.2,couchbase:community-2.2.0) + For more information about this image and its history, please see [the relevant manifest file (`library/couchbase`)](https://github.com/docker-library/official-images/blob/master/library/couchbase). This image is updated via pull requests to [the `docker-library/official-images` GitHub repo](https://github.com/docker-library/official-images). For detailed information about the virtual/transfer sizes and individual layers of each of the above supported tags, please see [the `couchbase/tag-details.md` file](https://github.com/docker-library/docs/blob/master/couchbase/tag-details.md) in [the `docker-library/docs` GitHub repo](https://github.com/docker-library/docs). diff --git a/crate/README.md b/crate/README.md index 82b26ca71..40f90a1db 100644 --- a/crate/README.md +++ b/crate/README.md @@ -3,6 +3,8 @@ - [`latest`, `0.54`, `0.54.4` (*Dockerfile*)](https://github.com/crate/docker-crate/blob/921b64f8b8ad1711a246dafcdcd126343b0b7cad/Dockerfile) - [`0.52`, `0.52.4` (*Dockerfile*)](https://github.com/crate/docker-crate/blob/cce8f796ba8936250eb380235cde47be494d1e95/Dockerfile) +[![](https://badge.imagelayers.io/crate:latest.svg)](https://imagelayers.io/?images=crate:latest,crate:0.52) + 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). This image is updated via pull requests to [the `docker-library/official-images` GitHub repo](https://github.com/docker-library/official-images). For detailed information about the virtual/transfer sizes and individual layers of each of the above supported tags, please see [the `crate/tag-details.md` file](https://github.com/docker-library/docs/blob/master/crate/tag-details.md) in [the `docker-library/docs` GitHub repo](https://github.com/docker-library/docs). diff --git a/crux/README.md b/crux/README.md index 4a1688e0e..9d4d9ae22 100644 --- a/crux/README.md +++ b/crux/README.md @@ -2,6 +2,8 @@ - [`latest`, `3.1` (*Dockerfile*)](https://github.com/prologic/docker-crux/blob/c614d61c53c05c02a43a34187fa1370db2c61524/Dockerfile) +[![](https://badge.imagelayers.io/crux:latest.svg)](https://imagelayers.io/?images=crux:latest) + For more information about this image and its history, please see [the relevant manifest file (`library/crux`)](https://github.com/docker-library/official-images/blob/master/library/crux). This image is updated via pull requests to [the `docker-library/official-images` GitHub repo](https://github.com/docker-library/official-images). For detailed information about the virtual/transfer sizes and individual layers of each of the above supported tags, please see [the `crux/tag-details.md` file](https://github.com/docker-library/docs/blob/master/crux/tag-details.md) in [the `docker-library/docs` GitHub repo](https://github.com/docker-library/docs). diff --git a/debian/README.md b/debian/README.md index 15277e8ec..9dfd58a70 100644 --- a/debian/README.md +++ b/debian/README.md @@ -16,6 +16,8 @@ - [`rc-buggy` (*debian/rc-buggy/Dockerfile*)](https://github.com/tianon/dockerfiles/blob/22a998f815d55217afa0075411b810b8889ceac1/debian/rc-buggy/Dockerfile) - [`experimental` (*debian/experimental/Dockerfile*)](https://github.com/tianon/dockerfiles/blob/22a998f815d55217afa0075411b810b8889ceac1/debian/experimental/Dockerfile) +[![](https://badge.imagelayers.io/debian:latest.svg)](https://imagelayers.io/?images=debian:8.3,debian:jessie-backports,debian:oldstable,debian:oldstable-backports,debian:sid,debian:6.0.10,debian:stable,debian:stable-backports,debian:stretch,debian:testing,debian:unstable,debian:7.9,debian:wheezy-backports,debian:rc-buggy,debian:experimental) + 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). This image is updated via pull requests to [the `docker-library/official-images` GitHub repo](https://github.com/docker-library/official-images). For detailed information about the virtual/transfer sizes and individual layers of each of the above supported tags, please see [the `debian/tag-details.md` file](https://github.com/docker-library/docs/blob/master/debian/tag-details.md) in [the `docker-library/docs` GitHub repo](https://github.com/docker-library/docs). diff --git a/django/README.md b/django/README.md index f535d9c05..c92d4bb85 100644 --- a/django/README.md +++ b/django/README.md @@ -5,6 +5,8 @@ - [`1.9.2-python3`, `1.9.2`, `1.9-python3`, `1.9`, `1-python3`, `1`, `python3`, `latest` (*3.4/Dockerfile*)](https://github.com/docker-library/django/blob/c5e6eb31208f4645a5c01c4bb6f602b8bd0b2bfe/3.4/Dockerfile) - [`python3-onbuild`, `onbuild` (*3.4/onbuild/Dockerfile*)](https://github.com/docker-library/django/blob/cecbb2bbbcb69d1b8358398eaf8d9638e3bdd447/3.4/onbuild/Dockerfile) +[![](https://badge.imagelayers.io/django:latest.svg)](https://imagelayers.io/?images=django:1.9.2-python2,django:python2-onbuild,django:1.9.2-python3,django:python3-onbuild) + 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). This image is updated via pull requests to [the `docker-library/official-images` GitHub repo](https://github.com/docker-library/official-images). For detailed information about the virtual/transfer sizes and individual layers of each of the above supported tags, please see [the `django/tag-details.md` file](https://github.com/docker-library/docs/blob/master/django/tag-details.md) in [the `docker-library/docs` GitHub repo](https://github.com/docker-library/docs). diff --git a/docker-dev/README.md b/docker-dev/README.md index adfbfb3f1..637573d82 100644 --- a/docker-dev/README.md +++ b/docker-dev/README.md @@ -6,6 +6,8 @@ This image is officially deprecated in favor of [the `dockercore/docker` automat - [`1.9.1`, `1.9`, `1` (*Dockerfile*)](https://github.com/docker/docker/blob/a34a1d598c6096ed8b5ce5219e77d68e5cd85462/Dockerfile) +[![](https://badge.imagelayers.io/docker-dev:1.9.1.svg)](https://imagelayers.io/?images=docker-dev:1.9.1) + 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). This image is updated via pull requests to [the `docker-library/official-images` GitHub repo](https://github.com/docker-library/official-images). For detailed information about the virtual/transfer sizes and individual layers of each of the above supported tags, please see [the `docker-dev/tag-details.md` file](https://github.com/docker-library/docs/blob/master/docker-dev/tag-details.md) in [the `docker-library/docs` GitHub repo](https://github.com/docker-library/docs). diff --git a/docker/README.md b/docker/README.md index 078e254ff..f458c4e10 100644 --- a/docker/README.md +++ b/docker/README.md @@ -10,6 +10,8 @@ - [`1.10.0-rc3-dind`, `1.10-rc-dind`, `rc-dind` (*1.10-rc/dind/Dockerfile*)](https://github.com/docker-library/docker/blob/945f73423dd843ee587567712b6657d5780307da/1.10-rc/dind/Dockerfile) - [`1.10.0-rc3-git`, `1.10-rc-git`, `rc-git` (*1.10-rc/git/Dockerfile*)](https://github.com/docker-library/docker/blob/945f73423dd843ee587567712b6657d5780307da/1.10-rc/git/Dockerfile) +[![](https://badge.imagelayers.io/docker:latest.svg)](https://imagelayers.io/?images=docker:1.9.1,docker:1.9.1-dind,docker:1.9.1-git,docker:1.8.3,docker:1.8.3-dind,docker:1.8.3-git,docker:1.10.0-rc3,docker:1.10.0-rc3-dind,docker:1.10.0-rc3-git) + For more information about this image and its history, please see [the relevant manifest file (`library/docker`)](https://github.com/docker-library/official-images/blob/master/library/docker). This image is updated via pull requests to [the `docker-library/official-images` GitHub repo](https://github.com/docker-library/official-images). For detailed information about the virtual/transfer sizes and individual layers of each of the above supported tags, please see [the `docker/tag-details.md` file](https://github.com/docker-library/docs/blob/master/docker/tag-details.md) in [the `docker-library/docs` GitHub repo](https://github.com/docker-library/docs). diff --git a/drupal/README.md b/drupal/README.md index 0bbb1746b..b5cba3fda 100644 --- a/drupal/README.md +++ b/drupal/README.md @@ -3,6 +3,8 @@ - [`7.42`, `7` (*7/Dockerfile*)](https://github.com/docker-library/drupal/blob/e1b4c2b894645c6919849de16d82a2a0da2ea5c3/7/Dockerfile) - [`8.0.3`, `8.0`, `8`, `latest` (*8/Dockerfile*)](https://github.com/docker-library/drupal/blob/3b7218a46cdd867a93b6ab7dde514555c05a8018/8/Dockerfile) +[![](https://badge.imagelayers.io/drupal:latest.svg)](https://imagelayers.io/?images=drupal:7.42,drupal:8.0.3) + For more information about this image and its history, please see [the relevant manifest file (`library/drupal`)](https://github.com/docker-library/official-images/blob/master/library/drupal). This image is updated via pull requests to [the `docker-library/official-images` GitHub repo](https://github.com/docker-library/official-images). For detailed information about the virtual/transfer sizes and individual layers of each of the above supported tags, please see [the `drupal/tag-details.md` file](https://github.com/docker-library/docs/blob/master/drupal/tag-details.md) in [the `docker-library/docs` GitHub repo](https://github.com/docker-library/docs). diff --git a/elasticsearch/README.md b/elasticsearch/README.md index 4337309ca..97f093ed2 100644 --- a/elasticsearch/README.md +++ b/elasticsearch/README.md @@ -9,6 +9,8 @@ - [`2.1.2`, `2.1` (*2.1/Dockerfile*)](https://github.com/docker-library/elasticsearch/blob/bb12cc0808cdcd5c77757b96f8516f2138972728/2.1/Dockerfile) - [`2.2.0`, `2.2`, `2`, `latest` (*2.2/Dockerfile*)](https://github.com/docker-library/elasticsearch/blob/5b2bf54e2c17a8e2e1b062ea0d071eae600bfec2/2.2/Dockerfile) +[![](https://badge.imagelayers.io/elasticsearch:latest.svg)](https://imagelayers.io/?images=elasticsearch:1.3.9,elasticsearch:1.4.5,elasticsearch:1.5.2,elasticsearch:1.6.2,elasticsearch:1.7.5,elasticsearch:2.0.2,elasticsearch:2.1.2,elasticsearch:2.2.0) + 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). This image is updated via pull requests to [the `docker-library/official-images` GitHub repo](https://github.com/docker-library/official-images). For detailed information about the virtual/transfer sizes and individual layers of each of the above supported tags, please see [the `elasticsearch/tag-details.md` file](https://github.com/docker-library/docs/blob/master/elasticsearch/tag-details.md) in [the `docker-library/docs` GitHub repo](https://github.com/docker-library/docs). diff --git a/erlang/README.md b/erlang/README.md index cdf842d77..e6d68999a 100644 --- a/erlang/README.md +++ b/erlang/README.md @@ -6,6 +6,8 @@ - [`17.5.6.8`, `17.5`, `17` (*17/Dockerfile*)](https://github.com/c0b/docker-erlang-otp/blob/7b450cd7f43203d34c10ae0d35e9f8ea67257415/17/Dockerfile) - [`17.5-slim`, `17-slim` (*17/slim/Dockerfile*)](https://github.com/c0b/docker-erlang-otp/blob/7b450cd7f43203d34c10ae0d35e9f8ea67257415/17/slim/Dockerfile) +[![](https://badge.imagelayers.io/erlang:latest.svg)](https://imagelayers.io/?images=erlang:18.2.3,erlang:18.2-slim,erlang:18.2.3-onbuild,erlang:17.5.6.8,erlang:17.5-slim) + For more information about this image and its history, please see [the relevant manifest file (`library/erlang`)](https://github.com/docker-library/official-images/blob/master/library/erlang). This image is updated via pull requests to [the `docker-library/official-images` GitHub repo](https://github.com/docker-library/official-images). For detailed information about the virtual/transfer sizes and individual layers of each of the above supported tags, please see [the `erlang/tag-details.md` file](https://github.com/docker-library/docs/blob/master/erlang/tag-details.md) in [the `docker-library/docs` GitHub repo](https://github.com/docker-library/docs). diff --git a/fedora/README.md b/fedora/README.md index 0309cbf59..39ceaab63 100644 --- a/fedora/README.md +++ b/fedora/README.md @@ -6,6 +6,8 @@ - [`rawhide` (*Dockerfile*)](https://github.com/fedora-cloud/docker-brew-fedora/blob/3c8996c44e7876c7987199e3bf0346e824605a54/Dockerfile) - [`20`, `heisenbug` (*Dockerfile*)](https://github.com/fedora-cloud/docker-brew-fedora/blob/10ada29063147fde9e39190f4c2344b6e6e659e6/Dockerfile) +[![](https://badge.imagelayers.io/fedora:latest.svg)](https://imagelayers.io/?images=fedora:latest,fedora:22,fedora:21,fedora:rawhide,fedora:20) + For more information about this image and its history, please see [the relevant manifest file (`library/fedora`)](https://github.com/docker-library/official-images/blob/master/library/fedora). This image is updated via pull requests to [the `docker-library/official-images` GitHub repo](https://github.com/docker-library/official-images). For detailed information about the virtual/transfer sizes and individual layers of each of the above supported tags, please see [the `fedora/tag-details.md` file](https://github.com/docker-library/docs/blob/master/fedora/tag-details.md) in [the `docker-library/docs` GitHub repo](https://github.com/docker-library/docs). diff --git a/gazebo/README.md b/gazebo/README.md index e04acdc17..aa3e11778 100644 --- a/gazebo/README.md +++ b/gazebo/README.md @@ -7,6 +7,8 @@ - [`gzserver6` (*gazebo/gazebo6/gzserver6/Dockerfile*)](https://github.com/osrf/docker_images/blob/892f4973b5016fc101ae7974be2a9571ea962dff/gazebo/gazebo6/gzserver6/Dockerfile) - [`libgazebo6`, `latest` (*gazebo/gazebo6/libgazebo6/Dockerfile*)](https://github.com/osrf/docker_images/blob/892f4973b5016fc101ae7974be2a9571ea962dff/gazebo/gazebo6/libgazebo6/Dockerfile) +[![](https://badge.imagelayers.io/gazebo:latest.svg)](https://imagelayers.io/?images=gazebo:gzserver4,gazebo:libgazebo4,gazebo:gzserver5,gazebo:libgazebo5,gazebo:gzserver6,gazebo:libgazebo6) + For more information about this image and its history, please see [the relevant manifest file (`library/gazebo`)](https://github.com/docker-library/official-images/blob/master/library/gazebo). This image is updated via pull requests to [the `docker-library/official-images` GitHub repo](https://github.com/docker-library/official-images). For detailed information about the virtual/transfer sizes and individual layers of each of the above supported tags, please see [the `gazebo/tag-details.md` file](https://github.com/docker-library/docs/blob/master/gazebo/tag-details.md) in [the `docker-library/docs` GitHub repo](https://github.com/docker-library/docs). diff --git a/gcc/README.md b/gcc/README.md index 469f20abf..5c8edff88 100644 --- a/gcc/README.md +++ b/gcc/README.md @@ -6,6 +6,8 @@ - [`5.2.0`, `5.2` (*5.2/Dockerfile*)](https://github.com/docker-library/gcc/blob/2db1810f653d5a2b6135f81ed0d1f7659e462d7b/5.2/Dockerfile) - [`5.3.0`, `5.3`, `5`, `latest` (*5.3/Dockerfile*)](https://github.com/docker-library/gcc/blob/aeeaf564ad8cbce6eb1d6e7749d8394475e7d345/5.3/Dockerfile) +[![](https://badge.imagelayers.io/gcc:latest.svg)](https://imagelayers.io/?images=gcc:4.8.5,gcc:4.9.3,gcc:5.1.0,gcc:5.2.0,gcc:5.3.0) + For more information about this image and its history, please see [the relevant manifest file (`library/gcc`)](https://github.com/docker-library/official-images/blob/master/library/gcc). This image is updated via pull requests to [the `docker-library/official-images` GitHub repo](https://github.com/docker-library/official-images). For detailed information about the virtual/transfer sizes and individual layers of each of the above supported tags, please see [the `gcc/tag-details.md` file](https://github.com/docker-library/docs/blob/master/gcc/tag-details.md) in [the `docker-library/docs` GitHub repo](https://github.com/docker-library/docs). diff --git a/ghost/README.md b/ghost/README.md index eed4cfac7..5b8ce25f3 100644 --- a/ghost/README.md +++ b/ghost/README.md @@ -2,6 +2,8 @@ - [`0.7.6`, `0.7`, `0`, `latest` (*Dockerfile*)](https://github.com/docker-library/ghost/blob/1e4098ce8840142afb2b95e63acdfc7aa329b61b/Dockerfile) +[![](https://badge.imagelayers.io/ghost:latest.svg)](https://imagelayers.io/?images=ghost:0.7.6) + 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). This image is updated via pull requests to [the `docker-library/official-images` GitHub repo](https://github.com/docker-library/official-images). For detailed information about the virtual/transfer sizes and individual layers of each of the above supported tags, please see [the `ghost/tag-details.md` file](https://github.com/docker-library/docs/blob/master/ghost/tag-details.md) in [the `docker-library/docs` GitHub repo](https://github.com/docker-library/docs). diff --git a/glassfish/README.md b/glassfish/README.md index 7fd8bbb8f..43aaa51d3 100644 --- a/glassfish/README.md +++ b/glassfish/README.md @@ -3,6 +3,8 @@ - [`4.0-jdk7`, `4.0` (*4.0-jdk7/Dockerfile*)](https://github.com/aws/aws-eb-glassfish/blob/aafcfc5e812dfb9b998105d3ca9da1b7f10664e1/4.0-jdk7/Dockerfile) - [`4.1-jdk8`, `4.1`, `latest` (*4.1-jdk8/Dockerfile*)](https://github.com/aws/aws-eb-glassfish/blob/aafcfc5e812dfb9b998105d3ca9da1b7f10664e1/4.1-jdk8/Dockerfile) +[![](https://badge.imagelayers.io/glassfish:latest.svg)](https://imagelayers.io/?images=glassfish:4.0-jdk7,glassfish:4.1-jdk8) + For more information about this image and its history, please see [the relevant manifest file (`library/glassfish`)](https://github.com/docker-library/official-images/blob/master/library/glassfish). This image is updated via pull requests to [the `docker-library/official-images` GitHub repo](https://github.com/docker-library/official-images). For detailed information about the virtual/transfer sizes and individual layers of each of the above supported tags, please see [the `glassfish/tag-details.md` file](https://github.com/docker-library/docs/blob/master/glassfish/tag-details.md) in [the `docker-library/docs` GitHub repo](https://github.com/docker-library/docs). diff --git a/golang/README.md b/golang/README.md index 52b58d6fc..0fdcc4ed0 100644 --- a/golang/README.md +++ b/golang/README.md @@ -14,6 +14,8 @@ - [`1.6rc1-wheezy`, `1.6-wheezy` (*1.6/wheezy/Dockerfile*)](https://github.com/docker-library/golang/blob/de005b1ff6dc41f6c0f18ae06bbd2ef36da964bb/1.6/wheezy/Dockerfile) - [`1.6rc1-alpine`, `1.6-alpine` (*1.6/alpine/Dockerfile*)](https://github.com/docker-library/golang/blob/de005b1ff6dc41f6c0f18ae06bbd2ef36da964bb/1.6/alpine/Dockerfile) +[![](https://badge.imagelayers.io/golang:latest.svg)](https://imagelayers.io/?images=golang:1.4.3,golang:1.4.3-onbuild,golang:1.4.3-cross,golang:1.4.3-wheezy,golang:1.4.3-alpine,golang:1.5.3,golang:1.5.3-onbuild,golang:1.5.3-wheezy,golang:1.5.3-alpine,golang:1.6rc1,golang:1.6rc1-onbuild,golang:1.6rc1-wheezy,golang:1.6rc1-alpine) + For more information about this image and its history, please see [the relevant manifest file (`library/golang`)](https://github.com/docker-library/official-images/blob/master/library/golang). This image is updated via pull requests to [the `docker-library/official-images` GitHub repo](https://github.com/docker-library/official-images). For detailed information about the virtual/transfer sizes and individual layers of each of the above supported tags, please see [the `golang/tag-details.md` file](https://github.com/docker-library/docs/blob/master/golang/tag-details.md) in [the `docker-library/docs` GitHub repo](https://github.com/docker-library/docs). diff --git a/haproxy/README.md b/haproxy/README.md index 1bc4bb6f5..63a199ef7 100644 --- a/haproxy/README.md +++ b/haproxy/README.md @@ -4,6 +4,8 @@ - [`1.5.15`, `1.5` (*1.5/Dockerfile*)](https://github.com/docker-library/haproxy/blob/2c1ab61d9ba298a8b40164ed91d8d0a797e7bb1c/1.5/Dockerfile) - [`1.6.3`, `1.6`, `1`, `latest` (*1.6/Dockerfile*)](https://github.com/docker-library/haproxy/blob/7998146d9fb15e16c0550d978064e82619bf7702/1.6/Dockerfile) +[![](https://badge.imagelayers.io/haproxy:latest.svg)](https://imagelayers.io/?images=haproxy:1.4.26,haproxy:1.5.15,haproxy:1.6.3) + For more information about this image and its history, please see [the relevant manifest file (`library/haproxy`)](https://github.com/docker-library/official-images/blob/master/library/haproxy). This image is updated via pull requests to [the `docker-library/official-images` GitHub repo](https://github.com/docker-library/official-images). For detailed information about the virtual/transfer sizes and individual layers of each of the above supported tags, please see [the `haproxy/tag-details.md` file](https://github.com/docker-library/docs/blob/master/haproxy/tag-details.md) in [the `docker-library/docs` GitHub repo](https://github.com/docker-library/docs). diff --git a/haskell/README.md b/haskell/README.md index bab5dd542..9d85765ec 100644 --- a/haskell/README.md +++ b/haskell/README.md @@ -2,6 +2,8 @@ - [`7.10.3`, `7.10`, `7`, `latest` (*7.10/Dockerfile*)](https://github.com/freebroccolo/docker-haskell/blob/a396f0d9b35cabeb60920abd87a8b2612530cb1b/7.10/Dockerfile) +[![](https://badge.imagelayers.io/haskell:latest.svg)](https://imagelayers.io/?images=haskell:7.10.3) + For more information about this image and its history, please see [the relevant manifest file (`library/haskell`)](https://github.com/docker-library/official-images/blob/master/library/haskell). This image is updated via pull requests to [the `docker-library/official-images` GitHub repo](https://github.com/docker-library/official-images). For detailed information about the virtual/transfer sizes and individual layers of each of the above supported tags, please see [the `haskell/tag-details.md` file](https://github.com/docker-library/docs/blob/master/haskell/tag-details.md) in [the `docker-library/docs` GitHub repo](https://github.com/docker-library/docs). diff --git a/hello-world/README.md b/hello-world/README.md index a2233db2c..307030e34 100644 --- a/hello-world/README.md +++ b/hello-world/README.md @@ -2,6 +2,8 @@ - [`latest` (*Dockerfile*)](https://github.com/docker-library/hello-world/blob/22ecfe456f254d5babe6e413bed2de77cfaba047/Dockerfile) +[![](https://badge.imagelayers.io/hello-world:latest.svg)](https://imagelayers.io/?images=hello-world:latest) + For more information about this image and its history, please see [the relevant manifest file (`library/hello-world`)](https://github.com/docker-library/official-images/blob/master/library/hello-world). This image is updated via pull requests to [the `docker-library/official-images` GitHub repo](https://github.com/docker-library/official-images). For detailed information about the virtual/transfer sizes and individual layers of each of the above supported tags, please see [the `hello-world/tag-details.md` file](https://github.com/docker-library/docs/blob/master/hello-world/tag-details.md) in [the `docker-library/docs` GitHub repo](https://github.com/docker-library/docs). diff --git a/hipache/README.md b/hipache/README.md index ff1f65f82..cd84eec36 100644 --- a/hipache/README.md +++ b/hipache/README.md @@ -2,6 +2,8 @@ - [`latest`, `0.3.1` (*Dockerfile*)](https://github.com/dotcloud/hipache/blob/0.3.1/Dockerfile) +[![](https://badge.imagelayers.io/hipache:latest.svg)](https://imagelayers.io/?images=hipache:latest) + For more information about this image and its history, please see [the relevant manifest file (`library/hipache`)](https://github.com/docker-library/official-images/blob/master/library/hipache). This image is updated via pull requests to [the `docker-library/official-images` GitHub repo](https://github.com/docker-library/official-images). For detailed information about the virtual/transfer sizes and individual layers of each of the above supported tags, please see [the `hipache/tag-details.md` file](https://github.com/docker-library/docs/blob/master/hipache/tag-details.md) in [the `docker-library/docs` GitHub repo](https://github.com/docker-library/docs). diff --git a/httpd/README.md b/httpd/README.md index f2a2b329c..ca354ce60 100644 --- a/httpd/README.md +++ b/httpd/README.md @@ -3,6 +3,8 @@ - [`2.2.31`, `2.2` (*2.2/Dockerfile*)](https://github.com/docker-library/httpd/blob/01b9f786daeace767c57c82d7289f4a8490d1035/2.2/Dockerfile) - [`2.4.18`, `2.4`, `2`, `latest` (*2.4/Dockerfile*)](https://github.com/docker-library/httpd/blob/1f1f7d39d5fe5aebeedea6872786b4e3ce0ebcc9/2.4/Dockerfile) +[![](https://badge.imagelayers.io/httpd:latest.svg)](https://imagelayers.io/?images=httpd:2.2.31,httpd:2.4.18) + For more information about this image and its history, please see [the relevant manifest file (`library/httpd`)](https://github.com/docker-library/official-images/blob/master/library/httpd). This image is updated via pull requests to [the `docker-library/official-images` GitHub repo](https://github.com/docker-library/official-images). For detailed information about the virtual/transfer sizes and individual layers of each of the above supported tags, please see [the `httpd/tag-details.md` file](https://github.com/docker-library/docs/blob/master/httpd/tag-details.md) in [the `docker-library/docs` GitHub repo](https://github.com/docker-library/docs). diff --git a/hylang/README.md b/hylang/README.md index f9d546c30..ad09f2796 100644 --- a/hylang/README.md +++ b/hylang/README.md @@ -2,6 +2,8 @@ - [`latest`, `0`, `0.11`, `0.11.1` (*Dockerfile*)](https://github.com/hylang/hy/blob/0.11.1/Dockerfile) +[![](https://badge.imagelayers.io/hylang:latest.svg)](https://imagelayers.io/?images=hylang:latest) + For more information about this image and its history, please see [the relevant manifest file (`library/hylang`)](https://github.com/docker-library/official-images/blob/master/library/hylang). This image is updated via pull requests to [the `docker-library/official-images` GitHub repo](https://github.com/docker-library/official-images). For detailed information about the virtual/transfer sizes and individual layers of each of the above supported tags, please see [the `hylang/tag-details.md` file](https://github.com/docker-library/docs/blob/master/hylang/tag-details.md) in [the `docker-library/docs` GitHub repo](https://github.com/docker-library/docs). diff --git a/iojs/README.md b/iojs/README.md index fa2094723..c242f507d 100644 --- a/iojs/README.md +++ b/iojs/README.md @@ -10,6 +10,8 @@ - [`3.3.0-onbuild`, `3.3-onbuild`, `3-onbuild`, `onbuild` (*3.3/onbuild/Dockerfile*)](https://github.com/nodejs/docker-iojs/blob/54780958c85a399f6516a90d128cc49fc0ad96f8/3.3/onbuild/Dockerfile) - [`3.3.0-slim`, `3.3-slim`, `3-slim`, `slim` (*3.3/slim/Dockerfile*)](https://github.com/nodejs/docker-iojs/blob/54780958c85a399f6516a90d128cc49fc0ad96f8/3.3/slim/Dockerfile) +[![](https://badge.imagelayers.io/iojs:latest.svg)](https://imagelayers.io/?images=iojs:1.8.4,iojs:1.8.4-onbuild,iojs:1.8.4-slim,iojs:2.5.0,iojs:2.5.0-onbuild,iojs:2.5.0-slim,iojs:3.3.0,iojs:3.3.0-onbuild,iojs:3.3.0-slim) + 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). This image is updated via pull requests to [the `docker-library/official-images` GitHub repo](https://github.com/docker-library/official-images). For detailed information about the virtual/transfer sizes and individual layers of each of the above supported tags, please see [the `iojs/tag-details.md` file](https://github.com/docker-library/docs/blob/master/iojs/tag-details.md) in [the `docker-library/docs` GitHub repo](https://github.com/docker-library/docs). diff --git a/irssi/README.md b/irssi/README.md index c758f36b2..901aa3a46 100644 --- a/irssi/README.md +++ b/irssi/README.md @@ -2,6 +2,8 @@ - [`0.8.17`, `0.8`, `0`, `latest` (*Dockerfile*)](https://github.com/jfrazelle/irssi/blob/18b53336a61b495c2f76f9a71d433de4792395c6/Dockerfile) +[![](https://badge.imagelayers.io/irssi:latest.svg)](https://imagelayers.io/?images=irssi:0.8.17) + For more information about this image and its history, please see [the relevant manifest file (`library/irssi`)](https://github.com/docker-library/official-images/blob/master/library/irssi). This image is updated via pull requests to [the `docker-library/official-images` GitHub repo](https://github.com/docker-library/official-images). For detailed information about the virtual/transfer sizes and individual layers of each of the above supported tags, please see [the `irssi/tag-details.md` file](https://github.com/docker-library/docs/blob/master/irssi/tag-details.md) in [the `docker-library/docs` GitHub repo](https://github.com/docker-library/docs). diff --git a/java/README.md b/java/README.md index 14f645722..e61158649 100644 --- a/java/README.md +++ b/java/README.md @@ -9,6 +9,8 @@ - [`openjdk-9-b102-jdk`, `openjdk-9-b102`, `openjdk-9-jdk`, `openjdk-9`, `9-b102-jdk`, `9-b102`, `9-jdk`, `9` (*openjdk-9-jdk/Dockerfile*)](https://github.com/docker-library/java/blob/0235b70854cf9251ab4a1479696975412320a9bd/openjdk-9-jdk/Dockerfile) - [`openjdk-9-b102-jre`, `openjdk-9-jre`, `9-b102-jre`, `9-jre` (*openjdk-9-jre/Dockerfile*)](https://github.com/docker-library/java/blob/0235b70854cf9251ab4a1479696975412320a9bd/openjdk-9-jre/Dockerfile) +[![](https://badge.imagelayers.io/java:latest.svg)](https://imagelayers.io/?images=java:openjdk-6b38-jdk,java:openjdk-6b38-jre,java:openjdk-7u95-jdk,java:openjdk-7u95-jre,java:openjdk-8u72-jdk,java:openjdk-8u72-jre,java:openjdk-9-b102-jdk,java:openjdk-9-b102-jre) + 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). This image is updated via pull requests to [the `docker-library/official-images` GitHub repo](https://github.com/docker-library/official-images). For detailed information about the virtual/transfer sizes and individual layers of each of the above supported tags, please see [the `java/tag-details.md` file](https://github.com/docker-library/docs/blob/master/java/tag-details.md) in [the `docker-library/docs` GitHub repo](https://github.com/docker-library/docs). diff --git a/jenkins/README.md b/jenkins/README.md index 455074e77..9a545818d 100644 --- a/jenkins/README.md +++ b/jenkins/README.md @@ -2,6 +2,8 @@ - [`latest`, `1.642.1` (*Dockerfile*)](https://github.com/jenkinsci/jenkins-ci.org-docker/blob/62de121e41ddd92ef34e9999162932334b05f0d7/Dockerfile) +[![](https://badge.imagelayers.io/jenkins:latest.svg)](https://imagelayers.io/?images=jenkins:latest) + For more information about this image and its history, please see [the relevant manifest file (`library/jenkins`)](https://github.com/docker-library/official-images/blob/master/library/jenkins). This image is updated via pull requests to [the `docker-library/official-images` GitHub repo](https://github.com/docker-library/official-images). For detailed information about the virtual/transfer sizes and individual layers of each of the above supported tags, please see [the `jenkins/tag-details.md` file](https://github.com/docker-library/docs/blob/master/jenkins/tag-details.md) in [the `docker-library/docs` GitHub repo](https://github.com/docker-library/docs). diff --git a/jetty/README.md b/jetty/README.md index 3a713afa0..513cb9181 100644 --- a/jetty/README.md +++ b/jetty/README.md @@ -4,6 +4,8 @@ - [`9.2.14`, `9.2`, `9.2.14-jre8`, `9.2-jre8` (*9.2-jre8/Dockerfile*)](https://github.com/appropriate/docker-jetty/blob/072c632652b4c13ceb78db302411d57d612086b9/9.2-jre8/Dockerfile) - [`9.2.14-jre7`, `9.2-jre7`, `9-jre7`, `jre7` (*9.2-jre7/Dockerfile*)](https://github.com/appropriate/docker-jetty/blob/072c632652b4c13ceb78db302411d57d612086b9/9.2-jre7/Dockerfile) +[![](https://badge.imagelayers.io/jetty:latest.svg)](https://imagelayers.io/?images=jetty:9.3.6,jetty:9.2.14,jetty:9.2.14-jre7) + For more information about this image and its history, please see [the relevant manifest file (`library/jetty`)](https://github.com/docker-library/official-images/blob/master/library/jetty). This image is updated via pull requests to [the `docker-library/official-images` GitHub repo](https://github.com/docker-library/official-images). For detailed information about the virtual/transfer sizes and individual layers of each of the above supported tags, please see [the `jetty/tag-details.md` file](https://github.com/docker-library/docs/blob/master/jetty/tag-details.md) in [the `docker-library/docs` GitHub repo](https://github.com/docker-library/docs). diff --git a/joomla/README.md b/joomla/README.md index cfcacc301..4eb0495b1 100644 --- a/joomla/README.md +++ b/joomla/README.md @@ -3,6 +3,8 @@ - [`3.4.8-apache`, `3.4.8`, `3.4-apache`, `3.4`, `3-apache`, `apache`, `3`, `latest` (*apache/Dockerfile*)](https://github.com/joomla/docker-joomla/blob/287ab579259158e356dcaf874dc0aaaa421c5ac0/apache/Dockerfile) - [`3.4.8-fpm`, `3.4-fpm`, `3-fpm`, `fpm` (*fpm/Dockerfile*)](https://github.com/joomla/docker-joomla/blob/287ab579259158e356dcaf874dc0aaaa421c5ac0/fpm/Dockerfile) +[![](https://badge.imagelayers.io/joomla:latest.svg)](https://imagelayers.io/?images=joomla:3.4.8-apache,joomla:3.4.8-fpm) + For more information about this image and its history, please see [the relevant manifest file (`library/joomla`)](https://github.com/docker-library/official-images/blob/master/library/joomla). This image is updated via pull requests to [the `docker-library/official-images` GitHub repo](https://github.com/docker-library/official-images). For detailed information about the virtual/transfer sizes and individual layers of each of the above supported tags, please see [the `joomla/tag-details.md` file](https://github.com/docker-library/docs/blob/master/joomla/tag-details.md) in [the `docker-library/docs` GitHub repo](https://github.com/docker-library/docs). diff --git a/jruby/README.md b/jruby/README.md index 6f6c3b9eb..f0816bfdf 100644 --- a/jruby/README.md +++ b/jruby/README.md @@ -7,6 +7,8 @@ - [`9.0-jdk`, `9.0.5-jdk`, `9.0.5.0-jdk` (*9000/jdk/Dockerfile*)](https://github.com/cpuguy83/docker-jruby/blob/13bf6136f584d533fabbdecc7233983e95fa66e2/9000/jdk/Dockerfile) - [`9-onbuild`, `9.0-onbuild`, `9.0.5-onbuild`, `9.0.5.0-onbuild` (*9000/onbuild/Dockerfile*)](https://github.com/cpuguy83/docker-jruby/blob/13bf6136f584d533fabbdecc7233983e95fa66e2/9000/onbuild/Dockerfile) +[![](https://badge.imagelayers.io/jruby:latest.svg)](https://imagelayers.io/?images=jruby:1.7,jruby:1.7-jdk,jruby:1.7-onbuild,jruby:9,jruby:9.0-jdk,jruby:9-onbuild) + 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). This image is updated via pull requests to [the `docker-library/official-images` GitHub repo](https://github.com/docker-library/official-images). For detailed information about the virtual/transfer sizes and individual layers of each of the above supported tags, please see [the `jruby/tag-details.md` file](https://github.com/docker-library/docs/blob/master/jruby/tag-details.md) in [the `docker-library/docs` GitHub repo](https://github.com/docker-library/docs). diff --git a/julia/README.md b/julia/README.md index f8e4456c4..ce10af020 100644 --- a/julia/README.md +++ b/julia/README.md @@ -2,6 +2,8 @@ - [`0.4.3`, `0.4`, `latest` (*Dockerfile*)](https://github.com/docker-library/julia/blob/5747284971cda96c8c784d17be6b5aaa782307ba/Dockerfile) +[![](https://badge.imagelayers.io/julia:latest.svg)](https://imagelayers.io/?images=julia:0.4.3) + For more information about this image and its history, please see [the relevant manifest file (`library/julia`)](https://github.com/docker-library/official-images/blob/master/library/julia). This image is updated via pull requests to [the `docker-library/official-images` GitHub repo](https://github.com/docker-library/official-images). For detailed information about the virtual/transfer sizes and individual layers of each of the above supported tags, please see [the `julia/tag-details.md` file](https://github.com/docker-library/docs/blob/master/julia/tag-details.md) in [the `docker-library/docs` GitHub repo](https://github.com/docker-library/docs). diff --git a/kaazing-gateway/README.md b/kaazing-gateway/README.md index 9e9c9a630..c8afbdcaa 100644 --- a/kaazing-gateway/README.md +++ b/kaazing-gateway/README.md @@ -2,6 +2,8 @@ - [`latest`, `5.0.1.38` (*Dockerfile*)](https://github.com/kaazing/gateway.docker/blob/ab90b204bb56d0f40e38b87189fb95748ac19dfd/Dockerfile) +[![](https://badge.imagelayers.io/kaazing-gateway:latest.svg)](https://imagelayers.io/?images=kaazing-gateway:latest) + For more information about this image and its history, please see [the relevant manifest file (`library/kaazing-gateway`)](https://github.com/docker-library/official-images/blob/master/library/kaazing-gateway). This image is updated via pull requests to [the `docker-library/official-images` GitHub repo](https://github.com/docker-library/official-images). For detailed information about the virtual/transfer sizes and individual layers of each of the above supported tags, please see [the `kaazing-gateway/tag-details.md` file](https://github.com/docker-library/docs/blob/master/kaazing-gateway/tag-details.md) in [the `docker-library/docs` GitHub repo](https://github.com/docker-library/docs). diff --git a/kibana/README.md b/kibana/README.md index c5657196e..5ff0a0f85 100644 --- a/kibana/README.md +++ b/kibana/README.md @@ -6,6 +6,8 @@ - [`4.3.1`, `4.3` (*4.3/Dockerfile*)](https://github.com/docker-library/kibana/blob/a747babc86c0235f94dc7b65d23743f4cbfd7bca/4.3/Dockerfile) - [`4.4.0`, `4.4`, `4`, `latest` (*4.4/Dockerfile*)](https://github.com/docker-library/kibana/blob/4888e0caa9e4f9eb783fd05cec9b82c7f657e1e6/4.4/Dockerfile) +[![](https://badge.imagelayers.io/kibana:latest.svg)](https://imagelayers.io/?images=kibana:4.0.3,kibana:4.1.4,kibana:4.2.2,kibana:4.3.1,kibana:4.4.0) + For more information about this image and its history, please see [the relevant manifest file (`library/kibana`)](https://github.com/docker-library/official-images/blob/master/library/kibana). This image is updated via pull requests to [the `docker-library/official-images` GitHub repo](https://github.com/docker-library/official-images). For detailed information about the virtual/transfer sizes and individual layers of each of the above supported tags, please see [the `kibana/tag-details.md` file](https://github.com/docker-library/docs/blob/master/kibana/tag-details.md) in [the `docker-library/docs` GitHub repo](https://github.com/docker-library/docs). diff --git a/logstash/README.md b/logstash/README.md index 38771959d..1cc26f79b 100644 --- a/logstash/README.md +++ b/logstash/README.md @@ -6,6 +6,8 @@ - [`2.1.2-1`, `2.1.2`, `2.1` (*2.1/Dockerfile*)](https://github.com/docker-library/logstash/blob/b0506df9000e2289f8c378523e9d5afdc42617dd/2.1/Dockerfile) - [`2.2.0-1`, `2.2.0`, `2.2`, `2`, `latest` (*2.2/Dockerfile*)](https://github.com/docker-library/logstash/blob/b0506df9000e2289f8c378523e9d5afdc42617dd/2.2/Dockerfile) +[![](https://badge.imagelayers.io/logstash:latest.svg)](https://imagelayers.io/?images=logstash:1.4.5-1-a2bacae,logstash:1.5.6-1,logstash:2.0.0-1,logstash:2.1.2-1,logstash:2.2.0-1) + 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). This image is updated via pull requests to [the `docker-library/official-images` GitHub repo](https://github.com/docker-library/official-images). For detailed information about the virtual/transfer sizes and individual layers of each of the above supported tags, please see [the `logstash/tag-details.md` file](https://github.com/docker-library/docs/blob/master/logstash/tag-details.md) in [the `docker-library/docs` GitHub repo](https://github.com/docker-library/docs). diff --git a/mageia/README.md b/mageia/README.md index 255eada93..e68f1b811 100644 --- a/mageia/README.md +++ b/mageia/README.md @@ -3,6 +3,8 @@ - [`latest`, `5` (*5/Dockerfile*)](https://github.com/juanluisbaptiste/docker-brew-mageia/blob/0de4791998e295f9b71ff4d079dea424fe397853/5/Dockerfile) - [`4` (*4/Dockerfile*)](https://github.com/juanluisbaptiste/docker-brew-mageia/blob/0de4791998e295f9b71ff4d079dea424fe397853/4/Dockerfile) +[![](https://badge.imagelayers.io/mageia:latest.svg)](https://imagelayers.io/?images=mageia:latest,mageia:4) + For more information about this image and its history, please see [the relevant manifest file (`library/mageia`)](https://github.com/docker-library/official-images/blob/master/library/mageia). This image is updated via pull requests to [the `docker-library/official-images` GitHub repo](https://github.com/docker-library/official-images). For detailed information about the virtual/transfer sizes and individual layers of each of the above supported tags, please see [the `mageia/tag-details.md` file](https://github.com/docker-library/docs/blob/master/mageia/tag-details.md) in [the `docker-library/docs` GitHub repo](https://github.com/docker-library/docs). diff --git a/mariadb/README.md b/mariadb/README.md index 08f70c92f..a22816cad 100644 --- a/mariadb/README.md +++ b/mariadb/README.md @@ -4,6 +4,8 @@ - [`10.0.23`, `10.0` (*10.0/Dockerfile*)](https://github.com/docker-library/mariadb/blob/4a577108e44be5a7482dc98f163f6d3ac453fc76/10.0/Dockerfile) - [`5.5.47`, `5.5`, `5` (*5.5/Dockerfile*)](https://github.com/docker-library/mariadb/blob/4a577108e44be5a7482dc98f163f6d3ac453fc76/5.5/Dockerfile) +[![](https://badge.imagelayers.io/mariadb:latest.svg)](https://imagelayers.io/?images=mariadb:10.1.11,mariadb:10.0.23,mariadb:5.5.47) + 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). This image is updated via pull requests to [the `docker-library/official-images` GitHub repo](https://github.com/docker-library/official-images). For detailed information about the virtual/transfer sizes and individual layers of each of the above supported tags, please see [the `mariadb/tag-details.md` file](https://github.com/docker-library/docs/blob/master/mariadb/tag-details.md) in [the `docker-library/docs` GitHub repo](https://github.com/docker-library/docs). diff --git a/maven/README.md b/maven/README.md index bc99f6db4..fb8350f3f 100644 --- a/maven/README.md +++ b/maven/README.md @@ -5,6 +5,8 @@ - [`3.3.3-jdk-8`, `3.3.3`, `3.3-jdk-8`, `3.3`, `3-jdk-8`, `3`, `latest` (*jdk-8/Dockerfile*)](https://github.com/carlossg/docker-maven/blob/8ab542b907e69c5269942bcc0915d8dffcc7e9fa/jdk-8/Dockerfile) - [`3.3.3-jdk-8-onbuild`, `3.3.3-onbuild`, `3.3-jdk-8-onbuild`, `3.3-onbuild`, `3-jdk-8-onbuild`, `3-onbuild`, `onbuild` (*jdk-8/onbuild/Dockerfile*)](https://github.com/carlossg/docker-maven/blob/8ab542b907e69c5269942bcc0915d8dffcc7e9fa/jdk-8/onbuild/Dockerfile) +[![](https://badge.imagelayers.io/maven:latest.svg)](https://imagelayers.io/?images=maven:3.3.3-jdk-7,maven:3.3.3-jdk-7-onbuild,maven:3.3.3-jdk-8,maven:3.3.3-jdk-8-onbuild) + For more information about this image and its history, please see [the relevant manifest file (`library/maven`)](https://github.com/docker-library/official-images/blob/master/library/maven). This image is updated via pull requests to [the `docker-library/official-images` GitHub repo](https://github.com/docker-library/official-images). For detailed information about the virtual/transfer sizes and individual layers of each of the above supported tags, please see [the `maven/tag-details.md` file](https://github.com/docker-library/docs/blob/master/maven/tag-details.md) in [the `docker-library/docs` GitHub repo](https://github.com/docker-library/docs). diff --git a/memcached/README.md b/memcached/README.md index 1c13da872..1be5358e0 100644 --- a/memcached/README.md +++ b/memcached/README.md @@ -2,6 +2,8 @@ - [`1.4.25`, `1.4`, `1`, `latest` (*Dockerfile*)](https://github.com/docker-library/memcached/blob/a8c4206768821aa47579c6413be85be914875caa/Dockerfile) +[![](https://badge.imagelayers.io/memcached:latest.svg)](https://imagelayers.io/?images=memcached:1.4.25) + 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). This image is updated via pull requests to [the `docker-library/official-images` GitHub repo](https://github.com/docker-library/official-images). For detailed information about the virtual/transfer sizes and individual layers of each of the above supported tags, please see [the `memcached/tag-details.md` file](https://github.com/docker-library/docs/blob/master/memcached/tag-details.md) in [the `docker-library/docs` GitHub repo](https://github.com/docker-library/docs). diff --git a/mongo/README.md b/mongo/README.md index 68c3227ce..2a77bfef3 100644 --- a/mongo/README.md +++ b/mongo/README.md @@ -7,6 +7,8 @@ - [`3.1.9`, `3.1` (*3.1/Dockerfile*)](https://github.com/docker-library/mongo/blob/7da0e6d6520607c99d40cf71a2e4b0a2da0beca9/3.1/Dockerfile) - [`3.2.1`, `3.2`, `3`, `latest` (*3.2/Dockerfile*)](https://github.com/docker-library/mongo/blob/7da0e6d6520607c99d40cf71a2e4b0a2da0beca9/3.2/Dockerfile) +[![](https://badge.imagelayers.io/mongo:latest.svg)](https://imagelayers.io/?images=mongo:2.2.7,mongo:2.4.14,mongo:2.6.11,mongo:3.0.9,mongo:3.1.9,mongo:3.2.1) + 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). This image is updated via pull requests to [the `docker-library/official-images` GitHub repo](https://github.com/docker-library/official-images). For detailed information about the virtual/transfer sizes and individual layers of each of the above supported tags, please see [the `mongo/tag-details.md` file](https://github.com/docker-library/docs/blob/master/mongo/tag-details.md) in [the `docker-library/docs` GitHub repo](https://github.com/docker-library/docs). diff --git a/mono/README.md b/mono/README.md index e0eda7475..eb08c13cd 100644 --- a/mono/README.md +++ b/mono/README.md @@ -13,6 +13,8 @@ - [`4.2.2.30`, `4.2.2`, `4.2`, `4`, `latest` (*4.2.2.30/Dockerfile*)](https://github.com/mono/docker/blob/d1aafcdae56ae9ceaf013294d3c74c4183a80281/4.2.2.30/Dockerfile) - [`4.2.2.30-onbuild`, `4.2.2-onbuild`, `4.2-onbuild`, `4-onbuild`, `onbuild` (*4.2.2.30/onbuild/Dockerfile*)](https://github.com/mono/docker/blob/d1aafcdae56ae9ceaf013294d3c74c4183a80281/4.2.2.30/onbuild/Dockerfile) +[![](https://badge.imagelayers.io/mono:latest.svg)](https://imagelayers.io/?images=mono:3.10.0,mono:3.10.0-onbuild,mono:3.12.1,mono:3.12.1-onbuild,mono:3.8.0,mono:3.8.0-onbuild,mono:4.0.5.1,mono:4.0.5.1-onbuild,mono:4.2.1.102,mono:4.2.1.102-onbuild,mono:4.2.2.30,mono:4.2.2.30-onbuild) + 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). This image is updated via pull requests to [the `docker-library/official-images` GitHub repo](https://github.com/docker-library/official-images). For detailed information about the virtual/transfer sizes and individual layers of each of the above supported tags, please see [the `mono/tag-details.md` file](https://github.com/docker-library/docs/blob/master/mono/tag-details.md) in [the `docker-library/docs` GitHub repo](https://github.com/docker-library/docs). diff --git a/mysql/README.md b/mysql/README.md index a140b2109..1cc25575f 100644 --- a/mysql/README.md +++ b/mysql/README.md @@ -4,6 +4,8 @@ - [`5.6.28`, `5.6` (*5.6/Dockerfile*)](https://github.com/docker-library/mysql/blob/ed198ce2e8aa78613c615f20c5c4dd09fa450f66/5.6/Dockerfile) - [`5.7.10`, `5.7`, `5`, `latest` (*5.7/Dockerfile*)](https://github.com/docker-library/mysql/blob/ed198ce2e8aa78613c615f20c5c4dd09fa450f66/5.7/Dockerfile) +[![](https://badge.imagelayers.io/mysql:latest.svg)](https://imagelayers.io/?images=mysql:5.5.47,mysql:5.6.28,mysql:5.7.10) + For more information about this image and its history, please see [the relevant manifest file (`library/mysql`)](https://github.com/docker-library/official-images/blob/master/library/mysql). This image is updated via pull requests to [the `docker-library/official-images` GitHub repo](https://github.com/docker-library/official-images). For detailed information about the virtual/transfer sizes and individual layers of each of the above supported tags, please see [the `mysql/tag-details.md` file](https://github.com/docker-library/docs/blob/master/mysql/tag-details.md) in [the `docker-library/docs` GitHub repo](https://github.com/docker-library/docs). diff --git a/nats/README.md b/nats/README.md index 5274682df..e8c956213 100644 --- a/nats/README.md +++ b/nats/README.md @@ -2,6 +2,8 @@ - [`0.7.2`, `latest` (*Dockerfile*)](https://github.com/nats-io/nats-docker/blob/1b4a8d5b0e99f3983a71d54ddb70cecc1e8228a1/Dockerfile) +[![](https://badge.imagelayers.io/nats:latest.svg)](https://imagelayers.io/?images=nats:0.7.2) + For more information about this image and its history, please see [the relevant manifest file (`library/nats`)](https://github.com/docker-library/official-images/blob/master/library/nats). This image is updated via pull requests to [the `docker-library/official-images` GitHub repo](https://github.com/docker-library/official-images). For detailed information about the virtual/transfer sizes and individual layers of each of the above supported tags, please see [the `nats/tag-details.md` file](https://github.com/docker-library/docs/blob/master/nats/tag-details.md) in [the `docker-library/docs` GitHub repo](https://github.com/docker-library/docs). diff --git a/neo4j/README.md b/neo4j/README.md index 6b082fa27..6dd551956 100644 --- a/neo4j/README.md +++ b/neo4j/README.md @@ -3,6 +3,8 @@ - [`2.3.2`, `latest` (*2.3.2/Dockerfile*)](https://github.com/neo4j/docker-neo4j/blob/0ec755c62a0d6efc0f0d580376f12c42b36aa6f9/2.3.2/Dockerfile) - [`2.3.2-enterprise`, `enterprise` (*2.3.2-enterprise/Dockerfile*)](https://github.com/neo4j/docker-neo4j/blob/0ec755c62a0d6efc0f0d580376f12c42b36aa6f9/2.3.2-enterprise/Dockerfile) +[![](https://badge.imagelayers.io/neo4j:latest.svg)](https://imagelayers.io/?images=neo4j:2.3.2,neo4j:2.3.2-enterprise) + For more information about this image and its history, please see [the relevant manifest file (`library/neo4j`)](https://github.com/docker-library/official-images/blob/master/library/neo4j). This image is updated via pull requests to [the `docker-library/official-images` GitHub repo](https://github.com/docker-library/official-images). For detailed information about the virtual/transfer sizes and individual layers of each of the above supported tags, please see [the `neo4j/tag-details.md` file](https://github.com/docker-library/docs/blob/master/neo4j/tag-details.md) in [the `docker-library/docs` GitHub repo](https://github.com/docker-library/docs). diff --git a/neurodebian/README.md b/neurodebian/README.md index 6c5a1af98..5a2974242 100644 --- a/neurodebian/README.md +++ b/neurodebian/README.md @@ -10,6 +10,8 @@ - [`stretch`, `nd90` (*dockerfiles/stretch/Dockerfile*)](https://github.com/neurodebian/dockerfiles/blob/dc947232d6c7bf67d1dba642fdb1234fbaa95ab7/dockerfiles/stretch/Dockerfile) - [`sid`, `nd` (*dockerfiles/sid/Dockerfile*)](https://github.com/neurodebian/dockerfiles/blob/dc947232d6c7bf67d1dba642fdb1234fbaa95ab7/dockerfiles/sid/Dockerfile) +[![](https://badge.imagelayers.io/neurodebian:latest.svg)](https://imagelayers.io/?images=neurodebian:precise,neurodebian:trusty,neurodebian:vivid,neurodebian:wily,neurodebian:squeeze,neurodebian:wheezy,neurodebian:jessie,neurodebian:stretch,neurodebian:sid) + For more information about this image and its history, please see [the relevant manifest file (`library/neurodebian`)](https://github.com/docker-library/official-images/blob/master/library/neurodebian). This image is updated via pull requests to [the `docker-library/official-images` GitHub repo](https://github.com/docker-library/official-images). For detailed information about the virtual/transfer sizes and individual layers of each of the above supported tags, please see [the `neurodebian/tag-details.md` file](https://github.com/docker-library/docs/blob/master/neurodebian/tag-details.md) in [the `docker-library/docs` GitHub repo](https://github.com/docker-library/docs). diff --git a/nginx/README.md b/nginx/README.md index fe436c8a6..db3aa3c49 100644 --- a/nginx/README.md +++ b/nginx/README.md @@ -2,6 +2,8 @@ - [`latest`, `1`, `1.9`, `1.9.10` (*Dockerfile*)](https://github.com/nginxinc/docker-nginx/blob/aecb18605af6a33c1968c51df44e01e5f5a821e6/Dockerfile) +[![](https://badge.imagelayers.io/nginx:latest.svg)](https://imagelayers.io/?images=nginx:latest) + For more information about this image and its history, please see [the relevant manifest file (`library/nginx`)](https://github.com/docker-library/official-images/blob/master/library/nginx). This image is updated via pull requests to [the `docker-library/official-images` GitHub repo](https://github.com/docker-library/official-images). For detailed information about the virtual/transfer sizes and individual layers of each of the above supported tags, please see [the `nginx/tag-details.md` file](https://github.com/docker-library/docs/blob/master/nginx/tag-details.md) in [the `docker-library/docs` GitHub repo](https://github.com/docker-library/docs). diff --git a/node/README.md b/node/README.md index 525682470..c661eda65 100644 --- a/node/README.md +++ b/node/README.md @@ -17,6 +17,8 @@ - [`5.5.0-slim`, `5.5-slim`, `5-slim`, `slim` (*5.5/slim/Dockerfile*)](https://github.com/nodejs/docker-node/blob/31bb0d89ab3d67ddb9a998e4bf655c3cd98f445c/5.5/slim/Dockerfile) - [`5.5.0-wheezy`, `5.5-wheezy`, `5-wheezy`, `wheezy` (*5.5/wheezy/Dockerfile*)](https://github.com/nodejs/docker-node/blob/31bb0d89ab3d67ddb9a998e4bf655c3cd98f445c/5.5/wheezy/Dockerfile) +[![](https://badge.imagelayers.io/node:latest.svg)](https://imagelayers.io/?images=node:0.10.41,node:0.10.41-onbuild,node:0.10.41-slim,node:0.10.41-wheezy,node:0.12.9,node:0.12.9-onbuild,node:0.12.9-slim,node:0.12.9-wheezy,node:4.2.6,node:4.2.6-onbuild,node:4.2.6-slim,node:4.2.6-wheezy,node:5.5.0,node:5.5.0-onbuild,node:5.5.0-slim,node:5.5.0-wheezy) + For more information about this image and its history, please see [the relevant manifest file (`library/node`)](https://github.com/docker-library/official-images/blob/master/library/node). This image is updated via pull requests to [the `docker-library/official-images` GitHub repo](https://github.com/docker-library/official-images). For detailed information about the virtual/transfer sizes and individual layers of each of the above supported tags, please see [the `node/tag-details.md` file](https://github.com/docker-library/docs/blob/master/node/tag-details.md) in [the `docker-library/docs` GitHub repo](https://github.com/docker-library/docs). diff --git a/nuxeo/README.md b/nuxeo/README.md index f02abf6e4..aebb04438 100644 --- a/nuxeo/README.md +++ b/nuxeo/README.md @@ -5,6 +5,8 @@ - [`7.4` (*7.4/Dockerfile*)](https://github.com/nuxeo/docker-nuxeo/blob/4cc03581b627ec94a7a2a7253a7b37363fb15a7d/7.4/Dockerfile) - [`LTS-2014`, `6`, `6.0` (*6.0/Dockerfile*)](https://github.com/nuxeo/docker-nuxeo/blob/4cc03581b627ec94a7a2a7253a7b37363fb15a7d/6.0/Dockerfile) +[![](https://badge.imagelayers.io/nuxeo:latest.svg)](https://imagelayers.io/?images=nuxeo:latest,nuxeo:LTS-2015,nuxeo:7.4,nuxeo:LTS-2014) + For more information about this image and its history, please see [the relevant manifest file (`library/nuxeo`)](https://github.com/docker-library/official-images/blob/master/library/nuxeo). This image is updated via pull requests to [the `docker-library/official-images` GitHub repo](https://github.com/docker-library/official-images). For detailed information about the virtual/transfer sizes and individual layers of each of the above supported tags, please see [the `nuxeo/tag-details.md` file](https://github.com/docker-library/docs/blob/master/nuxeo/tag-details.md) in [the `docker-library/docs` GitHub repo](https://github.com/docker-library/docs). diff --git a/odoo/README.md b/odoo/README.md index e3e7f3e51..08a53f7ac 100644 --- a/odoo/README.md +++ b/odoo/README.md @@ -3,6 +3,8 @@ - [`8.0`, `8` (*8.0/Dockerfile*)](https://github.com/odoo/docker/blob/ad90fca59c9ac52f4f29a195535a3f8ebdddd30d/8.0/Dockerfile) - [`9.0`, `9`, `latest` (*9.0/Dockerfile*)](https://github.com/odoo/docker/blob/ad90fca59c9ac52f4f29a195535a3f8ebdddd30d/9.0/Dockerfile) +[![](https://badge.imagelayers.io/odoo:latest.svg)](https://imagelayers.io/?images=odoo:8.0,odoo:9.0) + For more information about this image and its history, please see [the relevant manifest file (`library/odoo`)](https://github.com/docker-library/official-images/blob/master/library/odoo). This image is updated via pull requests to [the `docker-library/official-images` GitHub repo](https://github.com/docker-library/official-images). For detailed information about the virtual/transfer sizes and individual layers of each of the above supported tags, please see [the `odoo/tag-details.md` file](https://github.com/docker-library/docs/blob/master/odoo/tag-details.md) in [the `docker-library/docs` GitHub repo](https://github.com/docker-library/docs). diff --git a/opensuse/README.md b/opensuse/README.md index 217a2f1b5..1f3e1d582 100644 --- a/opensuse/README.md +++ b/opensuse/README.md @@ -4,6 +4,8 @@ - [`42.1`, `leap`, `latest` (*docker/Dockerfile*)](https://github.com/openSUSE/docker-containers-build/blob/70d5db31fd5357d4d36170570d215120800b4f3c/docker/Dockerfile) - [`tumbleweed` (*docker/Dockerfile*)](https://github.com/openSUSE/docker-containers-build/blob/9afc04abd28f91bb954057bc32d7b2687adc9f03/docker/Dockerfile) +[![](https://badge.imagelayers.io/opensuse:latest.svg)](https://imagelayers.io/?images=opensuse:13.2,opensuse:42.1,opensuse:tumbleweed) + For more information about this image and its history, please see [the relevant manifest file (`library/opensuse`)](https://github.com/docker-library/official-images/blob/master/library/opensuse). This image is updated via pull requests to [the `docker-library/official-images` GitHub repo](https://github.com/docker-library/official-images). For detailed information about the virtual/transfer sizes and individual layers of each of the above supported tags, please see [the `opensuse/tag-details.md` file](https://github.com/docker-library/docs/blob/master/opensuse/tag-details.md) in [the `docker-library/docs` GitHub repo](https://github.com/docker-library/docs). diff --git a/oraclelinux/README.md b/oraclelinux/README.md index 14bb1ea53..d218f7727 100644 --- a/oraclelinux/README.md +++ b/oraclelinux/README.md @@ -7,6 +7,8 @@ - [`6.6` (*OracleLinux/6.6/Dockerfile*)](https://github.com/oracle/docker-images/blob/051054d1c799a07ca9999f7232d357f97d50ce24/OracleLinux/6.6/Dockerfile) - [`5`, `5.11` (*OracleLinux/5.11/Dockerfile*)](https://github.com/oracle/docker-images/blob/051054d1c799a07ca9999f7232d357f97d50ce24/OracleLinux/5.11/Dockerfile) +[![](https://badge.imagelayers.io/oraclelinux:latest.svg)](https://imagelayers.io/?images=oraclelinux:latest,oraclelinux:7.1,oraclelinux:7.0,oraclelinux:6,oraclelinux:6.6,oraclelinux:5) + For more information about this image and its history, please see [the relevant manifest file (`library/oraclelinux`)](https://github.com/docker-library/official-images/blob/master/library/oraclelinux). This image is updated via pull requests to [the `docker-library/official-images` GitHub repo](https://github.com/docker-library/official-images). For detailed information about the virtual/transfer sizes and individual layers of each of the above supported tags, please see [the `oraclelinux/tag-details.md` file](https://github.com/docker-library/docs/blob/master/oraclelinux/tag-details.md) in [the `docker-library/docs` GitHub repo](https://github.com/docker-library/docs). diff --git a/owncloud/README.md b/owncloud/README.md index 23d24d75f..b13ddb458 100644 --- a/owncloud/README.md +++ b/owncloud/README.md @@ -9,6 +9,8 @@ - [`8.2.2-apache`, `8.2.2`, `8.2-apache`, `8.2`, `8-apache`, `8`, `apache`, `latest` (*8.2/apache/Dockerfile*)](https://github.com/docker-library/owncloud/blob/bd378401607bc61274b8beb460d1b2b11797ef8e/8.2/apache/Dockerfile) - [`8.2.2-fpm`, `8.2-fpm`, `8-fpm`, `fpm` (*8.2/fpm/Dockerfile*)](https://github.com/docker-library/owncloud/blob/bd378401607bc61274b8beb460d1b2b11797ef8e/8.2/fpm/Dockerfile) +[![](https://badge.imagelayers.io/owncloud:latest.svg)](https://imagelayers.io/?images=owncloud:7.0.12-apache,owncloud:7.0.12-fpm,owncloud:8.0.10-apache,owncloud:8.0.10-fpm,owncloud:8.1.5-apache,owncloud:8.1.5-fpm,owncloud:8.2.2-apache,owncloud:8.2.2-fpm) + For more information about this image and its history, please see [the relevant manifest file (`library/owncloud`)](https://github.com/docker-library/official-images/blob/master/library/owncloud). This image is updated via pull requests to [the `docker-library/official-images` GitHub repo](https://github.com/docker-library/official-images). For detailed information about the virtual/transfer sizes and individual layers of each of the above supported tags, please see [the `owncloud/tag-details.md` file](https://github.com/docker-library/docs/blob/master/owncloud/tag-details.md) in [the `docker-library/docs` GitHub repo](https://github.com/docker-library/docs). diff --git a/percona/README.md b/percona/README.md index 3f0edcaa1..106bf6230 100644 --- a/percona/README.md +++ b/percona/README.md @@ -3,6 +3,8 @@ - [`5.5.47`, `5.5` (*5.5/Dockerfile*)](https://github.com/docker-library/percona/blob/b6f99e07367c193d96b29ac720fe9bfff231fde8/5.5/Dockerfile) - [`5.6.28`, `5.6`, `5`, `latest` (*5.6/Dockerfile*)](https://github.com/docker-library/percona/blob/b6f99e07367c193d96b29ac720fe9bfff231fde8/5.6/Dockerfile) +[![](https://badge.imagelayers.io/percona:latest.svg)](https://imagelayers.io/?images=percona:5.5.47,percona:5.6.28) + 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). This image is updated via pull requests to [the `docker-library/official-images` GitHub repo](https://github.com/docker-library/official-images). For detailed information about the virtual/transfer sizes and individual layers of each of the above supported tags, please see [the `percona/tag-details.md` file](https://github.com/docker-library/docs/blob/master/percona/tag-details.md) in [the `docker-library/docs` GitHub repo](https://github.com/docker-library/docs). diff --git a/perl/README.md b/perl/README.md index 666412e97..6ae3e1e1a 100644 --- a/perl/README.md +++ b/perl/README.md @@ -5,6 +5,8 @@ - [`threaded`, `5-threaded`, `5.22-threaded`, `5.22.1-threaded` (*5.022.001-64bit,threaded/Dockerfile*)](https://github.com/perl/docker-perl/blob/r20151213.0/5.022.001-64bit,threaded/Dockerfile) - [`5.20-threaded`, `5.20.3-threaded` (*5.020.003-64bit,threaded/Dockerfile*)](https://github.com/perl/docker-perl/blob/r20151213.0/5.020.003-64bit,threaded/Dockerfile) +[![](https://badge.imagelayers.io/perl:latest.svg)](https://imagelayers.io/?images=perl:latest,perl:5.20,perl:threaded,perl:5.20-threaded) + For more information about this image and its history, please see [the relevant manifest file (`library/perl`)](https://github.com/docker-library/official-images/blob/master/library/perl). This image is updated via pull requests to [the `docker-library/official-images` GitHub repo](https://github.com/docker-library/official-images). For detailed information about the virtual/transfer sizes and individual layers of each of the above supported tags, please see [the `perl/tag-details.md` file](https://github.com/docker-library/docs/blob/master/perl/tag-details.md) in [the `docker-library/docs` GitHub repo](https://github.com/docker-library/docs). diff --git a/photon/README.md b/photon/README.md index 0ac1e0ed3..165b0a806 100644 --- a/photon/README.md +++ b/photon/README.md @@ -3,6 +3,8 @@ - [`1.0RC`, `latest` (*1.0RC/Dockerfile*)](https://github.com/frapposelli/photon-docker-image/blob/ef1d8be98877d927b6058c09364834692b7aa0fc/1.0RC/Dockerfile) - [`1.0TP2` (*1.0TP2/Dockerfile*)](https://github.com/frapposelli/photon-docker-image/blob/ef1d8be98877d927b6058c09364834692b7aa0fc/1.0TP2/Dockerfile) +[![](https://badge.imagelayers.io/photon:latest.svg)](https://imagelayers.io/?images=photon:1.0RC,photon:1.0TP2) + For more information about this image and its history, please see [the relevant manifest file (`library/photon`)](https://github.com/docker-library/official-images/blob/master/library/photon). This image is updated via pull requests to [the `docker-library/official-images` GitHub repo](https://github.com/docker-library/official-images). For detailed information about the virtual/transfer sizes and individual layers of each of the above supported tags, please see [the `photon/tag-details.md` file](https://github.com/docker-library/docs/blob/master/photon/tag-details.md) in [the `docker-library/docs` GitHub repo](https://github.com/docker-library/docs). diff --git a/php-zendserver/README.md b/php-zendserver/README.md index d5686be5a..dd93e9d16 100644 --- a/php-zendserver/README.md +++ b/php-zendserver/README.md @@ -5,6 +5,8 @@ - [`5.4`, `7.0-php5.4` (*7.0/5.4/Dockerfile*)](https://github.com/zendtech/php-zendserver-docker/blob/6590c650b46b02982a27a186f27f700d3ac15907/7.0/5.4/Dockerfile) - [`9.0-techpreview2-php7.0GA` (*9.0/7.0/Dockerfile*)](https://github.com/zendtech/php-zendserver-docker/blob/6590c650b46b02982a27a186f27f700d3ac15907/9.0/7.0/Dockerfile) +[![](https://badge.imagelayers.io/php-zendserver:latest.svg)](https://imagelayers.io/?images=php-zendserver:5.5,php-zendserver:5.6,php-zendserver:5.4,php-zendserver:9.0-techpreview2-php7.0GA) + For more information about this image and its history, please see [the relevant manifest file (`library/php-zendserver`)](https://github.com/docker-library/official-images/blob/master/library/php-zendserver). This image is updated via pull requests to [the `docker-library/official-images` GitHub repo](https://github.com/docker-library/official-images). For detailed information about the virtual/transfer sizes and individual layers of each of the above supported tags, please see [the `php-zendserver/tag-details.md` file](https://github.com/docker-library/docs/blob/master/php-zendserver/tag-details.md) in [the `docker-library/docs` GitHub repo](https://github.com/docker-library/docs). diff --git a/php/README.md b/php/README.md index cfe21ff03..1be3c1845 100644 --- a/php/README.md +++ b/php/README.md @@ -13,6 +13,8 @@ - [`7.0.2-fpm`, `7.0-fpm`, `7-fpm`, `fpm` (*7.0/fpm/Dockerfile*)](https://github.com/docker-library/php/blob/e1292bb6ec9c0939abd0b8878bf6f7b8d29595d8/7.0/fpm/Dockerfile) - [`7.0.2-zts`, `7.0-zts`, `7-zts`, `zts` (*7.0/zts/Dockerfile*)](https://github.com/docker-library/php/blob/5e9ec6fb4613524418b8773ced4494c5bea62fdd/7.0/zts/Dockerfile) +[![](https://badge.imagelayers.io/php:latest.svg)](https://imagelayers.io/?images=php:5.5.31-cli,php:5.5.31-apache,php:5.5.31-fpm,php:5.5.31-zts,php:5.6.17-cli,php:5.6.17-apache,php:5.6.17-fpm,php:5.6.17-zts,php:7.0.2-cli,php:7.0.2-apache,php:7.0.2-fpm,php:7.0.2-zts) + 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). This image is updated via pull requests to [the `docker-library/official-images` GitHub repo](https://github.com/docker-library/official-images). For detailed information about the virtual/transfer sizes and individual layers of each of the above supported tags, please see [the `php/tag-details.md` file](https://github.com/docker-library/docs/blob/master/php/tag-details.md) in [the `docker-library/docs` GitHub repo](https://github.com/docker-library/docs). diff --git a/postgres/README.md b/postgres/README.md index 5b9f52045..6d2495965 100644 --- a/postgres/README.md +++ b/postgres/README.md @@ -6,6 +6,8 @@ - [`9.4.5`, `9.4` (*9.4/Dockerfile*)](https://github.com/docker-library/postgres/blob/916a840510b481e7d3f0f74fa04fde3edfdfbd04/9.4/Dockerfile) - [`9.5.0`, `9.5`, `9`, `latest` (*9.5/Dockerfile*)](https://github.com/docker-library/postgres/blob/916a840510b481e7d3f0f74fa04fde3edfdfbd04/9.5/Dockerfile) +[![](https://badge.imagelayers.io/postgres:latest.svg)](https://imagelayers.io/?images=postgres:9.1.19,postgres:9.2.14,postgres:9.3.10,postgres:9.4.5,postgres:9.5.0) + 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). This image is updated via pull requests to [the `docker-library/official-images` GitHub repo](https://github.com/docker-library/official-images). For detailed information about the virtual/transfer sizes and individual layers of each of the above supported tags, please see [the `postgres/tag-details.md` file](https://github.com/docker-library/docs/blob/master/postgres/tag-details.md) in [the `docker-library/docs` GitHub repo](https://github.com/docker-library/docs). diff --git a/pypy/README.md b/pypy/README.md index 06434c9ac..6a9875b03 100644 --- a/pypy/README.md +++ b/pypy/README.md @@ -7,6 +7,8 @@ - [`3-2.4.0-onbuild`, `3-2.4-onbuild`, `3-2-onbuild`, `3-onbuild`, `onbuild` (*3/onbuild/Dockerfile*)](https://github.com/docker-library/pypy/blob/b48e8489ab794a2bacfd396c2f8e1a5b06d6ae48/3/onbuild/Dockerfile) - [`3-2.4.0-slim`, `3-2.4-slim`, `3-2-slim`, `3-slim`, `slim` (*3/slim/Dockerfile*)](https://github.com/docker-library/pypy/blob/528795c882a9cb55e713586aeb3eb71707438c69/3/slim/Dockerfile) +[![](https://badge.imagelayers.io/pypy:latest.svg)](https://imagelayers.io/?images=pypy:2-4.0.1,pypy:2-4.0.1-onbuild,pypy:2-4.0.1-slim,pypy:3-2.4.0,pypy:3-2.4.0-onbuild,pypy:3-2.4.0-slim) + For more information about this image and its history, please see [the relevant manifest file (`library/pypy`)](https://github.com/docker-library/official-images/blob/master/library/pypy). This image is updated via pull requests to [the `docker-library/official-images` GitHub repo](https://github.com/docker-library/official-images). For detailed information about the virtual/transfer sizes and individual layers of each of the above supported tags, please see [the `pypy/tag-details.md` file](https://github.com/docker-library/docs/blob/master/pypy/tag-details.md) in [the `docker-library/docs` GitHub repo](https://github.com/docker-library/docs). diff --git a/python/README.md b/python/README.md index 70b9f7cc3..76d74b022 100644 --- a/python/README.md +++ b/python/README.md @@ -20,6 +20,8 @@ - [`3.5.1-slim`, `3.5-slim`, `3-slim`, `slim` (*3.5/slim/Dockerfile*)](https://github.com/docker-library/python/blob/326d146f38fd2bbdaed8c37442a81d6486b5bf2b/3.5/slim/Dockerfile) - [`3.5.1-alpine`, `3.5-alpine`, `3-alpine`, `alpine` (*3.5/alpine/Dockerfile*)](https://github.com/docker-library/python/blob/326d146f38fd2bbdaed8c37442a81d6486b5bf2b/3.5/alpine/Dockerfile) +[![](https://badge.imagelayers.io/python:latest.svg)](https://imagelayers.io/?images=python:2.7.11,python:2.7.11-onbuild,python:2.7.11-slim,python:2.7.11-alpine,python:2.7.11-wheezy,python:3.3.6,python:3.3.6-onbuild,python:3.3.6-slim,python:3.3.6-alpine,python:3.3.6-wheezy,python:3.4.4,python:3.4.4-onbuild,python:3.4.4-slim,python:3.4.4-alpine,python:3.4.4-wheezy,python:3.5.1,python:3.5.1-onbuild,python:3.5.1-slim,python:3.5.1-alpine) + For more information about this image and its history, please see [the relevant manifest file (`library/python`)](https://github.com/docker-library/official-images/blob/master/library/python). This image is updated via pull requests to [the `docker-library/official-images` GitHub repo](https://github.com/docker-library/official-images). For detailed information about the virtual/transfer sizes and individual layers of each of the above supported tags, please see [the `python/tag-details.md` file](https://github.com/docker-library/docs/blob/master/python/tag-details.md) in [the `docker-library/docs` GitHub repo](https://github.com/docker-library/docs). diff --git a/r-base/README.md b/r-base/README.md index 276f3d4cf..678bfc0d0 100644 --- a/r-base/README.md +++ b/r-base/README.md @@ -2,6 +2,8 @@ - [`3.2.3`, `latest` (*r-base/Dockerfile*)](https://github.com/rocker-org/rocker/blob/eeb9c8a5f416f7cfe982734440e39fa72abbcb33/r-base/Dockerfile) +[![](https://badge.imagelayers.io/r-base:latest.svg)](https://imagelayers.io/?images=r-base:3.2.3) + 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). This image is updated via pull requests to [the `docker-library/official-images` GitHub repo](https://github.com/docker-library/official-images). For detailed information about the virtual/transfer sizes and individual layers of each of the above supported tags, please see [the `r-base/tag-details.md` file](https://github.com/docker-library/docs/blob/master/r-base/tag-details.md) in [the `docker-library/docs` GitHub repo](https://github.com/docker-library/docs). diff --git a/rabbitmq/README.md b/rabbitmq/README.md index 2f6ab1ba7..706bc2e66 100644 --- a/rabbitmq/README.md +++ b/rabbitmq/README.md @@ -3,6 +3,8 @@ - [`3.6.0`, `3.6`, `3`, `latest` (*Dockerfile*)](https://github.com/docker-library/rabbitmq/blob/90918b05b23b85014454c24782518ccfd9fc4c68/Dockerfile) - [`3.6.0-management`, `3.6-management`, `3-management`, `management` (*management/Dockerfile*)](https://github.com/docker-library/rabbitmq/blob/90918b05b23b85014454c24782518ccfd9fc4c68/management/Dockerfile) +[![](https://badge.imagelayers.io/rabbitmq:latest.svg)](https://imagelayers.io/?images=rabbitmq:3.6.0,rabbitmq:3.6.0-management) + 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). This image is updated via pull requests to [the `docker-library/official-images` GitHub repo](https://github.com/docker-library/official-images). For detailed information about the virtual/transfer sizes and individual layers of each of the above supported tags, please see [the `rabbitmq/tag-details.md` file](https://github.com/docker-library/docs/blob/master/rabbitmq/tag-details.md) in [the `docker-library/docs` GitHub repo](https://github.com/docker-library/docs). diff --git a/rails/README.md b/rails/README.md index b93cf77a5..15d4206bb 100644 --- a/rails/README.md +++ b/rails/README.md @@ -3,6 +3,8 @@ - [`4.2.5.1`, `4.2.5`, `4.2`, `4`, `latest` (*Dockerfile*)](https://github.com/docker-library/rails/blob/e2b37f7c245ecf9a34b9d99462c081599897b370/Dockerfile) - [`onbuild` (*onbuild/Dockerfile*)](https://github.com/docker-library/rails/blob/9fb5d2b7e0f2e7029855028e07e86ab7ec54abaa/onbuild/Dockerfile) +[![](https://badge.imagelayers.io/rails:latest.svg)](https://imagelayers.io/?images=rails:4.2.5.1,rails:onbuild) + 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). This image is updated via pull requests to [the `docker-library/official-images` GitHub repo](https://github.com/docker-library/official-images). For detailed information about the virtual/transfer sizes and individual layers of each of the above supported tags, please see [the `rails/tag-details.md` file](https://github.com/docker-library/docs/blob/master/rails/tag-details.md) in [the `docker-library/docs` GitHub repo](https://github.com/docker-library/docs). diff --git a/rakudo-star/README.md b/rakudo-star/README.md index e0bcc38cf..6d5e5db7d 100644 --- a/rakudo-star/README.md +++ b/rakudo-star/README.md @@ -2,6 +2,8 @@ - [`2015.11`, `latest` (*Dockerfile*)](https://github.com/perl6/docker/blob/1b836bce1461a6aac6cad32d3d33c12d9187f68f/Dockerfile) +[![](https://badge.imagelayers.io/rakudo-star:latest.svg)](https://imagelayers.io/?images=rakudo-star:2015.11) + For more information about this image and its history, please see [the relevant manifest file (`library/rakudo-star`)](https://github.com/docker-library/official-images/blob/master/library/rakudo-star). This image is updated via pull requests to [the `docker-library/official-images` GitHub repo](https://github.com/docker-library/official-images). For detailed information about the virtual/transfer sizes and individual layers of each of the above supported tags, please see [the `rakudo-star/tag-details.md` file](https://github.com/docker-library/docs/blob/master/rakudo-star/tag-details.md) in [the `docker-library/docs` GitHub repo](https://github.com/docker-library/docs). diff --git a/redis/README.md b/redis/README.md index 9aaaf8070..5c9263b0d 100644 --- a/redis/README.md +++ b/redis/README.md @@ -6,6 +6,8 @@ - [`3.0.7-32bit`, `3.0-32bit`, `3-32bit`, `32bit` (*3.0/32bit/Dockerfile*)](https://github.com/docker-library/redis/blob/b375650fb69b7db819e90c0033433c705b28656e/3.0/32bit/Dockerfile) - [`3.0.7-alpine`, `3.0-alpine`, `3-alpine`, `alpine` (*3.0/alpine/Dockerfile*)](https://github.com/docker-library/redis/blob/b375650fb69b7db819e90c0033433c705b28656e/3.0/alpine/Dockerfile) +[![](https://badge.imagelayers.io/redis:latest.svg)](https://imagelayers.io/?images=redis:2.8.23,redis:2.8.23-32bit,redis:3.0.7,redis:3.0.7-32bit,redis:3.0.7-alpine) + For more information about this image and its history, please see [the relevant manifest file (`library/redis`)](https://github.com/docker-library/official-images/blob/master/library/redis). This image is updated via pull requests to [the `docker-library/official-images` GitHub repo](https://github.com/docker-library/official-images). For detailed information about the virtual/transfer sizes and individual layers of each of the above supported tags, please see [the `redis/tag-details.md` file](https://github.com/docker-library/docs/blob/master/redis/tag-details.md) in [the `docker-library/docs` GitHub repo](https://github.com/docker-library/docs). diff --git a/redmine/README.md b/redmine/README.md index 29cb00b68..104c70a41 100644 --- a/redmine/README.md +++ b/redmine/README.md @@ -9,6 +9,8 @@ - [`3.2.0`, `3.2`, `3`, `latest` (*3.2/Dockerfile*)](https://github.com/docker-library/redmine/blob/eca5b843e275dc5fb69c2f37854ceffe0ec994a0/3.2/Dockerfile) - [`3.2.0-passenger`, `3.2-passenger`, `3-passenger`, `passenger` (*3.2/passenger/Dockerfile*)](https://github.com/docker-library/redmine/blob/82efd8f4c09afcc9910a62752488e79df1dc0829/3.2/passenger/Dockerfile) +[![](https://badge.imagelayers.io/redmine:latest.svg)](https://imagelayers.io/?images=redmine:2.6.9,redmine:2.6.9-passenger,redmine:3.0.7,redmine:3.0.7-passenger,redmine:3.1.3,redmine:3.1.3-passenger,redmine:3.2.0,redmine:3.2.0-passenger) + For more information about this image and its history, please see [the relevant manifest file (`library/redmine`)](https://github.com/docker-library/official-images/blob/master/library/redmine). This image is updated via pull requests to [the `docker-library/official-images` GitHub repo](https://github.com/docker-library/official-images). For detailed information about the virtual/transfer sizes and individual layers of each of the above supported tags, please see [the `redmine/tag-details.md` file](https://github.com/docker-library/docs/blob/master/redmine/tag-details.md) in [the `docker-library/docs` GitHub repo](https://github.com/docker-library/docs). diff --git a/registry/README.md b/registry/README.md index e1c8f991c..c0bc0a9c2 100644 --- a/registry/README.md +++ b/registry/README.md @@ -4,6 +4,8 @@ - [`0.8.1` (*Dockerfile*)](https://github.com/docker/docker-registry/blob/0.8.1/Dockerfile) - [`2`, `2.2`, `2.2.1` (*Dockerfile*)](https://github.com/docker/distribution-library-image/blob/3aadce6abde20374ff286d444b24a0ac8949ba65/Dockerfile) +[![](https://badge.imagelayers.io/registry:latest.svg)](https://imagelayers.io/?images=registry:latest,registry:0.8.1,registry:2) + For more information about this image and its history, please see [the relevant manifest file (`library/registry`)](https://github.com/docker-library/official-images/blob/master/library/registry). This image is updated via pull requests to [the `docker-library/official-images` GitHub repo](https://github.com/docker-library/official-images). For detailed information about the virtual/transfer sizes and individual layers of each of the above supported tags, please see [the `registry/tag-details.md` file](https://github.com/docker-library/docs/blob/master/registry/tag-details.md) in [the `docker-library/docs` GitHub repo](https://github.com/docker-library/docs). diff --git a/rethinkdb/README.md b/rethinkdb/README.md index 441787423..5e36fda72 100644 --- a/rethinkdb/README.md +++ b/rethinkdb/README.md @@ -25,6 +25,8 @@ - [`2.2.3` (*jessie/2.2.3/Dockerfile*)](https://github.com/rethinkdb/rethinkdb-dockerfiles/blob/7ec121a6fd0d98efec514a7773d9247b56d46036/jessie/2.2.3/Dockerfile) - [`2.2.4`, `2.2`, `2`, `latest` (*jessie/2.2.4/Dockerfile*)](https://github.com/rethinkdb/rethinkdb-dockerfiles/blob/7ec121a6fd0d98efec514a7773d9247b56d46036/jessie/2.2.4/Dockerfile) +[![](https://badge.imagelayers.io/rethinkdb:latest.svg)](https://imagelayers.io/?images=rethinkdb:1.15.1,rethinkdb:1.15.2,rethinkdb:1.15.3,rethinkdb:1.16.0,rethinkdb:1.16.1,rethinkdb:1.16.2,rethinkdb:1.16.3,rethinkdb:2.0.0,rethinkdb:2.0.1,rethinkdb:2.0.2,rethinkdb:2.0.3,rethinkdb:2.0.4,rethinkdb:2.1.0,rethinkdb:2.1.1,rethinkdb:2.1.2,rethinkdb:2.1.3,rethinkdb:2.1.4,rethinkdb:2.1.5,rethinkdb:2.1.6,rethinkdb:2.2.0,rethinkdb:2.2.1,rethinkdb:2.2.2,rethinkdb:2.2.3,rethinkdb:2.2.4) + For more information about this image and its history, please see [the relevant manifest file (`library/rethinkdb`)](https://github.com/docker-library/official-images/blob/master/library/rethinkdb). This image is updated via pull requests to [the `docker-library/official-images` GitHub repo](https://github.com/docker-library/official-images). For detailed information about the virtual/transfer sizes and individual layers of each of the above supported tags, please see [the `rethinkdb/tag-details.md` file](https://github.com/docker-library/docs/blob/master/rethinkdb/tag-details.md) in [the `docker-library/docs` GitHub repo](https://github.com/docker-library/docs). diff --git a/rocket.chat/README.md b/rocket.chat/README.md index b534cecf5..982a57ac5 100644 --- a/rocket.chat/README.md +++ b/rocket.chat/README.md @@ -2,6 +2,8 @@ - [`0.16.0`, `0.16`, `0`, `latest` (*Dockerfile*)](https://github.com/RocketChat/Docker.Official.Image/blob/acf15e464afa664889911a38e9677e3082ebefe0/Dockerfile) +[![](https://badge.imagelayers.io/rocket.chat:latest.svg)](https://imagelayers.io/?images=rocket.chat:0.16.0) + For more information about this image and its history, please see [the relevant manifest file (`library/rocket.chat`)](https://github.com/docker-library/official-images/blob/master/library/rocket.chat). This image is updated via pull requests to [the `docker-library/official-images` GitHub repo](https://github.com/docker-library/official-images). For detailed information about the virtual/transfer sizes and individual layers of each of the above supported tags, please see [the `rocket.chat/tag-details.md` file](https://github.com/docker-library/docs/blob/master/rocket.chat/tag-details.md) in [the `docker-library/docs` GitHub repo](https://github.com/docker-library/docs). diff --git a/ros/README.md b/ros/README.md index b45b7f435..86a8d9799 100644 --- a/ros/README.md +++ b/ros/README.md @@ -9,6 +9,8 @@ - [`jade-robot` (*ros/jade/jade-robot/Dockerfile*)](https://github.com/osrf/docker_images/blob/d579b9325fd8546a29dfc064661b005cfbc9cf8b/ros/jade/jade-robot/Dockerfile) - [`jade-perception` (*ros/jade/jade-perception/Dockerfile*)](https://github.com/osrf/docker_images/blob/d579b9325fd8546a29dfc064661b005cfbc9cf8b/ros/jade/jade-perception/Dockerfile) +[![](https://badge.imagelayers.io/ros:latest.svg)](https://imagelayers.io/?images=ros:indigo-ros-core,ros:indigo-ros-base,ros:indigo-robot,ros:indigo-perception,ros:jade-ros-core,ros:jade-ros-base,ros:jade-robot,ros:jade-perception) + For more information about this image and its history, please see [the relevant manifest file (`library/ros`)](https://github.com/docker-library/official-images/blob/master/library/ros). This image is updated via pull requests to [the `docker-library/official-images` GitHub repo](https://github.com/docker-library/official-images). For detailed information about the virtual/transfer sizes and individual layers of each of the above supported tags, please see [the `ros/tag-details.md` file](https://github.com/docker-library/docs/blob/master/ros/tag-details.md) in [the `docker-library/docs` GitHub repo](https://github.com/docker-library/docs). diff --git a/ruby/README.md b/ruby/README.md index 40c7b340b..f7c84ee0e 100644 --- a/ruby/README.md +++ b/ruby/README.md @@ -16,6 +16,8 @@ - [`2.3.0-slim`, `2.3-slim`, `2-slim`, `slim` (*2.3/slim/Dockerfile*)](https://github.com/docker-library/ruby/blob/ccbf9e54f60ba2455f4f18e223c5745a14657bdb/2.3/slim/Dockerfile) - [`2.3.0-alpine`, `2.3-alpine`, `2-alpine`, `alpine` (*2.3/alpine/Dockerfile*)](https://github.com/docker-library/ruby/blob/ccbf9e54f60ba2455f4f18e223c5745a14657bdb/2.3/alpine/Dockerfile) +[![](https://badge.imagelayers.io/ruby:latest.svg)](https://imagelayers.io/?images=ruby:2.0.0-p648,ruby:2.0.0-p648-onbuild,ruby:2.0.0-p648-slim,ruby:2.1.8,ruby:2.1.8-onbuild,ruby:2.1.8-slim,ruby:2.1.8-alpine,ruby:2.2.4,ruby:2.2.4-onbuild,ruby:2.2.4-slim,ruby:2.2.4-alpine,ruby:2.3.0,ruby:2.3.0-onbuild,ruby:2.3.0-slim,ruby:2.3.0-alpine) + For more information about this image and its history, please see [the relevant manifest file (`library/ruby`)](https://github.com/docker-library/official-images/blob/master/library/ruby). This image is updated via pull requests to [the `docker-library/official-images` GitHub repo](https://github.com/docker-library/official-images). For detailed information about the virtual/transfer sizes and individual layers of each of the above supported tags, please see [the `ruby/tag-details.md` file](https://github.com/docker-library/docs/blob/master/ruby/tag-details.md) in [the `docker-library/docs` GitHub repo](https://github.com/docker-library/docs). diff --git a/sentry/README.md b/sentry/README.md index 16b223108..da91355f9 100644 --- a/sentry/README.md +++ b/sentry/README.md @@ -6,6 +6,8 @@ - [`8.1.1`, `8.1`, `8`, `latest` (*8.1/Dockerfile*)](https://github.com/getsentry/docker-sentry/blob/f759f5bf89b510e3b9c9c7c3692fcb14c0260aa7/8.1/Dockerfile) - [`8.1.1-onbuild`, `8.1-onbuild`, `8-onbuild`, `onbuild` (*8.1/onbuild/Dockerfile*)](https://github.com/getsentry/docker-sentry/blob/07e387f3a5644638ca3e2f8235a1f8f647b3f03c/8.1/onbuild/Dockerfile) +[![](https://badge.imagelayers.io/sentry:latest.svg)](https://imagelayers.io/?images=sentry:7.7.4,sentry:8.0.6,sentry:8.0.6-onbuild,sentry:8.1.1,sentry:8.1.1-onbuild) + 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). This image is updated via pull requests to [the `docker-library/official-images` GitHub repo](https://github.com/docker-library/official-images). For detailed information about the virtual/transfer sizes and individual layers of each of the above supported tags, please see [the `sentry/tag-details.md` file](https://github.com/docker-library/docs/blob/master/sentry/tag-details.md) in [the `docker-library/docs` GitHub repo](https://github.com/docker-library/docs). diff --git a/solr/README.md b/solr/README.md index c4e825c06..02477287f 100644 --- a/solr/README.md +++ b/solr/README.md @@ -3,6 +3,8 @@ - [`5.3.2`, `5.3` (*5.3/Dockerfile*)](https://github.com/docker-solr/docker-solr/blob/5d6039fb7019b08d420b7bb90f76e8958dc32548/5.3/Dockerfile) - [`5.4.1`, `5.4`, `5`, `latest` (*5.4/Dockerfile*)](https://github.com/docker-solr/docker-solr/blob/da35a589a6218f8fd0e83d61f8c14b201234c1ae/5.4/Dockerfile) +[![](https://badge.imagelayers.io/solr:latest.svg)](https://imagelayers.io/?images=solr:5.3.2,solr:5.4.1) + For more information about this image and its history, please see [the relevant manifest file (`library/solr`)](https://github.com/docker-library/official-images/blob/master/library/solr). This image is updated via pull requests to [the `docker-library/official-images` GitHub repo](https://github.com/docker-library/official-images). For detailed information about the virtual/transfer sizes and individual layers of each of the above supported tags, please see [the `solr/tag-details.md` file](https://github.com/docker-library/docs/blob/master/solr/tag-details.md) in [the `docker-library/docs` GitHub repo](https://github.com/docker-library/docs). diff --git a/sonarqube/README.md b/sonarqube/README.md index 39b783185..4a5a1e4be 100644 --- a/sonarqube/README.md +++ b/sonarqube/README.md @@ -3,6 +3,8 @@ - [`latest`, `5.3` (*5.3/Dockerfile*)](https://github.com/SonarSource/docker-sonarqube/blob/f13192265920c40f8a50ec55f7c2af7a412c4c88/5.3/Dockerfile) - [`lts`, `4.5.6` (*4.5.6/Dockerfile*)](https://github.com/SonarSource/docker-sonarqube/blob/2f7cc2f6ef7f0206b697c37df09fe2e0fd36c8f4/4.5.6/Dockerfile) +[![](https://badge.imagelayers.io/sonarqube:latest.svg)](https://imagelayers.io/?images=sonarqube:latest,sonarqube:lts) + For more information about this image and its history, please see [the relevant manifest file (`library/sonarqube`)](https://github.com/docker-library/official-images/blob/master/library/sonarqube). This image is updated via pull requests to [the `docker-library/official-images` GitHub repo](https://github.com/docker-library/official-images). For detailed information about the virtual/transfer sizes and individual layers of each of the above supported tags, please see [the `sonarqube/tag-details.md` file](https://github.com/docker-library/docs/blob/master/sonarqube/tag-details.md) in [the `docker-library/docs` GitHub repo](https://github.com/docker-library/docs). diff --git a/sourcemage/README.md b/sourcemage/README.md index 404d85ba6..e0c394beb 100644 --- a/sourcemage/README.md +++ b/sourcemage/README.md @@ -2,6 +2,8 @@ - [`latest`, `0.61` (*stable/Dockerfile*)](https://github.com/vaygr/docker-sourcemage/blob/2d7efdca5633554194e2b12fae334ac4b6804b25/stable/Dockerfile) +[![](https://badge.imagelayers.io/sourcemage:latest.svg)](https://imagelayers.io/?images=sourcemage:latest) + For more information about this image and its history, please see [the relevant manifest file (`library/sourcemage`)](https://github.com/docker-library/official-images/blob/master/library/sourcemage). This image is updated via pull requests to [the `docker-library/official-images` GitHub repo](https://github.com/docker-library/official-images). For detailed information about the virtual/transfer sizes and individual layers of each of the above supported tags, please see [the `sourcemage/tag-details.md` file](https://github.com/docker-library/docs/blob/master/sourcemage/tag-details.md) in [the `docker-library/docs` GitHub repo](https://github.com/docker-library/docs). diff --git a/swarm/README.md b/swarm/README.md index 83824c8f7..8de0190b0 100644 --- a/swarm/README.md +++ b/swarm/README.md @@ -4,6 +4,8 @@ - [`1.0.0` (*Dockerfile*)](https://github.com/docker/swarm-library-image/blob/84c0d7d2d98d5f4f4178e517523925c1d5ebe7cc/Dockerfile) - [`1.0.1`, `latest` (*Dockerfile*)](https://github.com/docker/swarm-library-image/blob/8fc43f5ab8f0a25872bb7ed6237f68dd673c1e79/Dockerfile) +[![](https://badge.imagelayers.io/swarm:latest.svg)](https://imagelayers.io/?images=swarm:1.1.0-rc3,swarm:1.0.0,swarm:1.0.1) + For more information about this image and its history, please see [the relevant manifest file (`library/swarm`)](https://github.com/docker-library/official-images/blob/master/library/swarm). This image is updated via pull requests to [the `docker-library/official-images` GitHub repo](https://github.com/docker-library/official-images). For detailed information about the virtual/transfer sizes and individual layers of each of the above supported tags, please see [the `swarm/tag-details.md` file](https://github.com/docker-library/docs/blob/master/swarm/tag-details.md) in [the `docker-library/docs` GitHub repo](https://github.com/docker-library/docs). diff --git a/thrift/README.md b/thrift/README.md index 614917efa..9cee01268 100644 --- a/thrift/README.md +++ b/thrift/README.md @@ -2,6 +2,8 @@ - [`0.9`, `0.9.3`, `latest` (*0.9/Dockerfile*)](https://github.com/ahawkins/docker-thrift/blob/d322572f7dd6ea468a14a4d832fbec26f152c71e/0.9/Dockerfile) +[![](https://badge.imagelayers.io/thrift:latest.svg)](https://imagelayers.io/?images=thrift:0.9) + For more information about this image and its history, please see [the relevant manifest file (`library/thrift`)](https://github.com/docker-library/official-images/blob/master/library/thrift). This image is updated via pull requests to [the `docker-library/official-images` GitHub repo](https://github.com/docker-library/official-images). For detailed information about the virtual/transfer sizes and individual layers of each of the above supported tags, please see [the `thrift/tag-details.md` file](https://github.com/docker-library/docs/blob/master/thrift/tag-details.md) in [the `docker-library/docs` GitHub repo](https://github.com/docker-library/docs). diff --git a/tomcat/README.md b/tomcat/README.md index 37b097d44..21477a67c 100644 --- a/tomcat/README.md +++ b/tomcat/README.md @@ -7,6 +7,8 @@ - [`8.0.30-jre7`, `8.0-jre7`, `8-jre7`, `jre7`, `8.0.30`, `8.0`, `8`, `latest` (*8-jre7/Dockerfile*)](https://github.com/docker-library/tomcat/blob/e36c4044b7ece1361f124aaf3560c2efd888b62f/8-jre7/Dockerfile) - [`8.0.30-jre8`, `8.0-jre8`, `8-jre8`, `jre8` (*8-jre8/Dockerfile*)](https://github.com/docker-library/tomcat/blob/e36c4044b7ece1361f124aaf3560c2efd888b62f/8-jre8/Dockerfile) +[![](https://badge.imagelayers.io/tomcat:latest.svg)](https://imagelayers.io/?images=tomcat:6.0.44-jre7,tomcat:6.0.44-jre8,tomcat:7.0.67-jre7,tomcat:7.0.67-jre8,tomcat:8.0.30-jre7,tomcat:8.0.30-jre8) + For more information about this image and its history, please see [the relevant manifest file (`library/tomcat`)](https://github.com/docker-library/official-images/blob/master/library/tomcat). This image is updated via pull requests to [the `docker-library/official-images` GitHub repo](https://github.com/docker-library/official-images). For detailed information about the virtual/transfer sizes and individual layers of each of the above supported tags, please see [the `tomcat/tag-details.md` file](https://github.com/docker-library/docs/blob/master/tomcat/tag-details.md) in [the `docker-library/docs` GitHub repo](https://github.com/docker-library/docs). diff --git a/tomee/README.md b/tomee/README.md index 90a026181..1b673b808 100644 --- a/tomee/README.md +++ b/tomee/README.md @@ -19,6 +19,8 @@ - [`8-jre-7.0.0-M1-plus` (*8-jre-7.0.0-M1-plus/Dockerfile*)](https://github.com/tomitribe/docker-tomee/blob/382ce3542c12417f2594c09c009bae9f6a7ce547/8-jre-7.0.0-M1-plus/Dockerfile) - [`8-jre-7.0.0-M1-webprofile` (*8-jre-7.0.0-M1-webprofile/Dockerfile*)](https://github.com/tomitribe/docker-tomee/blob/382ce3542c12417f2594c09c009bae9f6a7ce547/8-jre-7.0.0-M1-webprofile/Dockerfile) +[![](https://badge.imagelayers.io/tomee:6-jre-1.7.3-jaxrs.svg)](https://imagelayers.io/?images=tomee:6-jre-1.7.3-jaxrs,tomee:6-jre-1.7.3-plume,tomee:6-jre-1.7.3-plus,tomee:6-jre-1.7.3-webprofile,tomee:7-jre-1.7.3-jaxrs,tomee:7-jre-1.7.3-plume,tomee:7-jre-1.7.3-plus,tomee:7-jre-1.7.3-webprofile,tomee:7-jre-7.0.0-M1-plume,tomee:7-jre-7.0.0-M1-plus,tomee:7-jre-7.0.0-M1-webprofile,tomee:8-jre-1.7.3-jaxrs,tomee:8-jre-1.7.3-plume,tomee:8-jre-1.7.3-plus,tomee:8-jre-1.7.3-webprofile,tomee:8-jre-7.0.0-M1-plume,tomee:8-jre-7.0.0-M1-plus,tomee:8-jre-7.0.0-M1-webprofile) + For more information about this image and its history, please see [the relevant manifest file (`library/tomee`)](https://github.com/docker-library/official-images/blob/master/library/tomee). This image is updated via pull requests to [the `docker-library/official-images` GitHub repo](https://github.com/docker-library/official-images). For detailed information about the virtual/transfer sizes and individual layers of each of the above supported tags, please see [the `tomee/tag-details.md` file](https://github.com/docker-library/docs/blob/master/tomee/tag-details.md) in [the `docker-library/docs` GitHub repo](https://github.com/docker-library/docs). diff --git a/ubuntu-debootstrap/README.md b/ubuntu-debootstrap/README.md index 8d323c8de..8519a50b2 100644 --- a/ubuntu-debootstrap/README.md +++ b/ubuntu-debootstrap/README.md @@ -10,6 +10,8 @@ This image is officially deprecated in favor of [the standard `ubuntu` image](ht - [`15.10`, `wily` (*15.10/Dockerfile*)](https://github.com/tianon/docker-brew-ubuntu-debootstrap/blob/61e5df54c69a8d3943546e26b15d3fff80254e45/15.10/Dockerfile) - [`devel` (*devel/Dockerfile*)](https://github.com/tianon/docker-brew-ubuntu-debootstrap/blob/61e5df54c69a8d3943546e26b15d3fff80254e45/devel/Dockerfile) +[![](https://badge.imagelayers.io/ubuntu-debootstrap:latest.svg)](https://imagelayers.io/?images=ubuntu-debootstrap:12.04.5,ubuntu-debootstrap:14.04.3,ubuntu-debootstrap:15.04,ubuntu-debootstrap:15.10,ubuntu-debootstrap:devel) + 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). This image is updated via pull requests to [the `docker-library/official-images` GitHub repo](https://github.com/docker-library/official-images). For detailed information about the virtual/transfer sizes and individual layers of each of the above supported tags, please see [the `ubuntu-debootstrap/tag-details.md` file](https://github.com/docker-library/docs/blob/master/ubuntu-debootstrap/tag-details.md) in [the `docker-library/docs` GitHub repo](https://github.com/docker-library/docs). diff --git a/ubuntu-upstart/README.md b/ubuntu-upstart/README.md index 1beb894c7..4f6cd6222 100644 --- a/ubuntu-upstart/README.md +++ b/ubuntu-upstart/README.md @@ -8,6 +8,8 @@ This image is officially deprecated (especially now that Upstart is no longer th - [`14.04`, `trusty`, `latest` (*sbin-init/ubuntu/upstart/14.04/Dockerfile*)](https://github.com/tianon/dockerfiles/blob/4d24a12b54b75b3e0904d8a285900d88d3326361/sbin-init/ubuntu/upstart/14.04/Dockerfile) - [`14.10`, `utopic` (*sbin-init/ubuntu/upstart/14.10/Dockerfile*)](https://github.com/tianon/dockerfiles/blob/4d24a12b54b75b3e0904d8a285900d88d3326361/sbin-init/ubuntu/upstart/14.10/Dockerfile) +[![](https://badge.imagelayers.io/ubuntu-upstart:latest.svg)](https://imagelayers.io/?images=ubuntu-upstart:12.04,ubuntu-upstart:14.04,ubuntu-upstart:14.10) + For more information about this image and its history, please see [the relevant manifest file (`library/ubuntu-upstart`)](https://github.com/docker-library/official-images/blob/master/library/ubuntu-upstart). This image is updated via pull requests to [the `docker-library/official-images` GitHub repo](https://github.com/docker-library/official-images). For detailed information about the virtual/transfer sizes and individual layers of each of the above supported tags, please see [the `ubuntu-upstart/tag-details.md` file](https://github.com/docker-library/docs/blob/master/ubuntu-upstart/tag-details.md) in [the `docker-library/docs` GitHub repo](https://github.com/docker-library/docs). diff --git a/ubuntu/README.md b/ubuntu/README.md index c5d26c190..28d001a3e 100644 --- a/ubuntu/README.md +++ b/ubuntu/README.md @@ -6,6 +6,8 @@ - [`15.10`, `wily-20160121`, `wily` (*wily/Dockerfile*)](https://github.com/tianon/docker-brew-ubuntu-core/blob/e406914e5f648003dfe8329b512c30c9ad0d2f9c/wily/Dockerfile) - [`16.04`, `xenial-20160125`, `xenial` (*xenial/Dockerfile*)](https://github.com/tianon/docker-brew-ubuntu-core/blob/e406914e5f648003dfe8329b512c30c9ad0d2f9c/xenial/Dockerfile) +[![](https://badge.imagelayers.io/ubuntu:latest.svg)](https://imagelayers.io/?images=ubuntu:12.04.5,ubuntu:14.04.3,ubuntu:15.04,ubuntu:15.10,ubuntu:16.04) + 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). This image is updated via pull requests to [the `docker-library/official-images` GitHub repo](https://github.com/docker-library/official-images). For detailed information about the virtual/transfer sizes and individual layers of each of the above supported tags, please see [the `ubuntu/tag-details.md` file](https://github.com/docker-library/docs/blob/master/ubuntu/tag-details.md) in [the `docker-library/docs` GitHub repo](https://github.com/docker-library/docs). diff --git a/websphere-liberty/README.md b/websphere-liberty/README.md index 5c099910f..5728f3ed1 100644 --- a/websphere-liberty/README.md +++ b/websphere-liberty/README.md @@ -7,6 +7,8 @@ - [`javaee7`, `8.5.5.8-javaee7`, `8.5.5.8`, `8.5.5`, `latest` (*websphere-liberty/8.5.5/developer/javaee7/Dockerfile*)](https://github.com/WASdev/ci.docker/blob/c0ccc06d923102c8a8cb5eb7fe70d79fe3a48a72/websphere-liberty/8.5.5/developer/javaee7/Dockerfile) - [`beta` (*websphere-liberty/beta/Dockerfile*)](https://github.com/WASdev/ci.docker/blob/c0ccc06d923102c8a8cb5eb7fe70d79fe3a48a72/websphere-liberty/beta/Dockerfile) +[![](https://badge.imagelayers.io/websphere-liberty:latest.svg)](https://imagelayers.io/?images=websphere-liberty:kernel,websphere-liberty:common,websphere-liberty:webProfile6,websphere-liberty:webProfile7,websphere-liberty:javaee7,websphere-liberty:beta) + For more information about this image and its history, please see [the relevant manifest file (`library/websphere-liberty`)](https://github.com/docker-library/official-images/blob/master/library/websphere-liberty). This image is updated via pull requests to [the `docker-library/official-images` GitHub repo](https://github.com/docker-library/official-images). For detailed information about the virtual/transfer sizes and individual layers of each of the above supported tags, please see [the `websphere-liberty/tag-details.md` file](https://github.com/docker-library/docs/blob/master/websphere-liberty/tag-details.md) in [the `docker-library/docs` GitHub repo](https://github.com/docker-library/docs). diff --git a/wordpress/README.md b/wordpress/README.md index b807d975c..b0dbcbf65 100644 --- a/wordpress/README.md +++ b/wordpress/README.md @@ -3,6 +3,8 @@ - [`4.4.2-apache`, `4.4.2`, `4.4-apache`, `4.4`, `4-apache`, `apache`, `4`, `latest` (*apache/Dockerfile*)](https://github.com/docker-library/wordpress/blob/df190dc9c5752fd09317d836bd2bdcd09ee379a5/apache/Dockerfile) - [`4.4.2-fpm`, `4.4-fpm`, `4-fpm`, `fpm` (*fpm/Dockerfile*)](https://github.com/docker-library/wordpress/blob/df190dc9c5752fd09317d836bd2bdcd09ee379a5/fpm/Dockerfile) +[![](https://badge.imagelayers.io/wordpress:latest.svg)](https://imagelayers.io/?images=wordpress:4.4.2-apache,wordpress:4.4.2-fpm) + 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). This image is updated via pull requests to [the `docker-library/official-images` GitHub repo](https://github.com/docker-library/official-images). For detailed information about the virtual/transfer sizes and individual layers of each of the above supported tags, please see [the `wordpress/tag-details.md` file](https://github.com/docker-library/docs/blob/master/wordpress/tag-details.md) in [the `docker-library/docs` GitHub repo](https://github.com/docker-library/docs).