mirror of
https://github.com/ko-build/ko.git
synced 2025-02-01 19:14:40 +02:00
960e6a3f1c
This simplifies the logic for creating layers and relies on the new option instead of pre-gzipping (and gunzip being faster). The net effect of this should be the elimination of an extra gunzip, but it should not materially impact the memory pressure because we were ALREADY caching the gzipped layers in-memory, we were just doing it on the caller side, which provided less benefit!