Jack Lucas | 22b3585 | 2018-09-10 12:39:53 +0000 | [diff] [blame] | 1 | # ============LICENSE_START=======================================================
|
| 2 | # org.onap.dcae
|
| 3 | # ================================================================================
|
Jack Lucas | 756430c | 2019-09-19 17:31:30 -0400 | [diff] [blame] | 4 | # Copyright (c) 2019 AT&T Intellectual Property. All rights reserved.
|
Jack Lucas | 22b3585 | 2018-09-10 12:39:53 +0000 | [diff] [blame] | 5 | # ================================================================================
|
| 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 Lucas | 756430c | 2019-09-19 17:31:30 -0400 | [diff] [blame] | 18 | FROM nexus3.onap.org:10001/onap/aaf/aaf_agent:2.1.15
|
| 19 | RUN mkdir -p /opt/dcae
|
| 20 | COPY ./dcae-cert-setup.sh /opt/dcae
|
| 21 | ENTRYPOINT ["bash", "-c", "exec /opt/dcae/dcae-cert-setup.sh"] |