From c9b839e2567567ed16654ed4779a23f00ccd81ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Quentin=20G=C3=A9r=C3=B4me?= Date: Fri, 5 Apr 2024 12:36:13 +0200 Subject: [PATCH] chore: Add labels in dockerfile for base & blsq image --- images/base/Dockerfile | 4 ++++ images/blsq/Dockerfile | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/images/base/Dockerfile b/images/base/Dockerfile index 9775ee1..31ba944 100644 --- a/images/base/Dockerfile +++ b/images/base/Dockerfile @@ -1,5 +1,9 @@ FROM quay.io/jupyter/datascience-notebook:2024-01-08 +LABEL org.opencontainers.image.source=https://github.com/blsq/openhexa-docker-images +LABEL org.opencontainers.image.description="OpenHEXA Jupyter Notebook image with additional tools and libraries" +LABEL org.opencontainers.image.licenses=MIT + USER root diff --git a/images/blsq/Dockerfile b/images/blsq/Dockerfile index 7ad4c38..230afb1 100644 --- a/images/blsq/Dockerfile +++ b/images/blsq/Dockerfile @@ -1,5 +1,9 @@ FROM blsq/openhexa-base-environment +LABEL org.opencontainers.image.source=https://github.com/blsq/openhexa-docker-images +LABEL org.opencontainers.image.description="OpenHEXA Jupyter Notebook image with additional tools and libraries specific to BLSQ use cases." +LABEL org.opencontainers.image.licenses=MIT + USER root # System libraries