Skip to content

Commit ebab118

Browse files
committed
Add metadata labels
1 parent 46fd36f commit ebab118

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

Dockerfile

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
# Use the jupyter/minimal-notebook as the base image
22
FROM quay.io/jupyter/minimal-notebook:latest
33

4+
# Metadata labels
5+
LABEL org.opencontainers.image.title="Python Tutorial"
6+
LABEL org.opencontainers.image.description="A containerized Python tutorial environment with Jupyter Lab."
7+
LABEL org.opencontainers.image.authors="Empa Scientific IT <scientificit@empa.ch>"
8+
LABEL org.opencontainers.image.url="https://github.com/empa-scientific-it/python-tutorial"
9+
LABEL org.opencontainers.image.source="https://github.com/empa-scientific-it/python-tutorial"
10+
LABEL org.opencontainers.image.version="1.0.0"
11+
LABEL org.opencontainers.image.licenses="MIT"
12+
413
# Set environment variables for the tutorial and repository
514
ENV BASENAME="python-tutorial"
615
ENV REPO=${HOME}/${BASENAME}

0 commit comments

Comments
 (0)