Closed berthin closed 1 year ago
Hi @geerlingguy: I did some experiments, and found out that the docker.asc approach doesn't work with old versions of Ubuntu (e.g. Ubuntu16.04). I understand that Ubuntu16 is no longer supported and has reached it's EOL, but is there a way to introduce a fix for that version? If so, I could submit a PR proposing a fix for older systems.
I have a kernel driver that depends on that version of Ubuntu and upgrading the OS is not an option for me.
UPD:
@geerlingguy: I have submitted a PR (https://github.com/geerlingguy/ansible-role-docker/pull/386) that adds an extra condition to use apt-key if we are on an old version of Ubuntu. I tested the change locally and it fixes the issue. Please, let me know what you think
This issue has been marked 'stale' due to lack of recent activity. If there is no further activity, the issue will be closed in another 30 days. Thank you for your contribution!
Please read this blog post to see the reasons why I mark issues as stale.
This issue has been marked 'stale' due to lack of recent activity. If there is no further activity, the issue will be closed in another 30 days. Thank you for your contribution!
Please read this blog post to see the reasons why I mark issues as stale.
This issue has been closed due to inactivity. If you feel this is in error, please reopen the issue or file a new issue with the relevant details.
Hi,
I am running the docker role on Ubuntu16.04.7 with python3.9, and I get the following:
and this fails after the key-registration step "successfully" ran.
apt-get update
mentions that the key is not available:but I see the key file in the file system:
however it seems that it's not recognized/loaded?
Some extra logs about how the docker role "registers" the key.