blob: 15151bfd35bf93866202562156b66b5620fe22d7 [file] [log] [blame]
shrek20000594c412020-01-30 14:52:49 +02001FROM onap/base_sdc-cassandra:1.5.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" ]