From 67e55eaea8d17f6b1f7f35b77e4a6a0434149a95 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Budai?= Date: Mon, 21 Mar 2022 11:17:29 +0100 Subject: [PATCH] gitlab: run containerbuild on RHEL MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Otherwise, we're running into https://bugzilla.redhat.com/show_bug.cgi?id=2065292 and when I tried implementing a workaround, I ran into https://bugzilla.redhat.com/show_bug.cgi?id=1897579 Gah. Signed-off-by: Ondřej Budai --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ecfaa047a..acb0b1647 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -118,7 +118,7 @@ Container: parallel: matrix: - RUNNER: - - aws/centos-stream-8-x86_64 + - aws/rhel-8.5-ga-x86_64 Packer: stage: test