X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FNBI.git;a=blobdiff_plain;f=Dockerfile.fromdeb;h=ec348cb1ae8ffdd2e4d605570e9315904ff2c99f;hp=120630ab7bbc5b20680209f3cfa6029b4fee4b64;hb=61e0c52d4715b5726a369959d69a1305d6790ae2;hpb=0c01ffa4f8cdd307d15463fb389b7cfe2d500db6 diff --git a/Dockerfile.fromdeb b/Dockerfile.fromdeb index 120630a..ec348cb 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 - @@ -53,7 +66,7 @@ ENV OSMNBI_MESSAGE_PORT 9092 # authentication ENV OSMNBI_AUTHENTICATION_BACKEND internal #ENV OSMNBI_AUTHENTICATION_BACKEND keystone -#ENV OSMNBI_AUTHENTICATION_AUTH_URL keystone +#ENV OSMNBI_AUTHENTICATION_AUTH_URL http://keystone:5000/v3 #ENV OSMNBI_AUTHENTICATION_AUTH_PORT 5000 #ENV OSMNBI_AUTHENTICATION_USER_DOMAIN_NAME default #ENV OSMNBI_AUTHENTICATION_PROJECT_DOMAIN_NAME default