Closed lox closed 8 years ago
I like this
The issue is going to be whether different docker versions are available for Alpine. The standard docker binaries won't work on alpine because of musl vs glibc.
But it would remove a lot of the special case stuff in the build scripts.
Currently ubuntu agent images build for all supported docker versions, but alpine uses the latest. This is due to needing alpine packages rather than using binaries like ubuntu does. This might be possible, but it's an experiment.