blob: 60db8e5b6b9a01ac52eb207cbd3b77c5d3e378d6 [file] [log] [blame]
Areli Fuss0a89f592017-09-11 10:27:29 +03001FROM openecomp/base_sdc-elasticsearch:1.0.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" ]