Skip to content

Reduce size of containers and amount of Docker layers #36

Open
@RobPasMue

Description

@RobPasMue

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    DockerDocker related tasks: images, publishing, docker-compose etc.enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions