blob: 2f8ecb7785c2394edfd12025d4e8b5a09ad89a06 [file] [log] [blame]
Yuli Shlosberg17889832018-04-08 14:03:29 +03001FROM onap/base_sdc-cassandra:1.3.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
Areli Fuss0a89f592017-09-11 10:27:29 +030010
Michael Landoed64b5e2017-06-09 03:19:04 +030011ENTRYPOINT [ "/root/startup.sh" ]