Skip to content

Draft: Reduce size of operator base image

Mitchell Nielsen requested to merge reduce-operator-image-size into master
  • Uses the multi-stage pattern so the final stage is smaller (using the alpine variant) and copies in only what is needed from the dependencies stage.
  • Reduces the image size from roughly 1.19GB to roughly 654MB.

Related to this discussion where we're talking about how the size of this base image affects pipeline execution times.

Edited by Mitchell Nielsen

Merge request reports