-
Notifications
You must be signed in to change notification settings - Fork 35
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
Add configs for building a bundle with Konflux #1075
Conversation
operator/mtv-bundle.Containerfile
Outdated
@@ -0,0 +1,63 @@ | |||
FROM quay.io/konflux-ci/operator-sdk-builder@sha256:08f084228288d6314573d7742671fc7ddf84c19e4cf8eeb7623f261a514d0e4e 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.
Please move this under the /build/ dir
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.
done
operator/mtv-bundle.Containerfile
Outdated
io.openshift.tags="migration" \ | ||
io.k8s.description="Migration Toolkit for Virtualization - Operator Bundle" \ | ||
summary="Migration Toolkit for Virtualization - Operator Bundle" \ | ||
maintainer="Migration Toolkit for Virtualization Team <[email protected]>" |
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.
Please switch to
maintainer="Forklift by Konveyor Community <[email protected]>"
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.
done
1. Add a script that Konflux will update with the latest references to the operands. This script is also used during the build for producing the variables that will be used when generating the manifests from templates. 2. Add a Containerfile for building the bundle. Signed-off-by: gbenhaim <[email protected]>
4b19ff5
to
c2e8beb
Compare
Quality Gate passedIssues Measures |
Once we will get this PR merged we will update #1076 with the correct path to the Containerfile. |
Add a script that Konflux will update with the latest references to the operands. This script is also used during the build for producing the variables that will be used when generating the manifests from templates.
Add a Containerfile for building the bundle.