From 68d8fab771e70badd3d571e76956bcc2df6637ff Mon Sep 17 00:00:00 2001 From: Oliver Smith Date: Thu, 3 Feb 2022 09:30:21 +0100 Subject: [PATCH] jobs/registry-update-base-images: centos8 -> alma Follow up on the change of using almalinux instead of centos8 in docker-playground, with providing the almalinux base images in the Osmocom registry. Related: SYS#5818 Related: docker-playground I30e1a773b901b1d2187214445116c7f2aecc4e36 Change-Id: I93a8892da628b8d2f9cbb2a6453e8ab3153a9c4a --- jobs/registry-update-base-images.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jobs/registry-update-base-images.yml b/jobs/registry-update-base-images.yml index 1e5e423a..328dbf63 100644 --- a/jobs/registry-update-base-images.yml +++ b/jobs/registry-update-base-images.yml @@ -26,7 +26,7 @@ ubuntu:zesty centos:centos7 - centos:centos8 + almalinux:8 " for i in $IMAGES; do src=$i