Skip to content

Console Output

15:20:28 + docker build -t dockerpinata/docker-py:sshdind-61590524f581f7436038e9eecba0ace61f17ddb9 -f tests/Dockerfile-ssh-dind .
15:20:28 Sending build context to Docker daemon  1.375MB

15:20:28 Step 1/11 : ARG API_VERSION=1.39
15:20:28 Step 2/11 : ARG ENGINE_VERSION=19.03.12
15:20:28 Step 3/11 : FROM docker:${ENGINE_VERSION}-dind
15:20:28  ---> 66dc2d45749a
15:20:28 Step 4/11 : RUN apk add --no-cache 		openssh
15:20:28  ---> Using cache
15:20:28  ---> d8027647619c
15:20:28 Step 5/11 : RUN ssh-keygen -A
15:20:28  ---> Running in d25f29e4b10a
15:20:29 ssh-keygen: generating new host keys: RSA DSA ECDSA ED25519 
15:20:29 Removing intermediate container d25f29e4b10a
15:20:29  ---> 283b0c153da7
15:20:29 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
15:20:29  ---> Running in 6175c3692349
15:20:30 Removing intermediate container 6175c3692349
15:20:30  ---> 7e803ccaa989
15:20:30 Step 7/11 : COPY tests/ssh-keys/authorized_keys /root/.ssh/authorized_keys
15:20:30  ---> 1805231ab416
15:20:30 Step 8/11 : RUN chmod 600 /root/.ssh/authorized_keys
15:20:30  ---> Running in 13fd873e679e
15:20:31 Removing intermediate container 13fd873e679e
15:20:31  ---> 4a55662f3b15
15:20:31 Step 9/11 : RUN echo "root:root" | chpasswd
15:20:31  ---> Running in d1b171f22585
15:20:31 chpasswd: password for 'root' changed
15:20:32 Removing intermediate container d1b171f22585
15:20:32  ---> 20b4dc9b0254
15:20:32 Step 10/11 : RUN ln -s /usr/local/bin/docker /usr/bin/docker
15:20:32  ---> Running in 7f3069f6fd44
15:20:33 Removing intermediate container 7f3069f6fd44
15:20:33  ---> 2136fa3236b2
15:20:33 Step 11/11 : EXPOSE 22
15:20:33  ---> Running in 77b2a3807b76
15:20:33 Removing intermediate container 77b2a3807b76
15:20:33  ---> 2e5903d4ceed
15:20:33 Successfully built 2e5903d4ceed
15:20:33 Successfully tagged dockerpinata/docker-py:sshdind-61590524f581f7436038e9eecba0ace61f17ddb9