Browse Source

[WIP] build docker images with tag

Espinoza Guillermo 6 years ago
parent
commit
e9eda85cad
1 changed files with 5 additions and 5 deletions
  1. 5 5
      tools/Dockerfile

+ 5 - 5
tools/Dockerfile

@@ -31,13 +31,13 @@ RUN add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/$(. /
 RUN apt-get update && apt-get install -yq --allow-unauthenticated docker-ce
 
 ## add keys ssh from hosts
-RUN mkdir ~/.ssh
-RUN ssh-keyscan -H -p 22  bitbucket.org >> ~/.ssh/known_hosts
-RUN ssh-keyscan -H -p 222  infra.flowdat.com >> ~/.ssh/known_hosts
+# RUN mkdir ~/.ssh
+# RUN ssh-keyscan -H -p 22  bitbucket.org >> ~/.ssh/known_hosts
+# RUN ssh-keyscan -H -p 222  infra.flowdat.com >> ~/.ssh/known_hosts
 
 ## add key to container
-COPY keys /opt/keys
-RUN chmod 0400 /opt/keys/*
+# COPY keys /opt/keys
+# RUN chmod 0400 /opt/keys/*
 
 ARG DIR_INSTALL
 RUN mkdir -p $DIR_INSTALL