Further docker/deb updates
The key in debian-docker-updates should have been updated with the prior change (d6b47faf240f5b6b118d5ebfef2beb17b24866e2) ... but the Release.gpg file is actually signed by the F273FCD8 subkey of 0EBFCD88. So update to that. Also, things have changed such that it's "stable", "edge" and "test". Assume main->stable A manual run with this seems to have mirrored correctly. Change-Id: I6d096957495f03f47b5ab8f25664e83be18ba4f5
This commit is contained in:
parent
d6b47faf24
commit
f6f641d965
@ -1,7 +1,7 @@
|
||||
Name: debian-docker
|
||||
Method: https://download.docker.com/linux/ubuntu/
|
||||
Components: main
|
||||
UDebComponents: main
|
||||
Components: stable
|
||||
UDebComponents: stable
|
||||
Architectures: amd64
|
||||
GetInRelease: no
|
||||
VerifyRelease: 2C52609D
|
||||
VerifyRelease: F273FCD8
|
||||
|
@ -282,7 +282,9 @@ class openstack_project::mirror_update (
|
||||
|
||||
gnupg_key { 'Docker Archive':
|
||||
ensure => present,
|
||||
# 9DC8 5822 9FC7 DD38 854A E2D8 8D81 803C 0EBF CD88
|
||||
# pub 4096R/0EBFCD88 2017-02-22 Docker Release (CE deb) <docker@docker.com>
|
||||
# fingerprint: 9DC8 5822 9FC7 DD38 854A E2D8 8D81 803C 0EBF CD88
|
||||
# Note the key that signs the release file is actually the subkey F273FCD8
|
||||
key_id => '0EBFCD88',
|
||||
user => 'root',
|
||||
key_type => 'public',
|
||||
|
Loading…
x
Reference in New Issue
Block a user