Skip to content

Console Output

19:49:14 + docker build -t dockerpinata/docker-py:sshdind-b9ca58a56d97847d8385fd0248ed7bf3c0ea9b90 -f tests/Dockerfile-ssh-dind .
19:49:14 Sending build context to Docker daemon  1.374MB

19:49:14 Step 1/11 : ARG API_VERSION=1.39
19:49:14 Step 2/11 : ARG ENGINE_VERSION=19.03.12
19:49:14 Step 3/11 : FROM docker:${ENGINE_VERSION}-dind
19:49:14  ---> 66dc2d45749a
19:49:14 Step 4/11 : RUN apk add --no-cache 		openssh
19:49:14  ---> Using cache
19:49:14  ---> ae0741440dab
19:49:14 Step 5/11 : RUN ssh-keygen -A
19:49:14  ---> Using cache
19:49:14  ---> 2e0a122b9243
19:49:14 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:49:14  ---> Using cache
19:49:14  ---> 9426a63f0bc9
19:49:14 Step 7/11 : COPY tests/ssh-keys/authorized_keys /root/.ssh/authorized_keys
19:49:14  ---> Using cache
19:49:14  ---> 302039b6f15d
19:49:14 Step 8/11 : RUN chmod 600 /root/.ssh/authorized_keys
19:49:14  ---> Using cache
19:49:14  ---> 9cae7204f489
19:49:14 Step 9/11 : RUN echo "root:root" | chpasswd
19:49:14  ---> Using cache
19:49:14  ---> f29b54490a23
19:49:14 Step 10/11 : RUN ln -s /usr/local/bin/docker /usr/bin/docker
19:49:14  ---> Using cache
19:49:14  ---> d27e0fb9f31f
19:49:14 Step 11/11 : EXPOSE 22
19:49:14  ---> Using cache
19:49:14  ---> 5b92c8ad4a53
19:49:14 Successfully built 5b92c8ad4a53
19:49:14 Successfully tagged dockerpinata/docker-py:sshdind-b9ca58a56d97847d8385fd0248ed7bf3c0ea9b90