Skip to content

Console Output

19:38:03 + docker build -t dockerpinata/docker-py:sshdind-fc1a4dad95d3435a82739dbd3ac968634b2c0f75 -f tests/Dockerfile-ssh-dind .
19:38:03 Sending build context to Docker daemon  1.376MB

19:38:03 Step 1/11 : ARG API_VERSION=1.39
19:38:03 Step 2/11 : ARG ENGINE_VERSION=19.03.12
19:38:03 Step 3/11 : FROM docker:${ENGINE_VERSION}-dind
19:38:03  ---> 66dc2d45749a
19:38:03 Step 4/11 : RUN apk add --no-cache 		openssh
19:38:03  ---> Using cache
19:38:03  ---> 8b1b5be5803c
19:38:03 Step 5/11 : RUN ssh-keygen -A
19:38:03  ---> Using cache
19:38:03  ---> 8765471c3364
19:38:03 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
19:38:03  ---> Using cache
19:38:03  ---> 88d71911f741
19:38:03 Step 7/11 : COPY tests/ssh-keys/authorized_keys /root/.ssh/authorized_keys
19:38:03  ---> Using cache
19:38:03  ---> beb98ffccc47
19:38:03 Step 8/11 : RUN chmod 600 /root/.ssh/authorized_keys
19:38:03  ---> Using cache
19:38:03  ---> 8227fa751c49
19:38:03 Step 9/11 : RUN echo "root:root" | chpasswd
19:38:03  ---> Using cache
19:38:03  ---> d0774dabf271
19:38:03 Step 10/11 : RUN ln -s /usr/local/bin/docker /usr/bin/docker
19:38:03  ---> Using cache
19:38:03  ---> b88e90033bac
19:38:03 Step 11/11 : EXPOSE 22
19:38:03  ---> Using cache
19:38:03  ---> b3fa2ea62ddf
19:38:03 Successfully built b3fa2ea62ddf
19:38:03 Successfully tagged dockerpinata/docker-py:sshdind-fc1a4dad95d3435a82739dbd3ac968634b2c0f75