aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOliver Smith <osmith@sysmocom.de>2021-12-13 16:36:15 +0100
committerOliver Smith <osmith@sysmocom.de>2021-12-13 16:36:15 +0100
commitb5617e2f8485f7369663cd72b491af462c2e609a (patch)
tree857675669cd6bd46fb8433219f97403898d9a6aa
parent3660dd99d9184e636da0ef2688823a211078a535 (diff)
jobs/registry-update-base-images: add centos7
-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 48e8b59..2dd6e69 100644
--- a/jobs/registry-update-base-images.yml
+++ b/jobs/registry-update-base-images.yml
@@ -16,7 +16,7 @@
builders:
- shell: |
REGISTRY="registry.osmocom.org"
- IMAGES="debian:stretch debian:buster debian:jessie debian:sid ubuntu:zesty centos:centos8"
+ IMAGES="debian:stretch debian:buster debian:jessie debian:sid ubuntu:zesty centos:centos7 centos:centos8"
for i in $IMAGES; do
src=$i
dst=${REGISTRY}/$i