Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use newer OCI labels in Dockerfile #140

Open
Mr0grog opened this issue Apr 14, 2023 · 0 comments
Open

Use newer OCI labels in Dockerfile #140

Mr0grog opened this issue Apr 14, 2023 · 0 comments
Labels
documentation Improvements or additions to documentation enhancement New feature or request good first issue Good for newcomers

Comments

@Mr0grog
Copy link
Member

Mr0grog commented Apr 14, 2023

Our current Dockerfile uses the maintainer label:

FROM python:3.10.7-slim as base
LABEL maintainer="enviroDGI@gmail.com"

Which has been deprecated in favor of a new, standardized org.opencontainers.image.authors label. In fact, there is a whole list of OCI-standardized labels that are supported by various tools (e.g. Dependabot now uses org.opencontainers.image.source to figure out release notes and so on) that we should be using: https://github.com/opencontainers/image-spec/blob/main/annotations.md#pre-defined-annotation-keys

@Mr0grog Mr0grog added documentation Improvements or additions to documentation enhancement New feature or request good first issue Good for newcomers labels Apr 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant