We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In some of our images we download binaries with curl and copy them into the filesystem. Whenever possible we should use a package manager for the installation. Examples: https://github.com/openshift-pipelines/pipeline-service/blob/main/images/access-setup/Dockerfile#L8-L13
Rational: These binaries are not "visible" to image scanners, which means that CVEs may get unnoticed.
The text was updated successfully, but these errors were encountered:
+1 - all our images will need to be onboarded to HACBS, which won't let us curl | bash to install components.
Sorry, something went wrong.
update SPI to latest (#212)
4b06494
No branches or pull requests
In some of our images we download binaries with curl and copy them into the filesystem.
Whenever possible we should use a package manager for the installation.
Examples:
https://github.com/openshift-pipelines/pipeline-service/blob/main/images/access-setup/Dockerfile#L8-L13
Rational: These binaries are not "visible" to image scanners, which means that CVEs may get unnoticed.
The text was updated successfully, but these errors were encountered: