Skip to content
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

Use a package manager for installing binaries #212

Open
fgiloux opened this issue Aug 30, 2022 · 1 comment
Open

Use a package manager for installing binaries #212

fgiloux opened this issue Aug 30, 2022 · 1 comment

Comments

@fgiloux
Copy link
Contributor

fgiloux commented Aug 30, 2022

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.

@adambkaplan
Copy link
Contributor

+1 - all our images will need to be onboarded to HACBS, which won't let us curl | bash to install components.

Roming22 pushed a commit that referenced this issue Dec 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants