Skip to content
This repository has been archived by the owner on Sep 26, 2021. It is now read-only.

Error when provisioning for Ubuntu 20.10 "Groovy" #4856

Open
pavel-github opened this issue Dec 7, 2020 · 1 comment
Open

Error when provisioning for Ubuntu 20.10 "Groovy" #4856

pavel-github opened this issue Dec 7, 2020 · 1 comment

Comments

@pavel-github
Copy link

Hi,
I try to use docker-machine for Ubuntu 20.10 distribution, but get this error Package 'docker-ce' has no installation candidate. Debug output is here:

About to run SSH command:
if ! type docker; then curl -sSL https://get.docker.com | sh -; fi
SSH cmd err, output: exit status 100: bash: line 0: type: docker: not found
# Executing docker install script, commit: 26ff363bcf3b3f5a00498ac43694bf1c7d9ce16c
+ sudo -E sh -c apt-get update -qq >/dev/null
+ sudo -E sh -c DEBIAN_FRONTEND=noninteractive apt-get install -y -qq apt-transport-https ca-certificates curl >/dev/null
+ sudo -E sh -c curl -fsSL "https://download.docker.com/linux/ubuntu/gpg" | apt-key add -qq - >/dev/null
Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)).
+ sudo -E sh -c echo "deb [arch=amd64] https://download.docker.com/linux/ubuntu groovy stable" > /etc/apt/sources.list.d/docker.list
+ sudo -E sh -c apt-get update -qq >/dev/null
+ [ -n  ]
+ sudo -E sh -c apt-get install -y -qq --no-install-recommends docker-ce >/dev/null
E: Package 'docker-ce' has no installation candidate

Error creating machine: Error running provisioning: error installing docker:
notifying bugsnag: [Error creating machine: Error running provisioning: error installing docker: ]

It looks like Docker provides a repo for Ubuntu Groovy: https://download.docker.com/linux/ubuntu/dists/groovy/.
Do I miss something or is it an issue?
Thanks

@pavel-github
Copy link
Author

pavel-github commented Dec 7, 2020

After comparing https://download.docker.com/linux/ubuntu/dists/focal/ and https://download.docker.com/linux/ubuntu/dists/groovy/ I see that there is no InRelease file in stable channel (only in test).
I guess this is the answer.
Any plans to make docker available in stable channel?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant