yannh / kubeconform

A FAST Kubernetes manifests validator, with support for Custom Resources!
Apache License 2.0
2.07k stars 116 forks source link

Dockerfile has deprecated `MAINTAINER` label #266

Closed Stringls closed 2 months ago

Stringls commented 3 months ago

Hi! MAINTAINER Label has been deprecated recently and replaced with org.opencontainers.image.authors that you already use in your Dockerfiles.

I suggest removing the label.

If you don't mind, I'd like to do these changes and open a new PR.

yannh commented 2 months ago

Fixed in https://github.com/yannh/kubeconform/pull/267 , thanks :)