X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FNBI.git;a=blobdiff_plain;f=Dockerfile.fromdeb;h=9c3e245bbf76a20af0c3784b2423ccce2cc57a5d;hp=120630ab7bbc5b20680209f3cfa6029b4fee4b64;hb=refs%2Fchanges%2F37%2F8837%2F1;hpb=0c01ffa4f8cdd307d15463fb389b7cfe2d500db6 diff --git a/Dockerfile.fromdeb b/Dockerfile.fromdeb index 120630a..9c3e245 100644 --- a/Dockerfile.fromdeb +++ b/Dockerfile.fromdeb @@ -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 -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 -