-
Notifications
You must be signed in to change notification settings - Fork 905
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
fix(dockerfile/no-driver): install ca-certificates #2412
fix(dockerfile/no-driver): install ca-certificates #2412
Conversation
Signed-off-by: Aldo Lacuku <aldo@lacuku.eu>
/hold |
/milestone 0.35.0 |
/unhold |
IMHO it's a critical issue for end users. It avoids to use some plugins and falcoctl correctly, could we think about a 0.34.1? |
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.
/approve
LGTM label has been added. Git tree hash: 92fb6b515922e938b4d7e1b88dccea8e369f796a
|
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.
/approve
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: alacuku, FedeDP, jasondellaluce The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/milestone 0.34.1 |
Signed-off-by: Aldo Lacuku aldo@lacuku.eu
What type of PR is this?
/kind bug
Any specific area of the project related to this PR?
/area build
What this PR does / why we need it:
The
falco-no-driver
image missed theca-certificates
. This PR installs them in the final build stage.Which issue(s) this PR fixes:
#2274 #2395
Fixes #
Special notes for your reviewer:
I've built and tested the new image locally and it seems that the certificate issues are gone.
Does this PR introduce a user-facing change?: