aboutsummaryrefslogtreecommitdiffstats
path: root/osmo-mgw-master
diff options
context:
space:
mode:
authorVadim Yanitskiy <vyanitskiy@sysmocom.de>2023-01-06 23:01:40 +0700
committerVadim Yanitskiy <vyanitskiy@sysmocom.de>2023-01-06 23:10:13 +0700
commitea90e44ab05e0b332a7754f5c776c1144754aa82 (patch)
treefeb93d7910bbf7fa40095b95f79084a3e02846ea /osmo-mgw-master
parentaa27022cf8a40e2fdd8fcf1e376b8686a6d23bc4 (diff)
*/Dockerfile: clone from gerrit.osmocom.org using https://
* Do not clone using deprecated git://, use https:// instead. * Clone from the main repo gerrit.osmocom.org (if possible). * Use the gitiles plugin to fetch the last commit from Gerrit. Change-Id: I204fa6e3e3ebbdb8732393b897fca35659d61ae8
Diffstat (limited to 'osmo-mgw-master')
-rw-r--r--osmo-mgw-master/Dockerfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/osmo-mgw-master/Dockerfile b/osmo-mgw-master/Dockerfile
index dea4951..20b5b1a 100644
--- a/osmo-mgw-master/Dockerfile
+++ b/osmo-mgw-master/Dockerfile
@@ -31,8 +31,8 @@ WORKDIR /tmp
ARG OSMO_MGW_BRANCH="master"
-RUN git clone git://git.osmocom.org/osmo-mgw.git
-ADD http://git.osmocom.org/osmo-mgw/patch?h=$OSMO_MGW_BRANCH /tmp/commit-osmo-mgw
+RUN git clone https://gerrit.osmocom.org/osmo-mgw.git
+ADD https://gerrit.osmocom.org/plugins/gitiles/osmo-mgw/+/$OSMO_MGW_BRANCH?format=TEXT /tmp/commit-osmo-mgw
RUN cd osmo-mgw && \