X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FNBI.git;a=blobdiff_plain;f=keystone%2FDockerfile;h=59b053c2235fb83996d54c8a9f0d41a26ce4914a;hp=2030aa5165c6c5ea32893058b0a8133909c03e9d;hb=6b02b05e51fb2837731027ae063ecbdb2c71135d;hpb=ba0dbed4d7fe4cd1ee800a4a3402157224fd7aff diff --git a/keystone/Dockerfile b/keystone/Dockerfile index 2030aa5..59b053c 100644 --- a/keystone/Dockerfile +++ b/keystone/Dockerfile @@ -1,3 +1,21 @@ +# Copyright 2018 Whitestack, LLC +# +# 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. +# +# For those usages not covered by the Apache License, Version 2.0 please +# contact: esousa@whitestack.com or glavado@whitestack.com +## + FROM ubuntu:16.04 LABEL Maintainer="esousa@whitestack.com" \