Skip to content

Commit

Permalink
Add image source OCI label (#16)
Browse files Browse the repository at this point in the history
Adds this repository address to the Docker image metadata. This should make it easier for anyone using the image to trace it back to its source code.
  • Loading branch information
sunu authored Jul 23, 2024
1 parent 53b6fd1 commit e7f7133
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
FROM pangeo/pangeo-notebook:2024.06.02

LABEL org.opencontainers.image.source="https://github.com/nasa-impact/pangeo-notebook-veda-image"

USER root

COPY --chown=${NB_USER}:${NB_USER} image-tests /srv/repo/image-tests
Expand Down

0 comments on commit e7f7133

Please sign in to comment.