I think I made a mistake in JENKINS-49864 where I put the Docker binaries under /usr/local/bin and then with JENKINS-50195 it's now impossible for the evergreen-client to upgrade.
So IMO we must:
- fix it so that Docker binaries are user accessible?
- define a common way to handle those binaries? For instance putting them all under /evergreen/bin and define a standard way to download/install them? Maybe this should actually be handled using the BOM and upgraded/downloaded like anything else?
WDYT rtyler?
- relates to
-
JENKINS-49866 Automatically configure Docker Cloud if a Docker host is available
- Resolved