From d120dab5f5c409b4617af69c596269f7ecdbd067 Mon Sep 17 00:00:00 2001 From: Casey Spicer Date: Thu, 19 Aug 2021 19:08:09 +0000 Subject: [PATCH 1/2] Update hardening_manifest.yaml to opensource/jupyter/jupyterlab:3.1.7 --- hardening_manifest.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hardening_manifest.yaml b/hardening_manifest.yaml index 838c24f..b69de7b 100644 --- a/hardening_manifest.yaml +++ b/hardening_manifest.yaml @@ -16,7 +16,7 @@ args: STAGE_IMAGE: "ironbank/carnegie-mellon/python-ai/python38-ai" STAGE_TAG: "3.8" BASE_IMAGE: "opensource/jupyter/jupyterlab" - BASE_TAG: "3.0.16" + BASE_TAG: "3.1.7" # Docker image labels labels: @@ -25,7 +25,7 @@ labels: org.opencontainers.image.licenses: "MIT License (MIT)" org.opencontainers.image.url: " " org.opencontainers.image.vendor: "jupyterlab" - org.opencontainers.image.version: "3.0.14" + org.opencontainers.image.version: "3.1.7" mil.dso.ironbank.image.keywords: "jupyter,notebook,terminal,text editor,datascience,ui,data,science,sqlite3,plotly,pandas,matplot,seaborn,numba,numpy,scipy,sklearn,tqdm,urllib3,requests,BeautifulSoup,WordCloud,statsmodels,prophet,django,flask" mil.dso.ironbank.image.type: "opensource" mil.dso.ironbank.product.name: "jlab-eda" -- GitLab From 3b912a59cfcdd8d8e7972762abeee9504e565873 Mon Sep 17 00:00:00 2001 From: Casey Spicer Date: Thu, 19 Aug 2021 19:08:51 +0000 Subject: [PATCH 2/2] Update Dockerfile to opensource/jupyter/jupyterlab:3.1.7 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index bf8123c..fde2b5b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ ARG STAGE_IMAGE=ironbank/carnegie-mellon/python-ai/python38-ai ARG STAGE_TAG=3.8 ARG BASE_REGISTRY=registry1.dso.mil ARG BASE_IMAGE=ironbank/opensource/jupyter/jupyterlab -ARG BASE_TAG=3.0.14 +ARG BASE_TAG=3.1.7 FROM ${STAGE_REGISTRY}/${STAGE_IMAGE}:${STAGE_TAG} AS multi-stage FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG} -- GitLab