Skip to content
This repository has been archived by the owner on Jul 21, 2023. It is now read-only.

facilitator: smaller container image #868

Merged
merged 1 commit into from
Aug 2, 2021
Merged

Commits on Aug 2, 2021

  1. facilitator: smaller container image

    This commit restores some of the changes from #737 in order to emit
    smaller container images.
     - build `facilitator` with release profile
     - build binary in a builder container based on `rust:alpine`, then ship
       a smaller image based on `alpine` containing just the statically
       linked binary
    
    We can't remove the OpenSSL dependency until kube-rs/kube-rs/597 is
    released, but this change takes our image size down to ~30 MB from >2
    GB.
    
    Related to #451
    tgeoghegan committed Aug 2, 2021
    Configuration menu
    Copy the full SHA
    1ebc372 View commit details
    Browse the repository at this point in the history