You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Nyl argocd-cmp image is surprisingly large with 730Mb. I did a bit of local testing: Installing git with apt-get adds something around 210Mb 😕 Using alpine instead with apk add git ends up at 90Mb.
But then also copying files from the other stages seems to make the image much larger than I would expect:
The Nyl
argocd-cmp
image is surprisingly large with 730Mb. I did a bit of local testing: Installinggit
withapt-get
adds something around 210Mb 😕 Usingalpine
instead withapk add git
ends up at 90Mb.But then also copying files from the other stages seems to make the image much larger than I would expect:
The deltas here don't match up:
E.g. the
argocd
binary is 68Mb, but the image size grows by 141Mb when the file is copied from the stage.The text was updated successfully, but these errors were encountered: