Skip to content
This repository was archived by the owner on May 4, 2020. It is now read-only.
This repository was archived by the owner on May 4, 2020. It is now read-only.

Use multistage Docker build for worker base docker #43

@Panaetius

Description

@Panaetius

Currently the worker base image is around 3GB in size, meaning it takes quite long to install everything (longer than the 5 min default timeout of helm).

All the temporary files and build tools etc. are inside the docker, even though they are not needed later on.

We should do multistage builds, only copying what is needed from one stage to the next.

That should help reduce the size by a lot.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions