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

distroless container support #576

Open
mstoodle opened this issue May 19, 2021 · 1 comment
Open

distroless container support #576

mstoodle opened this issue May 19, 2021 · 1 comment

Comments

@mstoodle
Copy link
Contributor

Borrowing text from #12 since distroless containers were not provided when #12 was closed.

Please add support for "distroless" images that would not depend on particular Linux flavor.

Some links for the distroless topic:

https://github.com/GoogleCloudPlatform/distroless
https://www.infoq.com/news/2017/10/choosing-container-image
http://crunchtools.com/comparison-linux-container-images/
@grzesuav
Copy link
Contributor

grzesuav commented Jun 3, 2021

It would require setting up bazel build based, sth like https://github.com/GoogleContainerTools/distroless/blob/main/java/BUILD used for build their distroless image so the bazel knowledge is required here, as well knowledge on java system dependencies (which might change for different version of java or even different variant). Also pure distroless images are harder to use (no package manager, no shell) so they will be more difficult to use

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

No branches or pull requests

3 participants