Skip to content

Console Output

18:53:19 + docker build -t dockerpinata/docker-py:sshdind-50a0ff596fde9cea5acb5250a07de16ca584d0a1 -f tests/Dockerfile-ssh-dind .
18:53:19 Sending build context to Docker daemon  1.373MB

18:53:19 Step 1/11 : ARG API_VERSION=1.39
18:53:19 Step 2/11 : ARG ENGINE_VERSION=19.03.12
18:53:19 Step 3/11 : FROM docker:${ENGINE_VERSION}-dind
18:53:19  ---> 66dc2d45749a
18:53:19 Step 4/11 : RUN apk add --no-cache 		openssh
18:53:19  ---> Using cache
18:53:19  ---> 7ba9e568ca75
18:53:19 Step 5/11 : RUN ssh-keygen -A
18:53:19  ---> Using cache
18:53:19  ---> e917c0d670a0
18:53:19 Step 6/11 : RUN echo "IgnoreUserKnownHosts yes" > /etc/ssh/sshd_config &&   echo "PubkeyAuthentication yes" >> /etc/ssh/sshd_config &&   echo "PermitRootLogin yes" >> /etc/ssh/sshd_config
18:53:19  ---> Using cache
18:53:19  ---> 29c3be413279
18:53:19 Step 7/11 : COPY tests/ssh-keys/authorized_keys /root/.ssh/authorized_keys
18:53:19  ---> Using cache
18:53:19  ---> d8667560510d
18:53:19 Step 8/11 : RUN chmod 600 /root/.ssh/authorized_keys
18:53:19  ---> Using cache
18:53:19  ---> aee7ae0eacab
18:53:19 Step 9/11 : RUN echo "root:root" | chpasswd
18:53:19  ---> Using cache
18:53:19  ---> 5334b3a25e4e
18:53:19 Step 10/11 : RUN ln -s /usr/local/bin/docker /usr/bin/docker
18:53:19  ---> Using cache
18:53:19  ---> 7d99de508759
18:53:19 Step 11/11 : EXPOSE 22
18:53:19  ---> Using cache
18:53:19  ---> c79590ec1031
18:53:19 Successfully built c79590ec1031
18:53:19 Successfully tagged dockerpinata/docker-py:sshdind-50a0ff596fde9cea5acb5250a07de16ca584d0a1