The following pull request was submitted through Github. It can be accessed and reviewed at: https://github.com/lxc/lxc-ci/pull/94
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 adds the AppStream repository for OL8 when building the cloud image. This is required as the cloud-init package is in this repo. This is blocked by https://github.com/lxc/distrobuilder/pull/255. Signed-off-by: Thomas Hipp <thomas.h...@canonical.com>
From ab87c3f9023cbc4b9806d5b8315ecdd034982d2c Mon Sep 17 00:00:00 2001 From: Thomas Hipp <thomas.h...@canonical.com> Date: Fri, 25 Oct 2019 08:40:49 +0200 Subject: [PATCH] images/oracle: Fix Oracle Linux 8 cloud image This adds the AppStream repository for OL8 when building the cloud image. This is required as the cloud-init package is in this repo. Signed-off-by: Thomas Hipp <thomas.h...@canonical.com> --- images/oracle.yaml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/images/oracle.yaml b/images/oracle.yaml index 1439804..88683a8 100644 --- a/images/oracle.yaml +++ b/images/oracle.yaml @@ -171,6 +171,21 @@ packages: action: install variants: - cloud + + repositories: + - name: AppStream + url: |- + [AppStream] + name=Oracle Linux AppStream + baseurl=http://yum.oracle.com/repo/OracleLinux/OL{{ image.release }}/appstream/$basearch/ + enabled=1 + gpgcheck=1 + gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-oracle + releases: + - 8 + variants: + - cloud + actions: - trigger: post-packages action: |-
_______________________________________________ lxc-devel mailing list lxc-devel@lists.linuxcontainers.org http://lists.linuxcontainers.org/listinfo/lxc-devel