Skip to content

Console Output

17:39:46 + docker build -t dockerpinata/docker-py:sshdind-2c9f905a858cf1405c06433764a4066c927ce04b -f tests/Dockerfile-ssh-dind .
17:39:46 Sending build context to Docker daemon  1.375MB

17:39:46 Step 1/11 : ARG API_VERSION=1.39
17:39:46 Step 2/11 : ARG ENGINE_VERSION=19.03.12
17:39:46 Step 3/11 : FROM docker:${ENGINE_VERSION}-dind
17:39:46 19.03.12-dind: Pulling from library/docker
17:39:46 df20fa9351a1: Already exists
17:39:46 25ad7478873d: Already exists
17:39:46 4684f6177b5d: Already exists
17:39:46 46e300cec669: Already exists
17:39:46 63038576ad94: Already exists
17:39:46 0fdb76c4706c: Already exists
17:39:46 cb7edeffdfd5: Already exists
17:39:46 cc28bd76800f: Already exists
17:39:46 54196fe38f7e: Already exists
17:39:46 ea71acc29633: Already exists
17:39:46 657cc4c15165: Already exists
17:39:46 Digest: sha256:674f1f40ff7c8ac14f5d8b6b28d8fb1f182647ff75304d018003f1e21a0d8771
17:39:46 Status: Downloaded newer image for docker:19.03.12-dind
17:39:46  ---> 66dc2d45749a
17:39:46 Step 4/11 : RUN apk add --no-cache 		openssh
17:39:46  ---> Running in 7984f227bcf7
17:39:47 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz
17:39:48 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz
17:39:48 (1/4) Installing openssh-sftp-server (8.3_p1-r3)
17:39:48 (2/4) Installing openssh-server-common (8.3_p1-r3)
17:39:48 (3/4) Installing openssh-server (8.3_p1-r3)
17:39:48 (4/4) Installing openssh (8.3_p1-r3)
17:39:48 Executing busybox-1.31.1-r16.trigger
17:39:48 OK: 28 MiB in 51 packages
17:39:49 Removing intermediate container 7984f227bcf7
17:39:49  ---> 2b290b858cba
17:39:49 Step 5/11 : RUN ssh-keygen -A
17:39:49  ---> Running in cda1203fdb22
17:39:50 ssh-keygen: generating new host keys: RSA DSA ECDSA ED25519 
17:39:50 Removing intermediate container cda1203fdb22
17:39:50  ---> bbf05271bcd6
17:39:50 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:39:50  ---> Running in bc7325f2461f
17:39:52 Removing intermediate container bc7325f2461f
17:39:52  ---> 0c128ce2f831
17:39:52 Step 7/11 : COPY tests/ssh-keys/authorized_keys /root/.ssh/authorized_keys
17:39:52  ---> 4faa9d5a1fa4
17:39:52 Step 8/11 : RUN chmod 600 /root/.ssh/authorized_keys
17:39:52  ---> Running in 4b3843c70072
17:39:53 Removing intermediate container 4b3843c70072
17:39:53  ---> 3a71782a561b
17:39:53 Step 9/11 : RUN echo "root:root" | chpasswd
17:39:53  ---> Running in 8dca0ccc896a
17:39:54 chpasswd: password for 'root' changed
17:39:54 Removing intermediate container 8dca0ccc896a
17:39:54  ---> 98160290d0bc
17:39:54 Step 10/11 : RUN ln -s /usr/local/bin/docker /usr/bin/docker
17:39:54  ---> Running in 928060367fff
17:39:56 Removing intermediate container 928060367fff
17:39:56  ---> 9985b85bf6cc
17:39:56 Step 11/11 : EXPOSE 22
17:39:56  ---> Running in faf9c4920e89
17:39:56 Removing intermediate container faf9c4920e89
17:39:56  ---> 2f5dbf934679
17:39:56 Successfully built 2f5dbf934679
17:39:56 Successfully tagged dockerpinata/docker-py:sshdind-2c9f905a858cf1405c06433764a4066c927ce04b