This is merely a historical archive of years 2008-2021, before the migration to mailman3.
A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.
osmith gerrit-no-reply at lists.osmocom.orgosmith has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-ci/+/26587 )
Change subject: jobs/registry-update-base-images: one image per line
......................................................................
jobs/registry-update-base-images: one image per line
Make the list of images more git friendly, and sort the debian releases
by date.
Related: OS#4969
Change-Id: Ic724aa4b2c71aa398ad7f7049e8f3406a3883eaa
---
M jobs/registry-update-base-images.yml
1 file changed, 11 insertions(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ci refs/changes/87/26587/1
diff --git a/jobs/registry-update-base-images.yml b/jobs/registry-update-base-images.yml
index 2dd6e69..6be2ec6 100644
--- a/jobs/registry-update-base-images.yml
+++ b/jobs/registry-update-base-images.yml
@@ -16,7 +16,17 @@
builders:
- shell: |
REGISTRY="registry.osmocom.org"
- IMAGES="debian:stretch debian:buster debian:jessie debian:sid ubuntu:zesty centos:centos7 centos:centos8"
+ IMAGES="
+ debian:jessie
+ debian:stretch
+ debian:buster
+ debian:sid
+
+ ubuntu:zesty
+
+ centos:centos7
+ centos:centos8
+ "
for i in $IMAGES; do
src=$i
dst=${REGISTRY}/$i
--
To view, visit https://gerrit.osmocom.org/c/osmo-ci/+/26587
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-ci
Gerrit-Branch: master
Gerrit-Change-Id: Ic724aa4b2c71aa398ad7f7049e8f3406a3883eaa
Gerrit-Change-Number: 26587
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <osmith at sysmocom.de>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20211216/dc046be9/attachment.htm>