[lxc-devel] [lxc-ci/master] images: Use source.variant for Ubuntu Core

monstermunchkin on Github lxc-bot at linuxcontainers.org
Mon Aug 12 13:17:40 UTC 2019


A non-text attachment was scrubbed...
Name: not available
Type: text/x-mailbox
Size: 356 bytes
Desc: not available
URL: <http://lists.linuxcontainers.org/pipermail/lxc-devel/attachments/20190812/094e3767/attachment.bin>
-------------- next part --------------
From 866b97f96b02f48dd07b0a7912ed7147dc295f44 Mon Sep 17 00:00:00 2001
From: Thomas Hipp <thomas.hipp at canonical.com>
Date: Mon, 12 Aug 2019 15:14:37 +0200
Subject: [PATCH] images: Use source.variant for Ubuntu Core

Signed-off-by: Thomas Hipp <thomas.hipp at canonical.com>
---
 images/ubuntu-core.yaml | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/images/ubuntu-core.yaml b/images/ubuntu-core.yaml
index 282af4d..545093e 100644
--- a/images/ubuntu-core.yaml
+++ b/images/ubuntu-core.yaml
@@ -4,6 +4,7 @@ image:
 
 source:
   downloader: ubuntu-http
+  variant: core
   url: http://cdimage.ubuntu.com/ubuntu-core
   keys:
     # 0xC5986B4F1257FFA86632CBA746181433FBB75451
@@ -1393,7 +1394,7 @@ packages:
     update:
       cmd: true
     clean:
-      cmd: true 
+      cmd: true
     refresh:
       cmd: true
 
@@ -1437,7 +1438,7 @@ files:
       properties:
         default: |
           #cloud-config
-          {}	
+          {}
     content: |-
       {{ config_get("user.vendor-data", properties.default) }}
 


More information about the lxc-devel mailing list