blob: 15a3650a1a2fd91d27a9c09988b50072178d126c [file] [log] [blame]
Yuli Shlosbergb96e0da2018-07-08 11:50:54 +03001FROM onap/base_sdc-elasticsearch:1.4.0-SNAPSHOT-latest
Michael Lando451a3402017-02-19 10:28:42 +02002
3COPY chef-solo /root/chef-solo/
Areli Fuss0a89f592017-09-11 10:27:29 +03004
Michael Lando451a3402017-02-19 10:28:42 +02005COPY chef-repo/cookbooks /root/chef-solo/cookbooks/
6
Michael Lando451a3402017-02-19 10:28:42 +02007COPY startup.sh /root/
Areli Fuss0a89f592017-09-11 10:27:29 +03008
Michael Lando451a3402017-02-19 10:28:42 +02009RUN chmod 770 /root/startup.sh
10
11ENTRYPOINT [ "/root/startup.sh" ]