Skip to content

Conversation

phlogistonjohn
Copy link
Collaborator

Our CI is logging warnings from docker complaining that the MAINTAINER line is deprecated. Let's modernize and remove that line.

Fixes: #214

Copy link
Collaborator

@anoopcs9 anoopcs9 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm.

@phlogistonjohn
Copy link
Collaborator Author

@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]>
Copy link

mergify bot commented Sep 9, 2025

rebase

✅ Branch has been successfully rebased

Copy link
Collaborator

@synarete synarete left a 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?

@anoopcs9
Copy link
Collaborator

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?

@synarete
Copy link
Collaborator

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?

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:
https://github.com/phlogistonjohn/samba-container/blob/jjm-no-maint-line/images/ad-server/Containerfile.centos#L13
https://github.com/phlogistonjohn/samba-container/blob/jjm-no-maint-line/images/ad-server/Containerfile.fedora#L13

@anoopcs9
Copy link
Collaborator

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: https://github.com/phlogistonjohn/samba-container/blob/jjm-no-maint-line/images/ad-server/Containerfile.centos#L13 https://github.com/phlogistonjohn/samba-container/blob/jjm-no-maint-line/images/ad-server/Containerfile.fedora#L13

IIUC, the purpose of the PR is to no longer use deprecated MAINTAINER instruction rather labels (see linked #214).

@synarete
Copy link
Collaborator

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: https://github.com/phlogistonjohn/samba-container/blob/jjm-no-maint-line/images/ad-server/Containerfile.centos#L13 https://github.com/phlogistonjohn/samba-container/blob/jjm-no-maint-line/images/ad-server/Containerfile.fedora#L13

IIUC, the purpose of the PR is to no longer use deprecated MAINTAINER instruction rather labels (see linked #214).

Oops -- my bad.

@synarete
Copy link
Collaborator

LGTM

Copy link
Collaborator

@synarete synarete left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@mergify mergify bot merged commit 0b8869b into samba-in-kubernetes:master Sep 11, 2025
43 checks passed
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

Successfully merging this pull request may close these issues.

Maintainer instruction is deprecated

3 participants