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 secure base image #5338

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from
Open

Use secure base image #5338

wants to merge 1 commit into from

Conversation

KShivendu
Copy link
Member

@KShivendu KShivendu commented Oct 30, 2024

Should make the container more secure.

All Submissions:

  • Contributions should target the dev branch. Did you create your branch from dev?
  • Have you followed the guidelines in our Contributing document?
  • Have you checked to ensure there aren't other open Pull Requests for the same update/change?

@KShivendu KShivendu changed the base branch from master to dev October 30, 2024 10:51
@KShivendu
Copy link
Member Author

Simply changing the base image failed. Will try by building everything with debian and copying to the secure image in the end.

@timvisee
Copy link
Member

IMO we should create an image from scratch, with no base image at all. That way the only vulnerabilities it can contain are the ones in the code being used.

The downside is that it'll remove all utilities from the image that are useful during debug sessions, such as bash, sh or curl.

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

Successfully merging this pull request may close these issues.

2 participants