You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
E: Conflicting values set for option Signed-By regarding source https://download.docker.com/linux/ubuntu/ jammy: /usr/share/keyrings/docker-archive-keyring.gpg != /usr/share/keyrings/docker-archive-keyring.asc
E: The list of sources could not be read.
I found similar discussion here, and removing /etc/apt/sources.list.d/docker.list worked for me, then I had to do the install step for docker-compose manually, and the user-in-docker-group part. And then it worked :)
I'm running on Jammy (ubuntu 22.04), and this line creates a docker.list in the sources:
https://github.com/opendatacube/cube-in-a-box/blob/main/scripts/install-docker.sh#L12
and with apt update that gave me
I found similar discussion here, and removing
/etc/apt/sources.list.d/docker.list
worked for me, then I had to do the install step for docker-compose manually, and the user-in-docker-group part. And then it worked :)docker/for-linux#1349
The text was updated successfully, but these errors were encountered: