ClimateImpactLab / dodola

Containerized application for running individual tasks in a larger, orchestrated CMIP6 bias-adjustment and downscaling workflow.
https://climateimpactlab.github.io/dodola/
Apache License 2.0
14 stars 7 forks source link

Add label for code source to container images #193

Closed brews closed 1 year ago

brews commented 2 years ago

We should put a label in the Dockerfile to add a URL to the code repository.

Basically add this

LABEL org.opencontainers.image.source="https://github.com/ClimateImpactLab/dodola"

to Dockerfile.

brews commented 1 year ago

This was closed in #195.