File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Use the jupyter/minimal-notebook as the base image
22FROM 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
514ENV BASENAME="python-tutorial"
615ENV REPO=${HOME}/${BASENAME}
You can’t perform that action at this time.
0 commit comments