Feature 8720: instantiate parameters config-units
[osm/NBI.git] / Dockerfile.fromdeb
index 120630a..9c3e245 100644 (file)
@@ -1,11 +1,24 @@
-# This creates som/NBI docker from from last stable package
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+#    http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
+# implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
+# This creates osm/NBI docker from from last stable package
 
 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
 
 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=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 -