bug(descriptor): missing fields in stored descriptors. 1408, 1388
[osm/NBI.git] / Dockerfile.fromdeb
index f6139b7..ec348cb 100644 (file)
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-# This creates som/NBI docker from from last stable package
+# 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 -
@@ -66,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