Console Output
14:43:28 + docker build -t dockerbuildbot/docker-py:sshdind-f1af005eca8760d332a8a25168c53ac7f8748a26 -f tests/Dockerfile-ssh-dind .
14:43:28 Sending build context to Docker daemon 1.37MB
14:43:28 Step 1/11 : ARG API_VERSION=1.39
14:43:28 Step 2/11 : ARG ENGINE_VERSION=19.03.12
14:43:28 Step 3/11 : FROM docker:${ENGINE_VERSION}-dind
14:43:28 19.03.12-dind: Pulling from library/docker
14:43:28 df20fa9351a1: Already exists
14:43:28 25ad7478873d: Already exists
14:43:28 4684f6177b5d: Already exists
14:43:28 46e300cec669: Already exists
14:43:28 63038576ad94: Already exists
14:43:28 0fdb76c4706c: Already exists
14:43:28 cb7edeffdfd5: Already exists
14:43:28 cc28bd76800f: Already exists
14:43:28 54196fe38f7e: Already exists
14:43:28 ea71acc29633: Already exists
14:43:28 657cc4c15165: Already exists
14:43:28 Digest: sha256:674f1f40ff7c8ac14f5d8b6b28d8fb1f182647ff75304d018003f1e21a0d8771
14:43:28 Status: Downloaded newer image for docker:19.03.12-dind
14:43:28 ---> 66dc2d45749a
14:43:28 Step 4/11 : RUN apk add --no-cache openssh
14:43:29 ---> Running in 2484581523ca
14:43:29 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz
14:43:30 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz
14:43:30 (1/4) Installing openssh-sftp-server (8.3_p1-r1)
14:43:30 (2/4) Installing openssh-server-common (8.3_p1-r1)
14:43:30 (3/4) Installing openssh-server (8.3_p1-r1)
14:43:30 (4/4) Installing openssh (8.3_p1-r1)
14:43:30 Executing busybox-1.31.1-r16.trigger
14:43:30 OK: 28 MiB in 51 packages
14:43:31 Removing intermediate container 2484581523ca
14:43:31 ---> c5c2785c613c
14:43:31 Step 5/11 : RUN ssh-keygen -A
14:43:31 ---> Running in 744f1380a0fd
14:43:32 ssh-keygen: generating new host keys: RSA DSA ECDSA ED25519
14:43:33 Removing intermediate container 744f1380a0fd
14:43:33 ---> f86f7b83c607
14:43: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
14:43:33 ---> Running in ae437384a4e3
14:43:33 Removing intermediate container ae437384a4e3
14:43:33 ---> f68ebd7d863a
14:43:33 Step 7/11 : COPY tests/ssh-keys/authorized_keys /root/.ssh/authorized_keys
14:43:34 ---> 27d1c299da3d
14:43:34 Step 8/11 : RUN chmod 600 /root/.ssh/authorized_keys
14:43:34 ---> Running in 750a36f5112f
14:43:35 Removing intermediate container 750a36f5112f
14:43:35 ---> 74ef3e37260b
14:43:35 Step 9/11 : RUN echo "root:root" | chpasswd
14:43:35 ---> Running in 145e8d48a965
14:43:36 [91mchpasswd: password for 'root' changed
14:43:36 [0mRemoving intermediate container 145e8d48a965
14:43:36 ---> dc820cbb2a59
14:43:36 Step 10/11 : RUN ln -s /usr/local/bin/docker /usr/bin/docker
14:43:36 ---> Running in e1d49fe22294
14:43:37 Removing intermediate container e1d49fe22294
14:43:37 ---> 3fe54a526fb7
14:43:37 Step 11/11 : EXPOSE 22
14:43:37 ---> Running in e2cbd15f9e35
14:43:37 Removing intermediate container e2cbd15f9e35
14:43:37 ---> f8a40dd4dac2
14:43:37 Successfully built f8a40dd4dac2
14:43:37 Successfully tagged dockerbuildbot/docker-py:sshdind-f1af005eca8760d332a8a25168c53ac7f8748a26