trion-development / docker-ng-cli-e2e

Angular end2end tests inside docker
MIT License
24 stars 11 forks source link

Alpine Version #4

Closed RomanGalochkin closed 4 years ago

RomanGalochkin commented 6 years ago

Hello, do you plane to make alpine version?

everflux commented 6 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).

RomanGalochkin commented 6 years ago

Now the complete size of ng-cli-e2e image is about 2GB. That's too large.

everflux commented 5 years ago

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.

everflux commented 4 years ago

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.