All of lore.kernel.org
 help / color / mirror / Atom feed
From: Anthony PERARD <anthony.perard@citrix.com>
To: <xen-devel@lists.xenproject.org>
Cc: Andrew Cooper <andrew.cooper3@citrix.com>,
	Anthony PERARD <anthony.perard@citrix.com>,
	Doug Goldstein <cardoe@cardoe.com>,
	"Stefano Stabellini" <sstabellini@kernel.org>
Subject: [XEN PATCH v2 2/7] automation: Ensure that all packages are up-to-dates in CentOS 7 container
Date: Tue, 21 Feb 2023 16:55:37 +0000	[thread overview]
Message-ID: <20230221165542.7642-3-anthony.perard@citrix.com> (raw)
In-Reply-To: <20230221165542.7642-1-anthony.perard@citrix.com>

This was prompt by the fact that `wget https://xenbits.xenproject.org`
fails with expired certificates, which turned out to be an expired
root certificates. Updating all packages fix the issue.

Signed-off-by: Anthony PERARD <anthony.perard@citrix.com>
---

Notes:
    v2:
    - new patch, this replace a change in "Remove expired root certificates used to be used by let's encrypt"

 automation/build/centos/7.dockerfile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/automation/build/centos/7.dockerfile b/automation/build/centos/7.dockerfile
index e688a4cece..f5264e02d9 100644
--- a/automation/build/centos/7.dockerfile
+++ b/automation/build/centos/7.dockerfile
@@ -15,7 +15,8 @@ RUN rpm --rebuilddb && \
     rm -rf /var/cache/yum
 
 # install Xen depends
-RUN yum -y install \
+RUN yum -y update \
+    && yum -y install \
         gcc \
         gcc-c++ \
         ncurses-devel \
-- 
Anthony PERARD



  parent reply	other threads:[~2023-02-21 16:56 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-02-21 16:55 [XEN PATCH v2 0/7] automation: Update containers to allow HTTPS access to xenbits Anthony PERARD
2023-02-21 16:55 ` [XEN PATCH v2 1/7] automation: Remove CentOS 7.2 containers and builds Anthony PERARD
2023-02-21 17:49   ` Andrew Cooper
2023-02-21 16:55 ` Anthony PERARD [this message]
2023-02-21 17:50   ` [XEN PATCH v2 2/7] automation: Ensure that all packages are up-to-dates in CentOS 7 container Andrew Cooper
2023-02-21 16:55 ` [XEN PATCH v2 3/7] automation: Remove clang-8 from Debian unstable container Anthony PERARD
2023-02-21 17:43   ` Andrew Cooper
2023-02-21 16:55 ` [XEN PATCH v2 4/7] automation: Use EOL tag for Jessie container Anthony PERARD
2023-02-21 16:55 ` [XEN PATCH v2 5/7] automation: Add more aliases in containerize Anthony PERARD
2023-02-21 16:55 ` [XEN PATCH v2 6/7] automation: Remove testing on Debian Jessie Anthony PERARD
2023-02-21 17:59   ` Andrew Cooper
2023-02-21 18:01     ` Andrew Cooper
2023-02-24 15:57       ` Anthony PERARD
2023-02-21 16:55 ` [XEN PATCH v2 7/7] automation: Remove expired root certificates used to be used by let's encrypt Anthony PERARD
2023-02-21 18:05 ` Debian randconfig failure, Was Re: [XEN PATCH v2 0/7] automation: Update containers to allow HTTPS access to xenbits Andrew Cooper
2023-02-22  9:42   ` Jan Beulich
2023-02-22  9:53     ` Jan Beulich
2023-02-22 10:08       ` Andrew Cooper

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230221165542.7642-3-anthony.perard@citrix.com \
    --to=anthony.perard@citrix.com \
    --cc=andrew.cooper3@citrix.com \
    --cc=cardoe@cardoe.com \
    --cc=sstabellini@kernel.org \
    --cc=xen-devel@lists.xenproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.