-
Notifications
You must be signed in to change notification settings - Fork 4
[release-4.16]: Onboard noderesourcetopology scheduler to Konflux #333
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
base: release-4.16
Are you sure you want to change the base?
[release-4.16]: Onboard noderesourcetopology scheduler to Konflux #333
Conversation
Skipping CI for Draft Pull Request. |
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: rbaturov The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
These are initial configuration that has been generated by the konflux bot, for both on pull-request and push. Signed-off-by: red-hat-konflux <[email protected]>
More information about the hermetic builds: https://konflux-ci.dev/docs/building/hermetic-builds/ Signed-off-by: Ronny Baturov <[email protected]>
c90e8f3
to
4c5156e
Compare
Signed-off-by: Ronny Baturov <[email protected]>
4c5156e
to
b3c1893
Compare
@@ -0,0 +1,28 @@ | |||
ARG RHEL_VERSION=9.4 | |||
|
|||
FROM brew.registry.redhat.io/rh-osbs/openshift-golang-builder:v1.22 AS builder |
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.
- In 4.16 we were using golang builder 1.21 , please check and align
- We would usually want to pin the golang builder to the rhel version and also add a tag , for example:
FROM brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_golang_1.21@sha256:218ece7acb0c215d0ec54e690446209fe64a6080a7202a54ef3945b152f4fc89 as builder
This is needed to onboard this container to konflux. Signed-off-by: Ronny Baturov <[email protected]>
b3c1893
to
a9beb15
Compare
@@ -0,0 +1,26 @@ | |||
FROM brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_golang_1.22@sha256:9febad53eab6f5b6d1f9a32c7b5f22afdebd6d7735e08f068e0dcbe2ffa6ca64 as builder |
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.
Uh oh!
There was an error while loading. Please reload this page.