We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We've got a report internally that $subject does not work. Please investigate and ideally create a test case for this.
I am pretty sure the "WARN:Label 'maintainer' has to be specified." is a false warning, unless I am blind and can not see the typo in my Dockerfile.
CC @fkluknav
Edit: I think I get it know, the message is wrong. We check whether the content matches a certain regex.
The text was updated successfully, but these errors were encountered:
LABEL maintainer="Red Hat, Inc." causes WARN:Label 'maintainer' has to be specified.
LABEL maintainer="Red Hat, Inc."
WARN:Label 'maintainer' has to be specified.
Sorry, something went wrong.
Yeah, our regex is @redhat.com$. This is worth discussing internally.
@redhat.com$
What is the standard for 'maintainer' label in images from Red Hat? Is there any? A person? A group? A company?
Exactly, probably there is none. Therefore this should be brought up internally so we all agree on one standard.
@fkluknav Would you like to bring it up or should we take care of it?
No branches or pull requests
We've got a report internally that $subject does not work. Please investigate and ideally create a test case for this.
CC @fkluknav
Edit: I think I get it know, the message is wrong. We check whether the content matches a certain regex.
The text was updated successfully, but these errors were encountered: