[lxc-devel] [lxc-ci/master] Add Oracle Linux 8

monstermunchkin on Github lxc-bot at linuxcontainers.org
Wed Oct 23 09:11:41 UTC 2019


A non-text attachment was scrubbed...
Name: not available
Type: text/x-mailbox
Size: 367 bytes
Desc: not available
URL: <http://lists.linuxcontainers.org/pipermail/lxc-devel/attachments/20191023/d38a4864/attachment.bin>
-------------- next part --------------
From 189edebacf95840aa168524e2c1c25b660eff4ee Mon Sep 17 00:00:00 2001
From: Thomas Hipp <thomas.hipp at canonical.com>
Date: Wed, 23 Oct 2019 11:08:47 +0200
Subject: [PATCH 1/2] images/oracle: Fix packages

On Oracle Linux 8, the packages rsyslog and tcp_wrappers-libs are not
available.

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

diff --git a/images/oracle.yaml b/images/oracle.yaml
index 5760807..1439804 100644
--- a/images/oracle.yaml
+++ b/images/oracle.yaml
@@ -147,6 +147,14 @@ packages:
     cleanup: true
 
     sets:
+     - packages:
+        - rsyslog
+        - tcp_wrappers-libs
+       action: install
+       releases:
+        - 6
+        - 7
+
      - packages:
         - curl
         - dhclient
@@ -155,8 +163,6 @@ packages:
         - passwd
         - policycoreutils
         - rootfiles
-        - rsyslog
-        - tcp_wrappers-libs
         - vim-minimal
        action: install
 

From 3a0c873e57710218713a4aa5f39bb1b5d8ebf690 Mon Sep 17 00:00:00 2001
From: Thomas Hipp <thomas.hipp at canonical.com>
Date: Wed, 23 Oct 2019 11:10:02 +0200
Subject: [PATCH 2/2] jenkins/jobs: Add Oracle Linux 8

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

diff --git a/jenkins/jobs/image-oracle.yaml b/jenkins/jobs/image-oracle.yaml
index dd1910b..8475295 100644
--- a/jenkins/jobs/image-oracle.yaml
+++ b/jenkins/jobs/image-oracle.yaml
@@ -19,6 +19,7 @@
         values:
         - 6
         - 7
+        - 8
 
     - axis:
         name: variant


More information about the lxc-devel mailing list