Skip to content

Console Output

13:32:24 + docker build -t dockerpinata/docker-py:sshdind-d6706e8b8221d40a400c2b86ab379131cc3f2064 -f tests/Dockerfile-ssh-dind .
13:32:24 Sending build context to Docker daemon  1.374MB

13:32:24 Step 1/11 : ARG API_VERSION=1.39
13:32:24 Step 2/11 : ARG ENGINE_VERSION=19.03.12
13:32:24 Step 3/11 : FROM docker:${ENGINE_VERSION}-dind
13:32:24  ---> 66dc2d45749a
13:32:24 Step 4/11 : RUN apk add --no-cache 		openssh
13:32:24  ---> Using cache
13:32:24  ---> 2f800789a30c
13:32:24 Step 5/11 : RUN ssh-keygen -A
13:32:24  ---> Using cache
13:32:24  ---> a9765720581d
13:32:24 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
13:32:24  ---> Using cache
13:32:24  ---> f5339f346dd2
13:32:24 Step 7/11 : COPY tests/ssh-keys/authorized_keys /root/.ssh/authorized_keys
13:32:24  ---> Using cache
13:32:24  ---> 3af62a8d80cd
13:32:24 Step 8/11 : RUN chmod 600 /root/.ssh/authorized_keys
13:32:24  ---> Using cache
13:32:24  ---> 2e5ab5ac192c
13:32:24 Step 9/11 : RUN echo "root:root" | chpasswd
13:32:24  ---> Using cache
13:32:24  ---> 1892433f7bab
13:32:24 Step 10/11 : RUN ln -s /usr/local/bin/docker /usr/bin/docker
13:32:24  ---> Using cache
13:32:24  ---> 0ef32a9d1a51
13:32:24 Step 11/11 : EXPOSE 22
13:32:24  ---> Using cache
13:32:24  ---> c13fa3dc5d0a
13:32:24 Successfully built c13fa3dc5d0a
13:32:24 Successfully tagged dockerpinata/docker-py:sshdind-d6706e8b8221d40a400c2b86ab379131cc3f2064