Docker-ce_17.03.1 can't be verified - Ubuntu 16.04

Hi,

I’m trying to install latest version of docker on a couple of Ubuntu 16.04 machines but the package can’t be verified

root@xxx:~/downloaded# apt-get install docker-ce
Reading package lists… Done
Building dependency tree
Reading state information… Done
The following package was automatically installed and is no longer required:
ubuntu-core-launcher
Use ‘sudo apt autoremove’ to remove it.
The following additional packages will be installed:
aufs-tools cgroupfs-mount libltdl7
Suggested packages:
mountall
The following NEW packages will be installed:
aufs-tools cgroupfs-mount docker-ce libltdl7
0 upgraded, 4 newly installed, 0 to remove and 0 not upgraded.
Need to get 0 B/19.4 MB of archives.
After this operation, 89.4 MB of additional disk space will be used.
Do you want to continue? [Y/n] y
WARNING: The following packages cannot be authenticated!
docker-ce
Install these packages without verification? [y/N]

I tried to verify by manually download the file

root@xxx:~/downloaded# dpkg-sig --verify docker-ce_17.03.1~ce-0~ubuntu-xenial_amd64.deb
Processing docker-ce_17.03.1~ce-0~ubuntu-xenial_amd64.deb…
UNKNOWNSIG _gpgbuilder F273FCD8
root@xxx:~/downloaded#

I have the public key configured

root@xxx:~# apt-key list
/etc/apt/trusted.gpg

pub 1024D/437D05B5 2004-09-12
uid Ubuntu Archive Automatic Signing Key ftpmaster@ubuntu.com
sub 2048g/79164387 2004-09-12

pub 4096R/C0B21F32 2012-05-11
uid Ubuntu Archive Automatic Signing Key (2012) ftpmaster@ubuntu.com

pub 4096R/EFE21092 2012-05-11
uid Ubuntu CD Image Automatic Signing Key (2012) cdimage@ubuntu.com

pub 1024D/FBB75451 2004-12-30
uid Ubuntu CD Image Automatic Signing Key cdimage@ubuntu.com

pub 4096R/0EBFCD88 2017-02-22
uid Docker Release (CE deb) docker@docker.com
sub 4096R/F273FCD8 2017-02-22

Have anyone else experienced this issue?

Running apt-get update fixed this for me

1 Like