perfsonar / perfsonar-testpoint-docker

Apache License 2.0
12 stars 15 forks source link

Optimized yum calls to reduce final image size #13

Closed marcosfsch closed 5 years ago

marcosfsch commented 5 years ago

I made some optimizations on the yum calls to clear the cache before generating an intermediate image and got a 47% size reduction of the final image (from 1.17GB to 617MB).

arlake228 commented 5 years ago

This was covered by Daniel's pull request that came in after this.