From 15ab544c02fb560829e66065633adf9030da61ad Mon Sep 17 00:00:00 2001 From: Jacob Woffenden Date: Mon, 15 Jul 2024 17:06:26 +0000 Subject: [PATCH] Add all-spark and datascience dockerfiles Signed-off-by: GitHub --- all-spark-notebook/Dockerfile | 7 +++++++ datascience-notebook/Dockerfile | 7 +++++++ 2 files changed, 14 insertions(+) create mode 100644 all-spark-notebook/Dockerfile create mode 100644 datascience-notebook/Dockerfile diff --git a/all-spark-notebook/Dockerfile b/all-spark-notebook/Dockerfile new file mode 100644 index 0000000..87ad5c0 --- /dev/null +++ b/all-spark-notebook/Dockerfile @@ -0,0 +1,7 @@ +FROM quay.io/jupyter/all-spark-notebook:notebook-7.2.1 + +LABEL org.opencontainers.image.vendor="Ministry of Justice" \ + org.opencontainers.image.authors="Analytical Platform (analytical-platform@digital.justice.gov.uk)" \ + org.opencontainers.image.title="Jupyter All Spark Notebook" \ + org.opencontainers.image.description="Jupyter All Spark Notebook image for Analytical Platform" \ + org.opencontainers.image.url="https://github.com/ministryofjustice/analytical-platform-jupyterlab" diff --git a/datascience-notebook/Dockerfile b/datascience-notebook/Dockerfile new file mode 100644 index 0000000..80556de --- /dev/null +++ b/datascience-notebook/Dockerfile @@ -0,0 +1,7 @@ +FROM quay.io/jupyter/datascience-notebook:notebook-7.2.1 + +LABEL org.opencontainers.image.vendor="Ministry of Justice" \ + org.opencontainers.image.authors="Analytical Platform (analytical-platform@digital.justice.gov.uk)" \ + org.opencontainers.image.title="Jupyter Data Science Notebook" \ + org.opencontainers.image.description="Jupyter Data Science Notebook image for Analytical Platform" \ + org.opencontainers.image.url="https://github.com/ministryofjustice/analytical-platform-jupyterlab"