Solucionado (ver solução)
Solucionado
(ver solução)
5
respostas

Erro ao instalar docker

Olá, na minha maquina não tinha o docker instalado (como também não tinha o jenkins) porem toda vez que tento fazer instalação sempre aparece esse mesmo erro :

 E: Failed to fetch https://download.docker.com/linux/ubuntu/dists/bionic/pool/stable/amd64/docker-ce-rootless-extras_20.10.2~3-0~ubuntu-bionic_amd64.deb  Hash Sum mismatch
   Hashes of expected file:
    - SHA512:a62387acdcb8379104a5e95bb91be2392ca85e1987f3f292eafc212306942f9a3a25d542364df102c3e5ec160387efb080504b3c660b9b81f36db1980e5ef6d5
    - SHA256:78ceb59ea27d5aefc4f11fb5c4583b69aa6a93b26c758fc60eb490b101afd8e7
    - SHA1:4d97dc872c780c25c9c224db072203cbcd27257e [weak]
    - MD5Sum:6618e91a04c3b0cd9bb5d5c727c52d24 [weak]
    - Filesize:8910676 [weak]
   Hashes of received file:
    - SHA512:a2c6e1bcbed5fecd18fbb1dad9f9d435e0d7ad06c29cf39abe91907c1fc005134b8c2d96572128a246c7642e72b956d1b95acc51255a87d9f0d4b82cd67235fb
    - SHA256:3ac18143fe3b707288f58e057f548c993adadd4a1d105b5ba19793384119c7f9
    - SHA1:4e80d461235f9ccbdb1f488b633f2f3371e62bbc [weak]
    - MD5Sum:2f068f943c14eea65028ca2a8b4eb390 [weak]
    - Filesize:8910676 [weak]
   Last modification reported: Tue, 05 Jan 2021 06:12:21 +0000
E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?                                                      

Já tentei fazer apt update e não surgiu efeito algumo e quando tento fazer apt upgrade aparece o mesmo erro. O que está acontecendo e como resolver?

5 respostas

Olá, Natanael. Tudo bem?

Você pode me dizer qual sistema operacional está utilizando? Além disso, você tentou instalar o Docker por qual método?

Fico aguardando.

Olá, Vitor!

Linux Ubuntu 18.04.5 LTS (Bionic Beaver)

Esse erro está ocorrendo na maquina virtual, parece que não veio instalado nas confs do vagrant.

Tentei instalar via repositório e manual, os dois deram errado.

Eu tentei reinstalar a vm porem o erro persiste

   default: # Executing docker install script, commit: 3d8fe77c2c46c5b7571f94b42793905e5b3e42e4
    default: +
    default: sh -c apt-get update -qq >/dev/null
    default: + sh -c DEBIAN_FRONTEND=noninteractive apt-get install -y -qq apt-transport-https ca-certificates curl >/dev/null
    default: + sh -c curl -fsSL "https://download.docker.com/linux/ubuntu/gpg" | apt-key add -qq - >/dev/null
    default: Warning: apt-key output should not be parsed (stdout is not a terminal)
    default: + sh -c echo "deb [arch=amd64] https://download.docker.com/linux/ubuntu bionic stable" > /etc/apt/sources.list.d/docker.list
    default: + sh -c apt-get update -qq >/dev/null
    default: + [ -n  ]
    default: + sh -c apt-get install -y -qq --no-install-recommends docker-ce >/dev/null
    default: E: Failed to fetch https://download.docker.com/linux/ubuntu/dists/bionic/pool/stable/amd64/containerd.io_1.4.3-1_amd64.deb  Hash Sum mismatch

[ Aqui era os hashes dos arquivos]

    default:    Last modification reported: Tue, 05 Jan 2021 06:12:22 +0000
    default: E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
    default: /vagrant/scripts/docker.sh: 6: /vagrant/scripts/docker.sh: docker: not found
The SSH command responded with a non-zero exit status. Vagrant
assumes that this means the command failed. The output for this command
should be in the log above. Please read the output to determine what
went wrong.
solução!

Consegui instalar o docker seguindo o link abaixo: https://askubuntu.com/questions/1224110/hash-sum-mismatch-error-when-i-try-to-install-docker

Oi, Natanael.

Que bom que conseguiu resolver por si só! Boa parte do nosso estudo/trabalho em TI é pesquisar. Parabéns!

Bons estudos!