aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOliver Smith <osmith@sysmocom.de>2022-02-03 09:30:21 +0100
committerOliver Smith <osmith@sysmocom.de>2022-02-03 09:31:58 +0100
commit68d8fab771e70badd3d571e76956bcc2df6637ff (patch)
tree12dd4e45eb241a599875f12eec5fa0dc868d8e8d
parentc04fb387eafca9d55203fe7251225718a4cafdaa (diff)
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
-rw-r--r--jobs/registry-update-base-images.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/jobs/registry-update-base-images.yml b/jobs/registry-update-base-images.yml
index 1e5e423..328dbf6 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