Skip to content

Commit

Permalink
chore: Add labels in dockerfile for base & blsq image
Browse files Browse the repository at this point in the history
  • Loading branch information
qgerome committed Apr 5, 2024
1 parent 9f05eb6 commit c9b839e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions images/base/Dockerfile
Original file line number Diff line number Diff line change
@@ -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


Expand Down
4 changes: 4 additions & 0 deletions images/blsq/Dockerfile
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit c9b839e

Please sign in to comment.