-
Notifications
You must be signed in to change notification settings - Fork 20
Remove maintainers line #222
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
Remove maintainers line #222
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm.
@Mergifyio rebase |
Remove MAINTAINER line from centos/fedora Container files. Replace with a org.opencontainers.image.authors label. Ensure labels are standard across the centos/fedora image files. Signed-off-by: John Mulligan <[email protected]>
Remove MAINTAINER line from centos/fedora Container files. Replace with a org.opencontainers.image.authors label. Ensure labels are standard across the centos/fedora image files. Signed-off-by: John Mulligan <[email protected]>
Remove MAINTAINER line from centos/fedora Container files. Replace with a org.opencontainers.image.authors label. Ensure labels are standard across the centos/fedora image files. Signed-off-by: John Mulligan <[email protected]>
Remove MAINTAINER line from centos/fedora Container files. Replace with a org.opencontainers.image.authors label. Ensure labels are standard across the centos/fedora image files. Signed-off-by: John Mulligan <[email protected]>
Signed-off-by: John Mulligan <[email protected]>
Signed-off-by: John Mulligan <[email protected]>
Signed-off-by: John Mulligan <[email protected]>
Signed-off-by: John Mulligan <[email protected]>
✅ Branch has been successfully rebased |
b4523a9
to
6acc13a
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks fine but I still see those maintainers-specific labels in the Containerfile.centos|fedora|opensuse
files. Why not remove those as well?
I see that all occurrences are removed. Can you please check again? |
I am reffering to lines like those: |
IIUC, the purpose of the PR is to no longer use deprecated |
Oops -- my bad. |
LGTM |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Our CI is logging warnings from docker complaining that the MAINTAINER line is deprecated. Let's modernize and remove that line.
Fixes: #214