[lxc-devel] [lxc-ci/master] images/debian: Fix networking issues for jessie VM

monstermunchkin on Github lxc-bot at linuxcontainers.org
Fri May 22 09:24:34 UTC 2020


A non-text attachment was scrubbed...
Name: not available
Type: text/x-mailbox
Size: 303 bytes
Desc: not available
URL: <http://lists.linuxcontainers.org/pipermail/lxc-devel/attachments/20200522/f2171b65/attachment.bin>
-------------- next part --------------
From 34bdf6097a280250e0283459f84367811117021d Mon Sep 17 00:00:00 2001
From: Thomas Hipp <thomas.hipp at canonical.com>
Date: Fri, 22 May 2020 11:23:59 +0200
Subject: [PATCH] images/debian: Fix networking issues for jessie VM

This installs udhcpc, and removes isc-dhcp-client, on Debian jessie for
both containers and VMs.

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

diff --git a/images/debian.yaml b/images/debian.yaml
index 657161f..8455ac8 100644
--- a/images/debian.yaml
+++ b/images/debian.yaml
@@ -1035,16 +1035,12 @@ packages:
   - packages:
     - udhcpc
     action: install
-    types:
-    - container
     releases:
     - jessie
 
   - packages:
     - isc-dhcp-client
     action: remove
-    types:
-    - container
     releases:
     - jessie
 


More information about the lxc-devel mailing list