From 2220a2eaa3c0a020ee8f70f8c34e8d0c13636075 Mon Sep 17 00:00:00 2001 From: Michael Delgado Date: Sat, 13 Oct 2018 11:48:04 -0700 Subject: [PATCH 1/9] Point badges to dockerhub, add alt-text to microbadger Updates: * Currently clicking on the pulls & stars badges directs users to the actual button svg image source. The link should point to https://hub.docker.com/r/jupyter/minimal-notebook/. * Add alt-text "image metadata" to microbadger badge --- minimal-notebook/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/minimal-notebook/README.md b/minimal-notebook/README.md index 0d9f5146..3d926820 100644 --- a/minimal-notebook/README.md +++ b/minimal-notebook/README.md @@ -1,4 +1,4 @@ -![docker pulls](https://img.shields.io/docker/pulls/jupyter/minimal-notebook.svg) ![docker stars](https://img.shields.io/docker/stars/jupyter/minimal-notebook.svg) [![](https://images.microbadger.com/badges/image/jupyter/minimal-notebook.svg)](https://microbadger.com/images/jupyter/minimal-notebook "jupyter/minimal-notebook image metadata") +[![docker pulls](https://img.shields.io/docker/pulls/jupyter/minimal-notebook.svg)](https://hub.docker.com/r/jupyter/minimal-notebook/) [![docker stars](https://img.shields.io/docker/stars/jupyter/minimal-notebook.svg)](https://hub.docker.com/r/jupyter/minimal-notebook/) [![image metadata](https://images.microbadger.com/badges/image/jupyter/minimal-notebook.svg)](https://microbadger.com/images/jupyter/minimal-notebook "jupyter/minimal-notebook image metadata") # Minimal Jupyter Notebook Stack From 8ccfaa54a93a0bcbcacae4f223345cf5a41f75af Mon Sep 17 00:00:00 2001 From: Michael Delgado Date: Sat, 20 Oct 2018 12:33:58 -0700 Subject: [PATCH 2/9] point readme badges to dockerhub in all-spark-notebook * status, pulls badges now point to https://hub.docker.com/r/jupyter/all-spark-notebook/ * microbadger badges now have 'image metadata' alt text --- all-spark-notebook/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/all-spark-notebook/README.md b/all-spark-notebook/README.md index fd91b94b..2a4fb7cb 100644 --- a/all-spark-notebook/README.md +++ b/all-spark-notebook/README.md @@ -1,4 +1,4 @@ -![docker pulls](https://img.shields.io/docker/pulls/jupyter/all-spark-notebook.svg) ![docker stars](https://img.shields.io/docker/stars/jupyter/all-spark-notebook.svg) [![](https://images.microbadger.com/badges/image/jupyter/all-spark-notebook.svg)](https://microbadger.com/images/jupyter/all-spark-notebook "jupyter/all-spark-notebook image metadata") +[![docker pulls](https://img.shields.io/docker/pulls/jupyter/all-spark-notebook.svg)](https://hub.docker.com/r/jupyter/minimal-notebook/) [![docker stars](https://img.shields.io/docker/stars/jupyter/all-spark-notebook.svg)](https://hub.docker.com/r/jupyter/minimal-notebook/) [![image metadata](https://images.microbadger.com/badges/image/jupyter/all-spark-notebook.svg)](https://microbadger.com/images/jupyter/all-spark-notebook "jupyter/all-spark-notebook image metadata") # Jupyter Notebook Python, Scala, R, Spark, Mesos Stack From 75df827c6d9a96590e81b7698d4cbd940ae9d184 Mon Sep 17 00:00:00 2001 From: Michael Delgado Date: Sat, 20 Oct 2018 12:36:08 -0700 Subject: [PATCH 3/9] add 'image metadata' alt text in base-notebook readme --- base-notebook/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base-notebook/README.md b/base-notebook/README.md index b6eeb8ef..7984d6d2 100644 --- a/base-notebook/README.md +++ b/base-notebook/README.md @@ -1,4 +1,4 @@ -[![docker pulls](https://img.shields.io/docker/pulls/jupyter/base-notebook.svg)](https://hub.docker.com/r/jupyter/base-notebook/) [![docker stars](https://img.shields.io/docker/stars/jupyter/base-notebook.svg)](https://hub.docker.com/r/jupyter/base-notebook/) [![](https://images.microbadger.com/badges/image/jupyter/base-notebook.svg)](https://microbadger.com/images/jupyter/base-notebook "jupyter/base-notebook image metadata") +[![docker pulls](https://img.shields.io/docker/pulls/jupyter/base-notebook.svg)](https://hub.docker.com/r/jupyter/base-notebook/) [![docker stars](https://img.shields.io/docker/stars/jupyter/base-notebook.svg)](https://hub.docker.com/r/jupyter/base-notebook/) [![image metadata](https://images.microbadger.com/badges/image/jupyter/base-notebook.svg)](https://microbadger.com/images/jupyter/base-notebook "jupyter/base-notebook image metadata") # Base Jupyter Notebook Stack From 1c4b71178d7653f8bfc5199f133a8d8783fdd9f9 Mon Sep 17 00:00:00 2001 From: Michael Delgado Date: Sat, 20 Oct 2018 12:37:07 -0700 Subject: [PATCH 4/9] point readme badges to dockerhub in datascience-notebook * status, pulls badges now point to https://hub.docker.com/r/jupyter/datascience-notebook/ * microbadger badges now have 'image metadata' alt text --- datascience-notebook/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/datascience-notebook/README.md b/datascience-notebook/README.md index ef9e2478..a939cf99 100644 --- a/datascience-notebook/README.md +++ b/datascience-notebook/README.md @@ -1,4 +1,4 @@ -![docker pulls](https://img.shields.io/docker/pulls/jupyter/datascience-notebook.svg) ![docker stars](https://img.shields.io/docker/stars/jupyter/datascience-notebook.svg) [![](https://images.microbadger.com/badges/image/jupyter/datascience-notebook.svg)](https://microbadger.com/images/jupyter/datascience-notebook "jupyter/datascience-notebook image metadata") +[![docker pulls](https://img.shields.io/docker/pulls/jupyter/datascience-notebook.svg)](https://hub.docker.com/r/jupyter/datascience-notebook/) [![docker stars](https://img.shields.io/docker/stars/jupyter/datascience-notebook.svg)](https://hub.docker.com/r/jupyter/datascience-notebook/) [![image metadata](https://images.microbadger.com/badges/image/jupyter/datascience-notebook.svg)](https://microbadger.com/images/jupyter/datascience-notebook "jupyter/datascience-notebook image metadata") # Jupyter Notebook Data Science Stack From 4462b5eb7b24d7aab23aa5948c40ca76190a9441 Mon Sep 17 00:00:00 2001 From: Michael Delgado Date: Sat, 20 Oct 2018 12:39:55 -0700 Subject: [PATCH 5/9] point readme badges to dockerhub in pyspark-notebook * status, pulls badges now point to https://hub.docker.com/r/jupyter/pyspark-notebook/ * microbadger badges now have 'image metadata' alt text --- pyspark-notebook/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyspark-notebook/README.md b/pyspark-notebook/README.md index 7c47e2e7..5e789441 100644 --- a/pyspark-notebook/README.md +++ b/pyspark-notebook/README.md @@ -1,4 +1,4 @@ -![docker pulls](https://img.shields.io/docker/pulls/jupyter/pyspark-notebook.svg) ![docker stars](https://img.shields.io/docker/stars/jupyter/pyspark-notebook.svg) [![](https://images.microbadger.com/badges/image/jupyter/pyspark-notebook.svg)](https://microbadger.com/images/jupyter/pyspark-notebook "jupyter/pyspark-notebook image metadata") +[![docker pulls](https://img.shields.io/docker/pulls/jupyter/pyspark-notebook.svg)](https://hub.docker.com/r/jupyter/pyspark-notebook/) [![docker stars](https://img.shields.io/docker/stars/jupyter/pyspark-notebook.svg)](https://hub.docker.com/r/jupyter/pyspark-notebook/) [![image metadata](https://images.microbadger.com/badges/image/jupyter/pyspark-notebook.svg)](https://microbadger.com/images/jupyter/pyspark-notebook "jupyter/pyspark-notebook image metadata") # Jupyter Notebook Python, Spark, Mesos Stack From 48c92f79e81ffc6456f57f89d24a7315cca075c3 Mon Sep 17 00:00:00 2001 From: Michael Delgado Date: Sat, 20 Oct 2018 12:40:59 -0700 Subject: [PATCH 6/9] point readme badges to dockerhub in r-notebook * status, pulls badges now point to https://hub.docker.com/r/jupyter/r-notebook/ * microbadger badges now have 'image metadata' alt text --- r-notebook/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/r-notebook/README.md b/r-notebook/README.md index 51459565..8ed0cc49 100644 --- a/r-notebook/README.md +++ b/r-notebook/README.md @@ -1,4 +1,4 @@ -![docker pulls](https://img.shields.io/docker/pulls/jupyter/r-notebook.svg) ![docker stars](https://img.shields.io/docker/stars/jupyter/r-notebook.svg) [![](https://images.microbadger.com/badges/image/jupyter/r-notebook.svg)](https://microbadger.com/images/jupyter/r-notebook "jupyter/r-notebook image metadata") +[![docker pulls](https://img.shields.io/docker/pulls/jupyter/r-notebook.svg)](https://hub.docker.com/r/jupyter/r-notebook/) [![docker stars](https://img.shields.io/docker/stars/jupyter/r-notebook.svg)](https://hub.docker.com/r/jupyter/r-notebook/) [![image metadata](https://images.microbadger.com/badges/image/jupyter/r-notebook.svg)](https://microbadger.com/images/jupyter/r-notebook "jupyter/r-notebook image metadata") # Jupyter Notebook R Stack From e1ef8b5664258180c9c28a6b86dda3393f4b48df Mon Sep 17 00:00:00 2001 From: Michael Delgado Date: Sat, 20 Oct 2018 12:42:13 -0700 Subject: [PATCH 7/9] point readme badges to dockerhub in scipy-notebook * status, pulls badges now point to https://hub.docker.com/r/jupyter/scipy-notebook/ * microbadger badges now have 'image metadata' alt text --- scipy-notebook/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scipy-notebook/README.md b/scipy-notebook/README.md index 7540d08d..32a97095 100644 --- a/scipy-notebook/README.md +++ b/scipy-notebook/README.md @@ -1,4 +1,4 @@ -![docker pulls](https://img.shields.io/docker/pulls/jupyter/scipy-notebook.svg) ![docker stars](https://img.shields.io/docker/stars/jupyter/scipy-notebook.svg) [![](https://images.microbadger.com/badges/image/jupyter/scipy-notebook.svg)](https://microbadger.com/images/jupyter/scipy-notebook "jupyter/scipy-notebook image metadata") +[![docker pulls](https://img.shields.io/docker/pulls/jupyter/scipy-notebook.svg)](https://hub.docker.com/r/jupyter/scipy-notebook/) [![docker stars](https://img.shields.io/docker/stars/jupyter/scipy-notebook.svg)](https://hub.docker.com/r/jupyter/scipy-notebook/) [![image metadata](https://images.microbadger.com/badges/image/jupyter/scipy-notebook.svg)](https://microbadger.com/images/jupyter/scipy-notebook "jupyter/scipy-notebook image metadata") # Jupyter Notebook Scientific Python Stack From 4964534d5047a95d2ee0174ca839b5cb02570abb Mon Sep 17 00:00:00 2001 From: Michael Delgado Date: Sat, 20 Oct 2018 12:43:16 -0700 Subject: [PATCH 8/9] point readme badges to dockerhub in tensorflow-notebook * status, pulls badges now point to https://hub.docker.com/r/jupyter/tensorflow-notebook/ * microbadger badges now have 'image metadata' alt text --- tensorflow-notebook/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tensorflow-notebook/README.md b/tensorflow-notebook/README.md index 83d44122..ae579182 100644 --- a/tensorflow-notebook/README.md +++ b/tensorflow-notebook/README.md @@ -1,4 +1,4 @@ -![docker pulls](https://img.shields.io/docker/pulls/jupyter/tensorflow-notebook.svg) ![docker stars](https://img.shields.io/docker/stars/jupyter/tensorflow-notebook.svg) [![](https://images.microbadger.com/badges/image/jupyter/tensorflow-notebook.svg)](https://microbadger.com/images/jupyter/tensorflow-notebook "jupyter/tensorflow-notebook image metadata") +[![docker pulls](https://img.shields.io/docker/pulls/jupyter/tensorflow-notebook.svg)](https://hub.docker.com/r/jupyter/tensorflow-notebook/) [![docker stars](https://img.shields.io/docker/stars/jupyter/tensorflow-notebook.svg)](https://hub.docker.com/r/jupyter/tensorflow-notebook/) [![image metadata](https://images.microbadger.com/badges/image/jupyter/tensorflow-notebook.svg)](https://microbadger.com/images/jupyter/tensorflow-notebook "jupyter/tensorflow-notebook image metadata") # Jupyter Notebook Deep Learning Stack From 74ad563ac78a52fb4c067cda9c5765db74fa91f7 Mon Sep 17 00:00:00 2001 From: Michael Delgado Date: Sat, 20 Oct 2018 12:48:13 -0700 Subject: [PATCH 9/9] correct all-spark-notebook url destination --- all-spark-notebook/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/all-spark-notebook/README.md b/all-spark-notebook/README.md index 2a4fb7cb..4f50dff8 100644 --- a/all-spark-notebook/README.md +++ b/all-spark-notebook/README.md @@ -1,4 +1,4 @@ -[![docker pulls](https://img.shields.io/docker/pulls/jupyter/all-spark-notebook.svg)](https://hub.docker.com/r/jupyter/minimal-notebook/) [![docker stars](https://img.shields.io/docker/stars/jupyter/all-spark-notebook.svg)](https://hub.docker.com/r/jupyter/minimal-notebook/) [![image metadata](https://images.microbadger.com/badges/image/jupyter/all-spark-notebook.svg)](https://microbadger.com/images/jupyter/all-spark-notebook "jupyter/all-spark-notebook image metadata") +[![docker pulls](https://img.shields.io/docker/pulls/jupyter/all-spark-notebook.svg)](https://hub.docker.com/r/jupyter/all-spark-notebook/) [![docker stars](https://img.shields.io/docker/stars/jupyter/all-spark-notebook.svg)](https://hub.docker.com/r/jupyter/all-spark-notebook/) [![image metadata](https://images.microbadger.com/badges/image/jupyter/all-spark-notebook.svg)](https://microbadger.com/images/jupyter/all-spark-notebook "jupyter/all-spark-notebook image metadata") # Jupyter Notebook Python, Scala, R, Spark, Mesos Stack