This repository was archived by the owner on Jul 18, 2025. It is now read-only.
Open
Conversation
The existing image ID has been deprecated by Rackspace resulting in the default not working anymore. At the same time Ubuntu 16.04 is reaching its end of life status in just another year. The 18.04 kernel also contains a number of good improvements for Docker so switch to 18.04 by default. Signed-off-by: Doug Goldstein <cardoe@cardoe.com>
The start/stop actions work fine on Rackspace's cloud. There's no reason to restrict them. Signed-off-by: Doug Goldstein <cardoe@cardoe.com>
cardoe
added a commit
to cardoe/docker.github.io
that referenced
this pull request
Feb 18, 2020
Updated the documented default image for the Rackspace driver because the prior image is deprecated and can no longer be used. This goes hand in hand with the change in docker-archive-public/docker.machine#4786
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Rackspace has deprecated the previously used default image ID which causes Docker Machine's created by default to fail. Switch to a supported image ID based on Ubuntu 18.04 to resolve this. Removed code which blocked the start/stop action on Rackspace's Public Cloud as these actions work fine.