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 size of containers and amount of Docker layers #36

Open
RobPasMue opened this issue May 20, 2022 · 0 comments
Open

Reduce size of containers and amount of Docker layers #36

RobPasMue opened this issue May 20, 2022 · 0 comments
Labels
Docker Docker related tasks: images, publishing, docker-compose etc. enhancement New feature or request

Comments

@RobPasMue
Copy link
Member

Some of the containers, especially those for C++, are much bigger than needed. This is probably due to all the files related to the installation of external libraries and dependencies which remain in the container after being installed (they could be deleted).

Finally, we should try to synthesize the number of Docker layers we are using in some of the containers. The less layers the better. Especially when they are related to the installation and compilation of libraries. We should try to handle them all together in one single step.

@RobPasMue RobPasMue added enhancement New feature or request Docker Docker related tasks: images, publishing, docker-compose etc. labels May 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Docker Docker related tasks: images, publishing, docker-compose etc. enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant