docker/docker-install

Hash sum mismatch when installing through the install script.

villanopack opened this issue · 1 comments

Hi,

I am trying to install docker on a new linux environment and it looks like there is a mismatch between what is expected from the script and what this mirror serves. At least, in my case, the output is:

curl -fsSL https://get.docker.com -o get-docker.sh
sudo sh get-docker.sh
# Executing docker install script, commit: 6d9743e9656cc56f699a64800b098d5ea5a60020
+ sh -c apt-get update -qq >/dev/null
E: Failed to fetch https://mirror.hetzner.com/ubuntu/packages/dists/noble-updates/main/binary-arm64/Packages.xz  Hash Sum mismatch
   Hashes of expected file:
    - Filesize:95644 [weak]
    - SHA256:1223f34ed16f253f3aa31a5c049d0f74c9943dc67938d80d41c81c7510ec1ca9
    - SHA1:354b20ff591d122dc15a5b7570da1e4dc3362338 [weak]
    - MD5Sum:f867a00fb9b9b2c6659f331cd66febd2 [weak]
   Hashes of received file:
    - SHA256:3a7a279954cb87d9920af66c832e1656dcde4a416e0757d22334caed5c58a4c0
    - SHA1:de8741b3847e635ed33aa0aee9c0c667abe25d17 [weak]
    - MD5Sum:0b9288a0c634e6573178a8567f358e11 [weak]
    - Filesize:95644 [weak]
   Last modification reported: Sun, 02 Jun 2024 11:19:51 +0000
   Release file created at: Sun, 02 Jun 2024 13:17:23 +0000
E: Failed to fetch https://mirror.hetzner.com/ubuntu/packages/dists/noble-updates/universe/binary-arm64/Packages.xz
E: Some index files failed to download. They have been ignored, or old ones used instead.

Does anyone else have the same problem?

After reviewing the logs, I do see that the mirror is associated with the provider where I host my image running and I do believe that there might be some kind of relationship. I do have tried to install with my personal computer and it worked like a charme...therefore, I do believe that it's more an issue with my provider rather than a general issue.