Skip to content

Console Output

14:24:51 + docker build -t dockerpinata/docker-py:sshdind-37e930f4d059b30261d24c5ddd315cef25e2fb87 -f tests/Dockerfile-ssh-dind .
14:24:51 Sending build context to Docker daemon  1.374MB

14:24:51 Step 1/11 : ARG API_VERSION=1.39
14:24:51 Step 2/11 : ARG ENGINE_VERSION=19.03.12
14:24:51 Step 3/11 : FROM docker:${ENGINE_VERSION}-dind
14:24:51 19.03.12-dind: Pulling from library/docker
14:24:51 df20fa9351a1: Already exists
14:24:51 25ad7478873d: Already exists
14:24:51 4684f6177b5d: Already exists
14:24:51 46e300cec669: Already exists
14:24:51 63038576ad94: Already exists
14:24:51 0fdb76c4706c: Already exists
14:24:51 cb7edeffdfd5: Already exists
14:24:51 cc28bd76800f: Already exists
14:24:51 54196fe38f7e: Already exists
14:24:51 ea71acc29633: Already exists
14:24:51 657cc4c15165: Already exists
14:24:51 Digest: sha256:674f1f40ff7c8ac14f5d8b6b28d8fb1f182647ff75304d018003f1e21a0d8771
14:24:51 Status: Downloaded newer image for docker:19.03.12-dind
14:24:51  ---> 66dc2d45749a
14:24:51 Step 4/11 : RUN apk add --no-cache 		openssh
14:24:51  ---> Running in e3fd1ac3c506
14:24:52 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz
14:24:53 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz
14:24:53 (1/4) Installing openssh-sftp-server (8.3_p1-r2)
14:24:53 (2/4) Installing openssh-server-common (8.3_p1-r2)
14:24:53 (3/4) Installing openssh-server (8.3_p1-r2)
14:24:53 (4/4) Installing openssh (8.3_p1-r2)
14:24:53 Executing busybox-1.31.1-r16.trigger
14:24:53 OK: 28 MiB in 51 packages
14:24:54 Removing intermediate container e3fd1ac3c506
14:24:54  ---> 63c1687e803a
14:24:54 Step 5/11 : RUN ssh-keygen -A
14:24:54  ---> Running in d66fa8d8c8d4
14:24:54 ssh-keygen: generating new host keys: RSA DSA ECDSA ED25519 
14:24:55 Removing intermediate container d66fa8d8c8d4
14:24:55  ---> 312b8d449d1f
14:24:55 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:24:55  ---> Running in a9394f552323
14:24:56 Removing intermediate container a9394f552323
14:24:56  ---> d3a9c05a5ae4
14:24:56 Step 7/11 : COPY tests/ssh-keys/authorized_keys /root/.ssh/authorized_keys
14:24:56  ---> 0f66fa255239
14:24:56 Step 8/11 : RUN chmod 600 /root/.ssh/authorized_keys
14:24:56  ---> Running in af299b476a2e
14:24:57 Removing intermediate container af299b476a2e
14:24:57  ---> acc2375561f7
14:24:57 Step 9/11 : RUN echo "root:root" | chpasswd
14:24:57  ---> Running in 511df6d3a7fc
14:24:57 chpasswd: password for 'root' changed
14:24:57 Removing intermediate container 511df6d3a7fc
14:24:57  ---> 1dcc7e529f1d
14:24:57 Step 10/11 : RUN ln -s /usr/local/bin/docker /usr/bin/docker
14:24:57  ---> Running in a1e1b0583782
14:24:58 Removing intermediate container a1e1b0583782
14:24:58  ---> b40866aa5a61
14:24:58 Step 11/11 : EXPOSE 22
14:24:58  ---> Running in 3883066f51da
14:24:58 Removing intermediate container 3883066f51da
14:24:58  ---> 30e95d6658e0
14:24:58 Successfully built 30e95d6658e0
14:24:58 Successfully tagged dockerpinata/docker-py:sshdind-37e930f4d059b30261d24c5ddd315cef25e2fb87