InseeFrLab / images-datascience

Collection of Docker images to build the data science catalog of the Onyxia project
MIT License
24 stars 23 forks source link

Add some labels in dockerfile #94

Closed alexisdondon closed 1 year ago

alexisdondon commented 1 year ago

add standard labels in docker like https://medium.com/@chamilad/lets-make-your-docker-image-better-than-90-of-existing-ones-8b1e5de950d

maintainers one to have date build would be really useful in order to identify an image launch in onyxia is really tha latest or not

avouacr commented 1 year ago

Added maintainer label in #127. The date of build is already present by default in the metadata of docker images (key org.opencontainers.image.created, cf. OCI spec)