X-Git-Url: https://gerrit.onap.org/r/gitweb?p=dcaegen2%2Fplatform.git;a=blobdiff_plain;f=adapter%2Facumos%2FDockerfile;fp=adapter%2Facumos%2FDockerfile;h=135bce8d259f5396dc236845d6e7f23c6d45cf3d;hp=4f1bea283ba9b164fccf2d92453de0dd12de3864;hb=f3637436673c64344e9fa6828cb907e8d101bf3e;hpb=505e40be9035ba6c979d5d1ccbff777ead3f2fbe diff --git a/adapter/acumos/Dockerfile b/adapter/acumos/Dockerfile index 4f1bea2..135bce8 100644 --- a/adapter/acumos/Dockerfile +++ b/adapter/acumos/Dockerfile @@ -2,6 +2,7 @@ # org.onap.dcae # ============================================================================= # Copyright (c) 2019 AT&T Intellectual Property. All rights reserved. +# Copyright (c) 2021 highstreet technologies GmbH. All rights reserved. # ============================================================================= # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -27,7 +28,7 @@ RUN apt-get update && \ npm install -g protobuf-jsonschema && \ mkdir schemas && \ wget -O schemas/schema.json 'https://json-schema.org/draft-04/schema#' && \ - wget -O schemas/compspec.json https://git.onap.org/dcaegen2/platform/plain/mod/component-json-schemas/component-specification/dcae-cli-v2/component-spec-schema.json && \ + wget -O schemas/compspec.json https://git.onap.org/dcaegen2/platform/plain/mod/component-json-schemas/component-specification/dcae-cli-v3/component-spec-schema.json && \ wget -O schemas/dataformat.json https://git.onap.org/dcaegen2/platform/plain/mod/component-json-schemas/data-format/dcae-cli-v1/data-format-schema.json && \ cd /tmp/build/ && \ python setup.py install && \