This PR replaces anaconda with miniconda, dramatically reducing disk utilization to improve buildtime/runtime performance of the anaconda based IPA images. We also removed the tini dependency which is not required for our use.
This reduces the anaconda base image by ~2.97GB, which further reduces later layer image sizes by being a necessary per-requesite layer.
We don't use the latest version of miniconda as it introduces an additional file that causes permissions issues that were not introduced with previous versions.
This PR replaces anaconda with miniconda, dramatically reducing disk utilization to improve buildtime/runtime performance of the anaconda based IPA images. We also removed the tini dependency which is not required for our use.
This reduces the anaconda base image by ~2.97GB, which further reduces later layer image sizes by being a necessary per-requesite layer.