Skip to content

Draft: Issue #623 - Get docker-ce to install correctly on pureos 9.0.

Micah Villmow requested to merge mvillmow/HomelabOS:update-docker into dev

When I run make on dev with HEAD = 3157038297d41d44be30110c1ada15d6e1e7e772, I get the following error:


TASK [homelabos_common : Add the Docker-ce Repo] ************************************************************************************************
fatal: [myserver]: FAILED! => {"changed": false, "msg": "apt cache update failed"}

I see the problem looks to be caused by a853ac1d. roles/homelabos_common/tasks/main.yml:39 {ansible_distribution|lower} resolves to clearlinux and not any of the supports distributions here: https://download.docker.com/linux/

I also noticed the issue exists here roles/homelabos_api_deploy/tasks/docker.yml:22 repo: deb [arch=amd64] https://download.docker.com/linux/debian buster stable

After a little bit of searching, I found out that pureos 8.0 and 9.0 are based off of buster. So I selectively submit

Edited by Micah Villmow

Merge request reports