[lxc-devel] [lxc-ci/master] images: Change keyserver for Debian keys

monstermunchkin on Github lxc-bot at linuxcontainers.org
Mon Jul 8 09:42:02 UTC 2019


A non-text attachment was scrubbed...
Name: not available
Type: text/x-mailbox
Size: 472 bytes
Desc: not available
URL: <http://lists.linuxcontainers.org/pipermail/lxc-devel/attachments/20190708/c92edd05/attachment.bin>
-------------- next part --------------
From 7b19348007d37b41a085116d4f80c742d3c54960 Mon Sep 17 00:00:00 2001
From: Thomas Hipp <thomas.hipp at canonical.com>
Date: Mon, 8 Jul 2019 11:39:12 +0200
Subject: [PATCH] images: Change keyserver for Debian keys

The previous keyserver seems to be missing some of the provided keys.
Updating the keyserver fixes the problem.

Signed-off-by: Thomas Hipp <thomas.hipp at canonical.com>
---
 images/debian.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/images/debian.yaml b/images/debian.yaml
index 6e1cc1b..92b5c40 100644
--- a/images/debian.yaml
+++ b/images/debian.yaml
@@ -4,7 +4,7 @@ image:
 source:
   downloader: debootstrap
   url: http://deb.debian.org/debian
-  keyserver: hkps.pool.sks-keyservers.net
+  keyserver: keyserver.ubuntu.com
   keys:
     - 0x126C0D24BD8A2942CC7DF8AC7638D0442B90D010
     - 0xA1BD8E9D78F7FE5C3E65D8AF8B48AD6246925553


More information about the lxc-devel mailing list