aboutsummaryrefslogtreecommitdiffstats
path: root/osmo-mgw-master
diff options
context:
space:
mode:
authorHarald Welte <laforge@osmocom.org>2020-12-16 10:33:17 +0100
committerHarald Welte <laforge@osmocom.org>2020-12-16 10:54:37 +0100
commitde52a89d0d9de50d052fe6b95e2aed6c59318c8a (patch)
treed320185bcc3771710722315503b2d31000a14f8e /osmo-mgw-master
parent62ac277796d630281261e2d8f12bb1e44d904df3 (diff)
migrate from CentOS_8_Stream to CentOS_8
Diffstat (limited to 'osmo-mgw-master')
-rw-r--r--osmo-mgw-master/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/osmo-mgw-master/Dockerfile b/osmo-mgw-master/Dockerfile
index 12dd1b0..02337ca 100644
--- a/osmo-mgw-master/Dockerfile
+++ b/osmo-mgw-master/Dockerfile
@@ -23,7 +23,7 @@ RUN case "$DISTRO" in \
# we need to add this to invalidate the cache once the repository is updated.
# unfortunately Dockerfiles don't support a conditional ARG, so we need to add both DPKG + RPM
ADD $OSMOCOM_REPO/Release /tmp/Release
-ADD $OSMOCOM_REPO_MIRROR/repositories/network:/osmocom:/nightly/CentOS_8_Stream/repodata/repomd.xml /tmp/repomd.xml
+ADD $OSMOCOM_REPO_MIRROR/repositories/network:/osmocom:/nightly/CentOS_8/repodata/repomd.xml /tmp/repomd.xml
RUN case "$DISTRO" in \
debian*) \
apt-get update && \