-
Notifications
You must be signed in to change notification settings - Fork 40k
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
kube-up: install new Docker pre-requisite (libltdl7) when not in image #28745
Conversation
Docker now has a dependency on libltdl7; we have to specify it manually if we are installing docker using dpkg (vs using apt-get or similar, which would pull it in automatically) Fixes kubernetes#28644
GCE e2e build/test passed for commit 4bde831. |
Removing label |
This is pretty important @roberthbailey - kube-up with 1.3 is broken on wily because of it... |
Sorry... falling behind on my code reviews. :/ |
@zmerlynn - can you verify that this is a no-op on GCE/GKE? |
Looks fine, yeah. |
@k8s-bot test this [submit-queue is verifying that this PR is safe to merge] |
GCE e2e build/test passed for commit 4bde831. |
Automatic merge from submit-queue |
@justinsb does this need a cherry pick into 1.3? |
@justinsb Please let me know if you want this to be cherrypicked into 1.3 (and create a cherrypick PR). Thanks. |
Removing cherrypick label due to no response. |
Docker now has a dependency on libltdl7; we have to specify it manually
if we are installing docker using dpkg (vs using apt-get or similar,
which would pull it in automatically)
Fixes #28644
This change is