The following pull request was submitted through Github.
It can be accessed and reviewed at: https://github.com/lxc/lxc-ci/pull/56

This e-mail was sent by the LXC bot, direct replies will not reach the author
unless they happen to be subscribed to this list.

=== Description (from pull-request) ===
Signed-off-by: Thomas Hipp <thomas.h...@canonical.com>
From 866b97f96b02f48dd07b0a7912ed7147dc295f44 Mon Sep 17 00:00:00 2001
From: Thomas Hipp <thomas.h...@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.h...@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) }}
 
_______________________________________________
lxc-devel mailing list
lxc-devel@lists.linuxcontainers.org
http://lists.linuxcontainers.org/listinfo/lxc-devel

Reply via email to