-
Notifications
You must be signed in to change notification settings - Fork 86
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
"Conflicting values set for option Signed-By" reinstalling on Debian after Dec 2021 #1349
Comments
I had this on an Openmediavault setup... it turns out that the get-docker.sh script doesn't check for an existing docker repo, and just assumes it needs to create a /etc/apt/sources.list.d/docker.list file. Openmediavault has one already:
my fix was to delete /etc/apt/sources.list.d/docker.list and then install the Docker Engine packages detailed here: |
Conflicting values set for option Signed-By regarding source https://dl.winehq.org/wine-builds/ubuntu/ focal: /usr/share/keyrings/winehq-archive.key != /usr/share/keyrings/winehq.gpg |
Same issue here, on my machine seems to be a problem related with the gpg key:
And the follow back again the install instructions:
And then:
How can I solve this issue? |
Update: Turns out that I also need to remove these files:
Installation works now. |
For me I had to delete this file, and Install "Docker" and "Portainer" directly on the openmediavault > omv extras.
|
thanks problem solve, |
Thanks man, finally its working |
similar error, always when i try
|
I used |
sudo apt-get upgrade && sudo apt-get update -y how to fix this? |
I encountered the same problem while trying to install containerd following https://docs.nvidia.com/datacenter/cloud-native/container-toolkit/install-guide.html#containerd |
it worked for me too. sudo rm /etc/apt/sources.list.d/apache-pagespeed.list sudo apt-get update |
i had chrome & Kubernetes files in below path removing those files worked well & could able to resume with normal update & upgrades |
the same error for me when install docker from OMV web interface on armbian android box. Thanks so much your solution! |
How to fix |
Expected behavior
Reinstall or update of previous install should "just work".
Actual behavior
I first encountered the problem reported in
#1347
back in December. The GPG key from that failed install remained after I thought I had removed all of the failed Docker via this procedure:
https://lokarithm.com/2020/05/31/how-to-completely-remove-docker-from-debian-ubuntu-or-your-raspberry-pi/
December:
January:
That problem wasted many hours of searching and struggle...
Steps to reproduce the behavior
Exploration:
Reboot didn't help.
What worked:
I don't know enough about this to say what should have happened, but what did happen was miserable. Hopefully at least other users who face this "Conflicting values set for option Signed-By" problem might stumble across this report.
I saw that "docker-ce-archive" was renamed "docker-archive" between my two install attempts. Maybe this change only affects people who have installs on both sides of the change. But it must affect people who try to update a December install?
Output of
docker version
:See:
#1347
Output of
docker info
:Additional environment details (AWS, VirtualBox, physical, etc.)
The text was updated successfully, but these errors were encountered: