-
Notifications
You must be signed in to change notification settings - Fork 11
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
ROX-27840: prefetch RPM dependencies for Konflux #1773
base: master
Are you sure you want to change the base?
Conversation
Skipping CI for Draft Pull Request. |
@tommartensen: The following test failed, say
Full PR test history. Your PR dashboard. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
How to reproduce the lockfile: https://spaces.redhat.com/display/StackRox/How+to+prefetch+RPMs+for+ACS+Konflux+builds
Required changes:
dnf upgrade
, because we need to specify which RPMs to prefetch. Target RPMs can be added to thepackages
section for prefetching, see https://github.com/stackrox/scanner/pull/1793/files for an example (added to the How-to).${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG}
, thus changing that to the full image name. We haven't used build arg overrides anyway.