Skip to content

Slimming down docker image

Afonso Mukai requested to merge slimming_docker_image into master

Created by: rerpha

Issue

relates to DM-1406

Description of work

I have bundled steps into layers as more layers in the docker image means more space when building. This approach shouldn't take any longer than usual. The image will rebuild when the conanfile updates, however as this only happens every so often and it already causes the build time to increase I don't think this is an issue.

When merged: create and push new image to docker hub

Nominate for Group Code Review

  • Nominate for code review

Merge request reports