docker-archive / dockercloud-agent

Agent to manage docker in nodes controlled by Docker Cloud
https://cloud.docker.com/
Apache License 2.0
34 stars 21 forks source link

apt warning #40

Open hyacinthus opened 7 years ago

hyacinthus commented 7 years ago

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

maietta commented 7 years ago

I'm dealing with the same issue.

olitazl commented 7 years ago

+1

giantcow commented 7 years ago

Getting the same thing as well

maietta commented 7 years ago

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.