ManageIQ / manageiq-pods

ManageIQ on Kubernetes and OpenShift
Apache License 2.0
50 stars 100 forks source link

Drop MAINTAINER docker commands #1070

Closed Fryguy closed 5 months ago

Fryguy commented 5 months ago

MAINTAINER is a deprecated command, and LABELs are preferred. We already have vendor and url labels with this same information.

@bdunne Please review.

miq-bot commented 5 months ago

Checked commit https://github.com/Fryguy/manageiq-pods/commit/4e9e8d6867e48358b64e3c89f4374a7f2cc4a9b7 with ruby 2.7.8, rubocop 1.56.3, haml-lint 0.51.0, and yamllint 0 files checked, 0 offenses detected Everything looks fine. :cake:

Fryguy commented 5 months ago

Backported to radjabov in commit 50dc2433aa287eccdb9e3144fb51959327e663ab.

commit 50dc2433aa287eccdb9e3144fb51959327e663ab
Author: Brandon Dunne <brandondunne@hotmail.com>
Date:   Mon Mar 18 13:54:22 2024 -0400

    Merge pull request #1070 from Fryguy/drop_maintainer

    Drop MAINTAINER docker commands

    (cherry picked from commit d7e6b994ebb068cda1cc91737624d0e6db251fa6)