blob: f034436d1cd38c08cc04bbeb9d46197b80e8aa58 [file] [log] [blame]
Jack Lucas22b35852018-09-10 12:39:53 +00001# ============LICENSE_START=======================================================
2# org.onap.dcae
3# ================================================================================
Jack Lucas756430c2019-09-19 17:31:30 -04004# Copyright (c) 2019 AT&T Intellectual Property. All rights reserved.
Jack Lucas22b35852018-09-10 12:39:53 +00005# ================================================================================
6# Licensed under the Apache License, Version 2.0 (the "License");
7# you may not use this file except in compliance with the License.
8# You may obtain a copy of the License at
9#
10# http://www.apache.org/licenses/LICENSE-2.0
11#
12# Unless required by applicable law or agreed to in writing, software
13# distributed under the License is distributed on an "AS IS" BASIS,
14# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15# See the License for the specific language governing permissions and
16# limitations under the License.
17# ============LICENSE_END=========================================================
Jack Lucas756430c2019-09-19 17:31:30 -040018FROM nexus3.onap.org:10001/onap/aaf/aaf_agent:2.1.15
19RUN mkdir -p /opt/dcae
20COPY ./dcae-cert-setup.sh /opt/dcae
21ENTRYPOINT ["bash", "-c", "exec /opt/dcae/dcae-cert-setup.sh"]