From 8e95373986f8991b509d85515305b50dd7bd026a Mon Sep 17 00:00:00 2001 From: Oliver Smith Date: Tue, 4 May 2021 07:50:49 +0200 Subject: [PATCH] osmo-*-latest: use OSMOCOM_REPO_VERSION Related: SYS#5370 Change-Id: I237a296ea8a1e08bc31f351c5f42a59fe7438815 --- osmo-bsc-latest/Dockerfile | 3 ++- osmo-bts-latest/Dockerfile | 3 ++- osmo-cbc-latest/Dockerfile | 3 ++- osmo-cn-latest/Dockerfile | 3 ++- osmo-gbproxy-latest/Dockerfile | 3 ++- osmo-ggsn-latest/Dockerfile | 3 ++- osmo-hlr-latest/Dockerfile | 3 ++- osmo-hnbgw-latest/Dockerfile | 3 ++- osmo-mgw-latest/Dockerfile | 3 ++- osmo-msc-latest/Dockerfile | 3 ++- osmo-nitb-latest/Dockerfile | 3 ++- osmo-pcap-latest/Dockerfile | 3 ++- osmo-pcu-latest/Dockerfile | 3 ++- osmo-remsim-latest/Dockerfile | 3 ++- osmo-sgsn-latest/Dockerfile | 3 ++- osmo-sip-latest/Dockerfile | 3 ++- osmo-smlc-latest/Dockerfile | 3 ++- osmo-stp-latest/Dockerfile | 3 ++- 18 files changed, 36 insertions(+), 18 deletions(-) diff --git a/osmo-bsc-latest/Dockerfile b/osmo-bsc-latest/Dockerfile index 3352ed2c..e4a6044a 100644 --- a/osmo-bsc-latest/Dockerfile +++ b/osmo-bsc-latest/Dockerfile @@ -1,6 +1,7 @@ ARG USER ARG DISTRO -FROM $USER/$DISTRO-obs-latest +ARG OSMOCOM_REPO_VERSION="latest" +FROM $USER/$DISTRO-obs-$OSMOCOM_REPO_VERSION # Arguments used after FROM must be specified again ARG DISTRO diff --git a/osmo-bts-latest/Dockerfile b/osmo-bts-latest/Dockerfile index 2b419682..ad79cb32 100644 --- a/osmo-bts-latest/Dockerfile +++ b/osmo-bts-latest/Dockerfile @@ -1,6 +1,7 @@ ARG USER ARG DISTRO -FROM $USER/$DISTRO-obs-latest +ARG OSMOCOM_REPO_VERSION="latest" +FROM $USER/$DISTRO-obs-$OSMOCOM_REPO_VERSION # Arguments used after FROM must be specified again ARG DISTRO diff --git a/osmo-cbc-latest/Dockerfile b/osmo-cbc-latest/Dockerfile index d919dae8..5361e2fd 100644 --- a/osmo-cbc-latest/Dockerfile +++ b/osmo-cbc-latest/Dockerfile @@ -1,6 +1,7 @@ ARG USER ARG DISTRO -FROM $USER/$DISTRO-obs-latest +ARG OSMOCOM_REPO_VERSION="latest" +FROM $USER/$DISTRO-obs-$OSMOCOM_REPO_VERSION # Arguments used after FROM must be specified again ARG DISTRO diff --git a/osmo-cn-latest/Dockerfile b/osmo-cn-latest/Dockerfile index 3da71756..e17efeee 100644 --- a/osmo-cn-latest/Dockerfile +++ b/osmo-cn-latest/Dockerfile @@ -1,6 +1,7 @@ ARG USER ARG DISTRO -FROM $USER/$DISTRO-obs-latest +ARG OSMOCOM_REPO_VERSION="latest" +FROM $USER/$DISTRO-obs-$OSMOCOM_REPO_VERSION # Arguments used after FROM must be specified again RUN apt-get update && \ diff --git a/osmo-gbproxy-latest/Dockerfile b/osmo-gbproxy-latest/Dockerfile index 7c729a5a..5e16f993 100644 --- a/osmo-gbproxy-latest/Dockerfile +++ b/osmo-gbproxy-latest/Dockerfile @@ -1,6 +1,7 @@ ARG USER ARG DISTRO -FROM $USER/$DISTRO-obs-latest +ARG OSMOCOM_REPO_VERSION="latest" +FROM $USER/$DISTRO-obs-$OSMOCOM_REPO_VERSION # Arguments used after FROM must be specified again ARG DISTRO diff --git a/osmo-ggsn-latest/Dockerfile b/osmo-ggsn-latest/Dockerfile index 0da9703c..e5408e36 100644 --- a/osmo-ggsn-latest/Dockerfile +++ b/osmo-ggsn-latest/Dockerfile @@ -1,6 +1,7 @@ ARG USER ARG DISTRO -FROM $USER/$DISTRO-obs-latest +ARG OSMOCOM_REPO_VERSION="latest" +FROM $USER/$DISTRO-obs-$OSMOCOM_REPO_VERSION # Arguments used after FROM must be specified again ARG DISTRO diff --git a/osmo-hlr-latest/Dockerfile b/osmo-hlr-latest/Dockerfile index ece7aa63..b0a06d01 100644 --- a/osmo-hlr-latest/Dockerfile +++ b/osmo-hlr-latest/Dockerfile @@ -1,6 +1,7 @@ ARG USER ARG DISTRO -FROM $USER/$DISTRO-obs-latest +ARG OSMOCOM_REPO_VERSION="latest" +FROM $USER/$DISTRO-obs-$OSMOCOM_REPO_VERSION # Arguments used after FROM must be specified again ARG DISTRO diff --git a/osmo-hnbgw-latest/Dockerfile b/osmo-hnbgw-latest/Dockerfile index 81fdead9..f71751d5 100644 --- a/osmo-hnbgw-latest/Dockerfile +++ b/osmo-hnbgw-latest/Dockerfile @@ -1,6 +1,7 @@ ARG USER ARG DISTRO -FROM $USER/$DISTRO-obs-latest +ARG OSMOCOM_REPO_VERSION="latest" +FROM $USER/$DISTRO-obs-$OSMOCOM_REPO_VERSION # Arguments used after FROM must be specified again RUN apt-get update && \ diff --git a/osmo-mgw-latest/Dockerfile b/osmo-mgw-latest/Dockerfile index 5b01fe80..ede6cb17 100644 --- a/osmo-mgw-latest/Dockerfile +++ b/osmo-mgw-latest/Dockerfile @@ -1,6 +1,7 @@ ARG USER ARG DISTRO -FROM $USER/$DISTRO-obs-latest +ARG OSMOCOM_REPO_VERSION="latest" +FROM $USER/$DISTRO-obs-$OSMOCOM_REPO_VERSION # Arguments used after FROM must be specified again ARG DISTRO diff --git a/osmo-msc-latest/Dockerfile b/osmo-msc-latest/Dockerfile index 29e932a1..cc18602e 100644 --- a/osmo-msc-latest/Dockerfile +++ b/osmo-msc-latest/Dockerfile @@ -1,6 +1,7 @@ ARG USER ARG DISTRO -FROM $USER/$DISTRO-obs-latest +ARG OSMOCOM_REPO_VERSION="latest" +FROM $USER/$DISTRO-obs-$OSMOCOM_REPO_VERSION # Arguments used after FROM must be specified again ARG DISTRO diff --git a/osmo-nitb-latest/Dockerfile b/osmo-nitb-latest/Dockerfile index 8c3acb8a..bd4f73b1 100644 --- a/osmo-nitb-latest/Dockerfile +++ b/osmo-nitb-latest/Dockerfile @@ -1,6 +1,7 @@ ARG USER ARG DISTRO -FROM $USER/$DISTRO-obs-latest +ARG OSMOCOM_REPO_VERSION="latest" +FROM $USER/$DISTRO-obs-$OSMOCOM_REPO_VERSION # Arguments used after FROM must be specified again ARG DISTRO diff --git a/osmo-pcap-latest/Dockerfile b/osmo-pcap-latest/Dockerfile index 30c6a56c..7cb4d79f 100644 --- a/osmo-pcap-latest/Dockerfile +++ b/osmo-pcap-latest/Dockerfile @@ -1,6 +1,7 @@ ARG USER ARG DISTRO -FROM $USER/$DISTRO-obs-latest +ARG OSMOCOM_REPO_VERSION="latest" +FROM $USER/$DISTRO-obs-$OSMOCOM_REPO_VERSION # Arguments used after FROM must be specified again ARG DISTRO diff --git a/osmo-pcu-latest/Dockerfile b/osmo-pcu-latest/Dockerfile index 7f1b3acb..bb1fe414 100644 --- a/osmo-pcu-latest/Dockerfile +++ b/osmo-pcu-latest/Dockerfile @@ -1,6 +1,7 @@ ARG USER ARG DISTRO -FROM $USER/$DISTRO-obs-latest +ARG OSMOCOM_REPO_VERSION="latest" +FROM $USER/$DISTRO-obs-$OSMOCOM_REPO_VERSION # Arguments used after FROM must be specified again ARG DISTRO diff --git a/osmo-remsim-latest/Dockerfile b/osmo-remsim-latest/Dockerfile index db1aa057..991c97ee 100644 --- a/osmo-remsim-latest/Dockerfile +++ b/osmo-remsim-latest/Dockerfile @@ -1,6 +1,7 @@ ARG USER ARG DISTRO -FROM $USER/$DISTRO-obs-latest +ARG OSMOCOM_REPO_VERSION="latest" +FROM $USER/$DISTRO-obs-$OSMOCOM_REPO_VERSION # Arguments used after FROM must be specified again RUN apt-get update && \ diff --git a/osmo-sgsn-latest/Dockerfile b/osmo-sgsn-latest/Dockerfile index 21728c9d..c816026e 100644 --- a/osmo-sgsn-latest/Dockerfile +++ b/osmo-sgsn-latest/Dockerfile @@ -1,6 +1,7 @@ ARG USER ARG DISTRO -FROM $USER/$DISTRO-obs-latest +ARG OSMOCOM_REPO_VERSION="latest" +FROM $USER/$DISTRO-obs-$OSMOCOM_REPO_VERSION # Arguments used after FROM must be specified again ARG DISTRO diff --git a/osmo-sip-latest/Dockerfile b/osmo-sip-latest/Dockerfile index 825735c4..d70341ba 100644 --- a/osmo-sip-latest/Dockerfile +++ b/osmo-sip-latest/Dockerfile @@ -1,6 +1,7 @@ ARG USER ARG DISTRO -FROM $USER/$DISTRO-obs-latest +ARG OSMOCOM_REPO_VERSION="latest" +FROM $USER/$DISTRO-obs-$OSMOCOM_REPO_VERSION # Arguments used after FROM must be specified again ARG DISTRO diff --git a/osmo-smlc-latest/Dockerfile b/osmo-smlc-latest/Dockerfile index 12487ec7..6d9299bc 100644 --- a/osmo-smlc-latest/Dockerfile +++ b/osmo-smlc-latest/Dockerfile @@ -1,6 +1,7 @@ ARG USER ARG DISTRO -FROM $USER/$DISTRO-obs-latest +ARG OSMOCOM_REPO_VERSION="latest" +FROM $USER/$DISTRO-obs-$OSMOCOM_REPO_VERSION # Arguments used after FROM must be specified again ARG DISTRO diff --git a/osmo-stp-latest/Dockerfile b/osmo-stp-latest/Dockerfile index d3279f03..5a22bc72 100644 --- a/osmo-stp-latest/Dockerfile +++ b/osmo-stp-latest/Dockerfile @@ -1,6 +1,7 @@ ARG USER ARG DISTRO -FROM $USER/$DISTRO-obs-latest +ARG OSMOCOM_REPO_VERSION="latest" +FROM $USER/$DISTRO-obs-$OSMOCOM_REPO_VERSION # Arguments used after FROM must be specified again ARG DISTRO