Closed RomanGalochkin closed 4 years ago
This is currently under investigation. Since the final image size will no longer be dominated by the underlying base image in case of the e2e I am not sure if it is worth the effort. For the ng-cli and ng-cli-karma there is an experimental branch available (currently without a version tag).
Now the complete size of ng-cli-e2e image is about 2GB. That's too large.
The :latest version uses a debian-slim base image to reduce the size. alpine was not feasible or I need someone to help out on it.
Alpine did not work out due to musl libc and other hard coded code paths I did not find I work around for. I am really sorry.
Hello, do you plane to make alpine version?