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

Maintainer is deprecated in Dockerfile #8

Open
jonasdlindner opened this issue Mar 9, 2021 · 0 comments
Open

Maintainer is deprecated in Dockerfile #8

jonasdlindner opened this issue Mar 9, 2021 · 0 comments

Comments

@jonasdlindner
Copy link

According to the Dockerfile reference, MAINTAINER has been deprecated in favour of using the LABEL instruction: https://docs.docker.com/engine/reference/builder/#maintainer-deprecated.

In Dockerfile Line 2:
MAINTAINER Mark Gituma <[email protected]>

a possible fix would be:
LABEL maintainer="Mark Gituma <[email protected]>"

@jonasdlindner jonasdlindner changed the title MAINTAINER is deprecated in Dockerfile Maintainer is deprecated in Dockerfile Mar 9, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant