docker: Fix debian channel to stable 05/8105/2
authorPhilippe Coval <rzr@users.sf.net>
Wed, 30 Oct 2019 13:42:36 +0000 (14:42 +0100)
committerrzrfreefr <rzr@users.sf.net>
Thu, 16 Jan 2020 00:35:03 +0000 (01:35 +0100)
Currently there is no "testing" directory in:

http://osm-download.etsi.org/repository/osm/debian/ReleaseFIVE/dists/

Change-Id: Ib43722865573a7ec386082bd1af4375af26db108
Signed-off-by: Philippe Coval <rzr@users.sf.net>
Dockerfile.fromdeb

index f9b0a6d..9c3e245 100644 (file)
@@ -18,7 +18,7 @@ FROM ubuntu:16.04
 ARG REPOSITORY_BASE=http://osm-download.etsi.org/repository/osm/debian
 ARG RELEASE=ReleaseFIVE
 ARG REPOSITORY_KEY=OSM%20ETSI%20Release%20Key.gpg
 ARG REPOSITORY_BASE=http://osm-download.etsi.org/repository/osm/debian
 ARG RELEASE=ReleaseFIVE
 ARG REPOSITORY_KEY=OSM%20ETSI%20Release%20Key.gpg
-ARG REPOSITORY=testing
+ARG REPOSITORY=stable
 
 RUN apt-get update && apt-get install -y curl software-properties-common
 RUN curl ${REPOSITORY_BASE}/${RELEASE}/${REPOSITORY_KEY} | apt-key add -
 
 RUN apt-get update && apt-get install -y curl software-properties-common
 RUN curl ${REPOSITORY_BASE}/${RELEASE}/${REPOSITORY_KEY} | apt-key add -