blob: 01352708dfe6a8268a834696b9740867c0e11d20 [file] [log] [blame]
Yuli Shlosbergb96e0da2018-07-08 11:50:54 +03001FROM onap/base_sdc-kibana:1.4.0-SNAPSHOT-latest
Michael Lando451a3402017-02-19 10:28:42 +02002
3COPY chef-solo /root/chef-solo/
Michael Lando451a3402017-02-19 10:28:42 +02004
Areli Fuss0a89f592017-09-11 10:27:29 +03005COPY chef-repo/cookbooks/. /root/chef-solo/cookbooks/
Grinberg Motic3bda482017-02-23 11:24:34 +02006
Michael Lando451a3402017-02-19 10:28:42 +02007COPY startup.sh /root/
8
9RUN chmod 770 /root/startup.sh
10
11ENTRYPOINT [ "/root/startup.sh" ]