[lxc-devel] [lxc-ci/master] Monthly image review

monstermunchkin on Github lxc-bot at linuxcontainers.org
Wed Nov 4 10:17:03 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/20201104/accf8d3b/attachment.bin>
-------------- next part --------------
From c0cec678ca28e61140ffcad8beab06de6faf322f Mon Sep 17 00:00:00 2001
From: Thomas Hipp <thomas.hipp at canonical.com>
Date: Wed, 4 Nov 2020 09:21:29 +0100
Subject: [PATCH 1/2] jenkins/jobs: Remove Alpine 3.9 (EOL)

Signed-off-by: Thomas Hipp <thomas.hipp at canonical.com>
---
 jenkins/jobs/image-alpine.yaml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/jenkins/jobs/image-alpine.yaml b/jenkins/jobs/image-alpine.yaml
index eecb2a5..7577918 100644
--- a/jenkins/jobs/image-alpine.yaml
+++ b/jenkins/jobs/image-alpine.yaml
@@ -21,7 +21,6 @@
         name: release
         type: user-defined
         values:
-        - "3.9"
         - "3.10"
         - "3.11"
         - "3.12"

From bb9c9fb0507716bc97926581c18415340d5f554a Mon Sep 17 00:00:00 2001
From: Thomas Hipp <thomas.hipp at canonical.com>
Date: Wed, 4 Nov 2020 11:01:12 +0100
Subject: [PATCH 2/2] images: Fix CentOS 8-Stream

Install kernel instead of kernel-plus for CentOS 8-Stream as the latter
has become unavailable.

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

diff --git a/images/centos.yaml b/images/centos.yaml
index bab0f40..ce4bfef 100644
--- a/images/centos.yaml
+++ b/images/centos.yaml
@@ -516,7 +516,6 @@ packages:
     - cloud
 
   - packages:
-    - kernel-plus
     - shim
     action: install
     types:
@@ -526,6 +525,23 @@ packages:
     - 8
     - 8-Stream
 
+  - packages:
+    - kernel-plus
+    action: install
+    types:
+    - vm
+    releases:
+    - 7
+    - 8
+
+  - packages:
+    - kernel
+    action: install
+    types:
+    - vm
+    releases:
+    - 8-Stream
+
   - packages:
     - grub2-efi-x64
     action: install
@@ -574,7 +590,6 @@ actions:
   - vm
   releases:
   - 8
-  - 8-Stream
 
 - trigger: post-unpack
   action: |-


More information about the lxc-devel mailing list