-
Notifications
You must be signed in to change notification settings - Fork 61
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
Cachi2 task #2121
base: feature_cachi2
Are you sure you want to change the base?
Cachi2 task #2121
Conversation
1eb6b66
to
8b374c5
Compare
This pull request sets up GitHub code scanning for this repository. Once the scans have completed and the checks have passed, the analysis results for this pull request branch will appear on this overview. Once you merge this pull request, the 'Security' tab will show more code scanning analysis results (for example, for the default branch). Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results. For more information about GitHub code scanning, check out the documentation. |
c4b9350
to
683e5de
Compare
1afaa4d
to
5adc72b
Compare
96aa1c5
to
1099a24
Compare
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.
Looks reasonable 👍
Add init task/step responsible for creating directory structure, cloning remote sources and preparing options file for cachi2 run. Signed-off-by: Martin Basti <[email protected]>
Shellcheck for tekton github action Signed-off-by: Martin Basti <[email protected]>
Add cachi2 step that: - fetches deps - create env file and env json - make source archives - remove git (option to keep git will be added later) - merge sboms into single one Signed-off-by: Martin Basti <[email protected]>
Fixing format of envvars, Cachi2 have slightly different format Signed-off-by: Martin Basti <[email protected]>
Postprocssing plugin to take cachi2 generated dependencies and generate expected metadata for OSBS and prepare sources into build dirs. Signed-off-by: Martin Basti <[email protected]>
Signed-off-by: Martin Basti <[email protected]>
use reflink to copy sources into build dir to save space Signed-off-by: Martin Basti <[email protected]>
ed7eddf
to
4ca7398
Compare
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, just do not merge the DO NOT MERGE commit 😄
Maintainers will complete the following section