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

Reduce the Docker image size #51

Open
youpong opened this issue Oct 29, 2022 · 2 comments
Open

Reduce the Docker image size #51

youpong opened this issue Oct 29, 2022 · 2 comments
Assignees

Comments

@youpong
Copy link
Collaborator

youpong commented Oct 29, 2022

Description

The following methods might help reduce the image size.

  1. Change base distro alpine:latest or GoogleContainerTools/distroless.
  2. Change compiler clang/LLVM.

The second method would require some changes to the Makefile if coverage testing is to be done on the image.

Related Issue(s)

Progress

@TanmayPatil105
Copy link
Owner

We cannot afford to make changes in Makefile, since it will affect Normal Installation. Any alternatives?

@youpong
Copy link
Collaborator Author

youpong commented Oct 29, 2022

I just wanted to let you know that we need to change the Makefile to support both clang/LLVM and gcc.
It does not affect the normal installation.

@youpong youpong self-assigned this Mar 24, 2023
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

No branches or pull requests

2 participants