MChorfa / porter-helm3

porter-helm3
Apache License 2.0
8 stars 10 forks source link

Remove temporary zip file in docker build to trim the porter invocation image #18

Closed jasmdk closed 3 years ago

jasmdk commented 3 years ago

When installing the helm3 binary (https://github.com/MChorfa/porter-helm3/blob/master/pkg/helm3/build.go) a tar.gz file is downloaded and unarchived, but the file remains in an image which already is quite large.

carolynvs commented 3 years ago

This fix is available in the latest release (v0.1.13).

https://github.com/MChorfa/porter-helm3/blob/e643fad90573f208b68577d917708462986f5eb8/pkg/helm3/build.go#L82

MChorfa commented 3 years ago

Closing this issue This fix is available in the latest release (v0.1.13).