Adds some verbosity
This commit is contained in:
parent
975296d9b9
commit
838a81f416
1 changed files with 4 additions and 0 deletions
|
@ -90,7 +90,11 @@ ADD ./id_rsa.pub ./id_rsa.pub
|
|||
|
||||
RUN chmod 0600 id_rsa
|
||||
|
||||
# Precache SSH Host Keys
|
||||
RUN ssh-keyscan -H github.com >> /root/.ssh/known_hosts
|
||||
RUN ssh-keyscan -H git.zontreck.com -p 1212 >> /root/.ssh/known_hosts
|
||||
|
||||
RUN echo "Precached SSH Host keys"
|
||||
RUN cat /root/.ssh/known_hosts
|
||||
|
||||
ENTRYPOINT [ "java", "-jar", "/agent.jar", "-url", "https://ci.zontreck.com", "-secret", "@/agent.secret", "-name", "Linux", "-workDir", "/builder" ]
|
Loading…
Add table
Add a link
Reference in a new issue