Skip to content

E: Conflicting values set for option Signed-By refarding source https:/download.docker.com/linux/ubuntu/ jammy: /etc/apt/keyrings/docker.asc != /etc/apt/trusted.gpg.d/docker.asc (running the AVP demo on Local Hardware) #21

@ota-ri

Description

@ota-ri

We trialled running the AVP demo on Local Hardware.
The following error occurs in blueprint configure command.

Image
(onsite-avp-builder: NVIDIA Jetson Orin AGX (arm64), Ubuntu 22.04.5 LTS)

Maybe if docker is already installed, is this causing the error?

$ cat /etc/apt/sources.list.d/docker.list.d/docker.list
deb [arch=arm64 signed-by=/etc/apt/keyrings/docker.asc] https://download.docker.com/linux/ubuntu jammy stable
$ cat /etc/apt/sources.list.d/download_docker_com_linux_ubuntu.list
deb [signed-by=/etc/apt/trusted.gpg.d/docker.asc] https://download.docker.com/linux/ubuntu jammy stable

Is there any way to avoid this error? (Can this be fixed by modifying the script?)

Workaround:
Delete docker.list

sudo rm /etc/apt/sources.list.d/docker.list

docker.list was probably a file created when we manually installed Docker

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions