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

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) ===
This is blocked by https://github.com/lxc/distrobuilder/pull/252.
From 189edebacf95840aa168524e2c1c25b660eff4ee Mon Sep 17 00:00:00 2001
From: Thomas Hipp <thomas.h...@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.h...@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.h...@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.h...@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
_______________________________________________
lxc-devel mailing list
lxc-devel@lists.linuxcontainers.org
http://lists.linuxcontainers.org/listinfo/lxc-devel

Reply via email to