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

Feature/alpine base #423

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Conversation

maxyloon
Copy link

I've added an alpine base for the neo4j image. Renders at 443MB w. an image efficiency score of 99%, this image shreds ~200Mb from the image while being minimal in size. Alpine as a base gives you an os kernel layer of only 7 MB. The base image substitutes a lot of binaries with Busybox giving it a small surface for exploitation, and is not dependent on Debian releases to mitigate security flaws. I will test the image with some security scanning tools later, but some tests fail.

I would like to get some insight into these tests, as they may be flaky or misconfigured.

Enterprise image on the left and alpine-enterprise on the right. Tests bottom right.
Screenshot 2023-01-26 at 03 55 09

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant