Idan Amit | 55dda1a | 2017-12-06 17:21:38 +0200 | [diff] [blame] | 1 | FROM onap/base_sdc-elasticsearch:1.2.0-SNAPSHOT-latest |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 2 | |
| 3 | COPY chef-solo /root/chef-solo/ |
Areli Fuss | 0a89f59 | 2017-09-11 10:27:29 +0300 | [diff] [blame] | 4 | |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 5 | COPY chef-repo/cookbooks /root/chef-solo/cookbooks/ |
| 6 | |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 7 | COPY startup.sh /root/ |
Areli Fuss | 0a89f59 | 2017-09-11 10:27:29 +0300 | [diff] [blame] | 8 | |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 9 | RUN chmod 770 /root/startup.sh |
| 10 | |
| 11 | ENTRYPOINT [ "/root/startup.sh" ] |