buildkite / docker-buildkite-agent

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

Docker 1.11.1 && docker-compose 1.7.0 #33

Closed caiofbpa closed 8 years ago

caiofbpa commented 8 years ago

I think I'm having some issues regarding docker-compose naming because the agent uses 1.6.0 and I use 1.7.0.

lox commented 8 years ago

Thanks for the PR! Would it be possible to add this to the https://github.com/buildkite/docker-buildkite-agent/blob/master/scripts/list.sh as well so that we get the newer versions in ubuntu and alpine images?

caiofbpa commented 8 years ago

@lox: Done!

lox commented 8 years ago

Also, looks like 1.11.1 was released :)

caiofbpa commented 8 years ago

@lox: updated the Docker 1.10.1 to 1.10.3 and the 1.11.0 to 1.11.1

Is there anything else I can help with?

lox commented 8 years ago

Looks good to me! Shall we merge this @toolmantim?

toolmantim commented 8 years ago

Yep!

lox commented 8 years ago

Urgh this is failing builds due to https://forums.docker.com/t/docker-apk-package-for-alpine-linux-has-an-unresolved-dependency-to-libseccomp/9604

caiofbpa commented 8 years ago

I found it weird that Buildkite didn't run any builds for this PR. Is there anything I could do to help fix that libseccomp issue?

keithpitt commented 8 years ago

@caiofbpa we actually don't run builds for third party code just yet, so it's only branches on the main repo that get builds. We want to fix this though!!