-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update Docker #4398
Comments
we're in the process of adding support for this. I'm not sure of an exact timeline at the moment, but I'll mark this as a feature request, and we'll update here once the new version is available. |
@trriplejay Thanks! It might not be a bad idea to make it a configurable option in the node pool so people can match their production environments if they're a little slow to update. |
typically for dynamic nodes, the docker version is static for a given Shippable runtime version, and the runtime version is changeable per-nodepool. You can see the descriptions here: http://docs.shippable.com/platform/runtime/machine-image/ami-overview/ so if you still needed an older version, you could use an older runtime. alternatively, if you use custom nodes, you can select one of the supported docker versions and it will be installed as part of the node initialization. |
That makes sense. I'll bet you could build out some additional packer configs to build each new runtime version with a variety of docker versions to make that slightly more configurable. I don't really need that. I'm just offering my thoughts on what you could do to improve the product. I know how it goes, though, because I've got quite the backlog of features to implement in my own pipeline. |
ETA for this is first week of August. |
@StuporHero i apologize for not updating this earlier. This got delayed due to some other high priority issues but the team is now working on it. We'll launch this in release |
@ric03uec Duly noted. |
@ric03uec v6.10.4 is now out if you want to update your node pool to give that version a spin. |
@nealeu @ric03uec I gave it a try, and it didn't solve my issue, so I'll have to look elsewhere. Also, out of curiosity, I know I said at the beginning that the latest stable was |
@StuporHero sorry to hear that this is still not working for you. I'd be happy to get on a call to debug this and get your builds running on shippable. |
@ric03uec I'm not leaving shippable. I just mean that my problem wasn't with the docker version. |
The Docker version on the build nodes is about 1 year old. I don't know if you have a particular cadence you follow, but it's probably about time to update it. The latest stable version that I'm seeing is
18.03.1-ce
. I've got a build that is mysteriously failing on your build nodes that works just fine on my workstation, and I'd like to eliminate the docker version as the cause since I'm using the same exact container image on both.The text was updated successfully, but these errors were encountered: