Create Hardend Base Image and Zookeeper Image#350
Open
patrickrochemn wants to merge 7 commits intodebezium:mainfrom
Open
Create Hardend Base Image and Zookeeper Image#350patrickrochemn wants to merge 7 commits intodebezium:mainfrom
patrickrochemn wants to merge 7 commits intodebezium:mainfrom
Conversation
Using alpine base image for more accurate security scans. Combined run commands to reduce build layers and as result reduce final image size
Reverted base image after creating separate directory for hardened base image
Revert zookeeper Dockerfile and docker-entrypoint.sh after moving hardened zookeeper to its own directory
Member
|
❌ Developer Certificate of Origin (DCO) check failed. Hi @patrickrochemn, please sign off all commits with: If pull request commits are not signed off, the pull request cannot be merged. For more information about why this is required, please see our blog about contribution requirement changes. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Enhanced PR Description for Hardened Base and Zookeeper Images
Overview
This Pull Request introduces a hardened base image and a Zookeeper container image to enhance security. The key focus is on leveraging a more secure base and manually updating libraries to address known security vulnerabilities.
Changes
Alpine Base Image: Switched to using Alpine Linux as the base image instead of Fedora Minimal. This change provides:
Manual Library Updates:
Combined "RUN" Statements:
Impact
Testing
Additional Notes