buildkite / docker-buildkite-agent

Previous home of buildkite/agent docker image scripts
26 stars 14 forks source link

Experiment: Rather than have alpine a special case, build with all supported dockers #26

Closed lox closed 8 years ago

lox commented 8 years ago

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.

toolmantim commented 8 years ago

I like this

lox commented 8 years ago

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.

lox commented 8 years ago

But it would remove a lot of the special case stuff in the build scripts.