-
Notifications
You must be signed in to change notification settings - Fork 219
Remove 'version' label from Dockerfile.rhel10 #621
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
Conversation
Konflux build pipeline needs it. See https://issues.redhat.com/browse/RHELMISC-17288 Signed-off-by: Petr "Stone" Hracek <[email protected]>
Signed-off-by: Petr "Stone" Hracek <[email protected]>
Pull Request validationFailed🔴 Review - Missing review from a member (1 required) Success🟢 CI - All checks have passed |
|
[test] |
Testing Farm results
|
| com.redhat.component="{{ spec.redhat_component }}" \ | ||
| {% if spec.version not in ["9.4", "9.5", "9.6"] %} | ||
| {% if config.os.id == "rhel" and spec.prod != "rhel10" %} | ||
| version="1" \ |
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.
Just out of curiosity, why are you using such a complicated construct if you set version=1 in both cases?
otherwise 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.
This change is affected only for RHEL10. Not rhel8, rhel9.
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
Remove 'version' label from Dockerfile.rhel10
Konflux build pipeline needs it.
See https://issues.redhat.com/browse/RHELMISC-17288