Skip to content

Console Output

14:17:55 + docker build -t dockerpinata/docker-py:sshdind-ee75e109a1b0527fa755b283a6af06aa1197c395 -f tests/Dockerfile-ssh-dind .
14:17:55 Sending build context to Docker daemon  1.375MB

14:17:55 Step 1/11 : ARG API_VERSION=1.39
14:17:55 Step 2/11 : ARG ENGINE_VERSION=19.03.12
14:17:55 Step 3/11 : FROM docker:${ENGINE_VERSION}-dind
14:17:55 19.03.12-dind: Pulling from library/docker
14:17:55 df20fa9351a1: Already exists
14:17:55 25ad7478873d: Already exists
14:17:55 4684f6177b5d: Already exists
14:17:55 46e300cec669: Already exists
14:17:55 63038576ad94: Already exists
14:17:55 0fdb76c4706c: Already exists
14:17:55 cb7edeffdfd5: Already exists
14:17:55 cc28bd76800f: Already exists
14:17:55 54196fe38f7e: Already exists
14:17:55 ea71acc29633: Already exists
14:17:55 657cc4c15165: Already exists
14:17:55 Digest: sha256:674f1f40ff7c8ac14f5d8b6b28d8fb1f182647ff75304d018003f1e21a0d8771
14:17:55 Status: Downloaded newer image for docker:19.03.12-dind
14:17:55  ---> 66dc2d45749a
14:17:55 Step 4/11 : RUN apk add --no-cache 		openssh
14:17:55  ---> Running in cbf0cec1f959
14:17:56 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz
14:17:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz
14:17:57 (1/4) Installing openssh-sftp-server (8.3_p1-r1)
14:17:57 (2/4) Installing openssh-server-common (8.3_p1-r1)
14:17:57 (3/4) Installing openssh-server (8.3_p1-r1)
14:17:57 (4/4) Installing openssh (8.3_p1-r1)
14:17:57 Executing busybox-1.31.1-r16.trigger
14:17:57 OK: 28 MiB in 51 packages
14:17:57 Removing intermediate container cbf0cec1f959
14:17:57  ---> 7da22971a317
14:17:57 Step 5/11 : RUN ssh-keygen -A
14:17:57  ---> Running in 8cb7947d4f68
14:17:58 ssh-keygen: generating new host keys: RSA DSA ECDSA ED25519 
14:17:59 Removing intermediate container 8cb7947d4f68
14:17:59  ---> 2d0d664738d4
14:17:59 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:17:59  ---> Running in a82a133f2290
14:17:59 Removing intermediate container a82a133f2290
14:17:59  ---> 45eaea9e43c6
14:17:59 Step 7/11 : COPY tests/ssh-keys/authorized_keys /root/.ssh/authorized_keys
14:18:00  ---> fcb4db0e1399
14:18:00 Step 8/11 : RUN chmod 600 /root/.ssh/authorized_keys
14:18:00  ---> Running in 2ce48a8eba74
14:18:00 Removing intermediate container 2ce48a8eba74
14:18:00  ---> 61c9e910265f
14:18:00 Step 9/11 : RUN echo "root:root" | chpasswd
14:18:00  ---> Running in b83a7255aaec
14:18:01 chpasswd: password for 'root' changed
14:18:01 Removing intermediate container b83a7255aaec
14:18:01  ---> d75dafd4b8b6
14:18:01 Step 10/11 : RUN ln -s /usr/local/bin/docker /usr/bin/docker
14:18:01  ---> Running in 84dbdd31f5e2
14:18:02 Removing intermediate container 84dbdd31f5e2
14:18:02  ---> 2bd699e35865
14:18:02 Step 11/11 : EXPOSE 22
14:18:02  ---> Running in 309db9a591a7
14:18:02 Removing intermediate container 309db9a591a7
14:18:02  ---> 0f5bb6c7709e
14:18:02 Successfully built 0f5bb6c7709e
14:18:02 Successfully tagged dockerpinata/docker-py:sshdind-ee75e109a1b0527fa755b283a6af06aa1197c395