dockercloud-agent icon indicating copy to clipboard operation
dockercloud-agent copied to clipboard

apt warning

Open hyacinthus opened this issue 8 years ago • 4 comments

W: http://repo.cloud.docker.com/ubuntu/dists/dockercloud/InRelease: Signature by key 278FE7333CFF7F8B60B677E85DD27147EF170D1C uses weak digest algorithm (SHA1)

hyacinthus avatar Jan 12 '17 01:01 hyacinthus

I'm dealing with the same issue.

maietta avatar Mar 04 '17 21:03 maietta

+1

olitazl avatar Apr 27 '17 08:04 olitazl

Getting the same thing as well

giantcow avatar Apr 29 '17 23:04 giantcow

For those under Ubuntu/Debian distributions this is likely to work for you also. $ designates the prompt but likely to vary for others.

$ sudo ls /etc/apt/sources.list.d dockercloud.list <----- This is what you are after.

Find the PPA you need removed, then run:

$ sudo rm -i /etc/apt/sources.list.d/dockercloud.list

Now you may run your "sudo apt-get update" as normal.

maietta avatar Sep 10 '17 14:09 maietta