-
Notifications
You must be signed in to change notification settings - Fork 912
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(docker): tags and stable image #1018
Conversation
- Updating stable image to pull from `debian:stable` - Updating maintainer label in all Dockerfiles to include `LABEL maintainer="cncf-falco-dev@lists.cncf.io"` Signed-off-by: Kris Nova <kris@nivenly.com>
- Using `debian:stable` for the local image as well Signed-off-by: Kris Nova <kris@nivenly.com>
Note: I tested this locally and the builds were successful. I also pushed docker pull krisnova/falco-debian:stable |
This needs further discussion and testing, the image must be tested on kernels <= 4.16 and be able to compile the driver and bpf probe. |
@ravishankarsrrav: changing LGTM is restricted to collaborators In response to this: 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/test-infra repository. |
LGTM label has been added. Git tree hash: fe4b008e293a235afe9c6025028745d41ff60b0b
|
/cc @leodido |
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
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: fntlnz, leodido, ravishankarsrrav 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.21.0 |
What type of PR is this?
/kind bug
/kind cleanup
/kind failing-test
Any specific area of the project related to this PR?
/area build
What this PR does / why we need it:
Which issue(s) this PR fixes:
Fixes #1015
Fixes #
Special notes for your reviewer:
Does this PR introduce a user-facing change?: