commit | ff5632dfffa4bb1b28dce2076846afeb291a8ff4 | [log] [tgz] |
---|---|---|
author | David K. Bainbridge <dbainbri@ciena.com> | Wed Jul 13 17:22:56 2016 -0700 |
committer | David Bainbridge <dbainbri@ciena.com> | Wed Jul 13 17:24:20 2016 -0700 |
tree | 1a60accc441508f0214c0726e75eb3d0086f16d3 | |
parent | 4fbb81c9bf1e4121efd699a66f0a7266b0633298 [diff] [blame] |
make sure the ssh config is set to ignore known hosts Change-Id: I2e1125148b7535663a05eba2d5bdb8a5f006a1db
diff --git a/automation/Dockerfile b/automation/Dockerfile index 0d90247..f32ccf9 100644 --- a/automation/Dockerfile +++ b/automation/Dockerfile
@@ -26,4 +26,7 @@ WORKDIR /go RUN go install gerrit.opencord.org/maas/cord-maas-automation +RUN mkdir -p /root/.ssh +COPY ssh-config /root/.ssh/config + ENTRYPOINT ["/go/bin/cord-maas-automation"]