Skip to content

Console Output

17:11:29 + docker build -t dockerpinata/docker-py:sshdind-23cc7b6d8d29d97b4eaa8e9087c940fda786fd8b -f tests/Dockerfile-ssh-dind .
17:11:29 Sending build context to Docker daemon   1.37MB

17:11:29 Step 1/11 : ARG API_VERSION=1.39
17:11:29 Step 2/11 : ARG ENGINE_VERSION=19.03.12
17:11:29 Step 3/11 : FROM docker:${ENGINE_VERSION}-dind
17:11:29 19.03.12-dind: Pulling from library/docker
17:11:29 df20fa9351a1: Already exists
17:11:29 25ad7478873d: Already exists
17:11:29 4684f6177b5d: Already exists
17:11:29 46e300cec669: Already exists
17:11:29 63038576ad94: Already exists
17:11:29 0fdb76c4706c: Already exists
17:11:29 cb7edeffdfd5: Already exists
17:11:29 cc28bd76800f: Already exists
17:11:29 54196fe38f7e: Already exists
17:11:29 ea71acc29633: Already exists
17:11:29 657cc4c15165: Already exists
17:11:29 Digest: sha256:674f1f40ff7c8ac14f5d8b6b28d8fb1f182647ff75304d018003f1e21a0d8771
17:11:29 Status: Downloaded newer image for docker:19.03.12-dind
17:11:29  ---> 66dc2d45749a
17:11:29 Step 4/11 : RUN apk add --no-cache 		openssh
17:11:30  ---> Running in 15b59f33922a
17:11:30 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz
17:11:31 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz
17:11:31 (1/4) Installing openssh-sftp-server (8.3_p1-r2)
17:11:31 (2/4) Installing openssh-server-common (8.3_p1-r2)
17:11:31 (3/4) Installing openssh-server (8.3_p1-r2)
17:11:31 (4/4) Installing openssh (8.3_p1-r2)
17:11:31 Executing busybox-1.31.1-r16.trigger
17:11:31 OK: 28 MiB in 51 packages
17:11:32 Removing intermediate container 15b59f33922a
17:11:32  ---> 1f9a609df69d
17:11:32 Step 5/11 : RUN ssh-keygen -A
17:11:32  ---> Running in 92bb74640860
17:11:32 ssh-keygen: generating new host keys: RSA DSA ECDSA ED25519 
17:11:33 Removing intermediate container 92bb74640860
17:11:33  ---> c7ee2c532d73
17:11:33 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
17:11:33  ---> Running in 400c11fead8e
17:11:34 Removing intermediate container 400c11fead8e
17:11:34  ---> d71494bc951c
17:11:34 Step 7/11 : COPY tests/ssh-keys/authorized_keys /root/.ssh/authorized_keys
17:11:34  ---> 8536c436cdc2
17:11:34 Step 8/11 : RUN chmod 600 /root/.ssh/authorized_keys
17:11:34  ---> Running in e72acb256dc1
17:11:35 Removing intermediate container e72acb256dc1
17:11:35  ---> 757e78d9f147
17:11:35 Step 9/11 : RUN echo "root:root" | chpasswd
17:11:35  ---> Running in 9a8c85c2c0b9
17:11:35 chpasswd: password for 'root' changed
17:11:36 Removing intermediate container 9a8c85c2c0b9
17:11:36  ---> 5365e2dcbf78
17:11:36 Step 10/11 : RUN ln -s /usr/local/bin/docker /usr/bin/docker
17:11:36  ---> Running in 1bc9495d3097
17:11:36 Removing intermediate container 1bc9495d3097
17:11:36  ---> 70d54c92eb5a
17:11:36 Step 11/11 : EXPOSE 22
17:11:36  ---> Running in 6e4d86895444
17:11:36 Removing intermediate container 6e4d86895444
17:11:36  ---> 7b28645deb82
17:11:36 Successfully built 7b28645deb82
17:11:36 Successfully tagged dockerpinata/docker-py:sshdind-23cc7b6d8d29d97b4eaa8e9087c940fda786fd8b