Scott Baker | 45b9fd1 | 2015-09-28 18:20:57 -0700 | [diff] [blame] | 1 | RUN mkdir -p /root/setup |
| 2 | ADD xos/configurations/common/admin-openrc.sh /root/setup/ |
| 3 | ADD xos/configurations/common/flat_net_name /root/setup/ |
| 4 | ADD xos/configurations/common/cloudlab-nodes.yaml /opt/xos/configurations/commmon/ |
Scott Baker | 3098acf | 2015-09-28 18:51:25 -0700 | [diff] [blame] | 5 | ADD xos/configurations/common/id_rsa.pub /root/setup/padmin_public_key |
Scott Baker | 45b9fd1 | 2015-09-28 18:20:57 -0700 | [diff] [blame] | 6 | |
Scott Baker | 06edd1d | 2015-09-29 15:55:41 -0700 | [diff] [blame] | 7 | CMD ["/usr/bin/make", "-C", "/opt/xos/configurations/test", "-f", "Makefile.inside"] |
Scott Baker | f9d9fa4 | 2015-09-28 17:16:42 -0700 | [diff] [blame] | 8 | |
Scott Baker | 06edd1d | 2015-09-29 15:55:41 -0700 | [diff] [blame] | 9 | #CMD ["/bin/bash"] |