Skip to content

Console Output

19:41:36 + docker build -t dockerpinata/docker-py:sshdind-3f72ee870baa572f3461279c9925e75eec544bad -f tests/Dockerfile-ssh-dind .
19:41:36 Sending build context to Docker daemon  1.373MB

19:41:36 Step 1/11 : ARG API_VERSION=1.39
19:41:36 Step 2/11 : ARG ENGINE_VERSION=19.03.12
19:41:36 Step 3/11 : FROM docker:${ENGINE_VERSION}-dind
19:41:37 19.03.12-dind: Pulling from library/docker
19:41:37 df20fa9351a1: Already exists
19:41:37 25ad7478873d: Already exists
19:41:37 4684f6177b5d: Already exists
19:41:37 46e300cec669: Already exists
19:41:37 63038576ad94: Already exists
19:41:37 0fdb76c4706c: Already exists
19:41:37 cb7edeffdfd5: Already exists
19:41:37 cc28bd76800f: Already exists
19:41:37 54196fe38f7e: Already exists
19:41:37 ea71acc29633: Already exists
19:41:37 657cc4c15165: Already exists
19:41:37 Digest: sha256:674f1f40ff7c8ac14f5d8b6b28d8fb1f182647ff75304d018003f1e21a0d8771
19:41:37 Status: Downloaded newer image for docker:19.03.12-dind
19:41:37  ---> 66dc2d45749a
19:41:37 Step 4/11 : RUN apk add --no-cache 		openssh
19:41:37  ---> Running in 7b7c6f52c4f4
19:41:37 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz
19:41:38 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz
19:41:38 (1/4) Installing openssh-sftp-server (8.3_p1-r3)
19:41:38 (2/4) Installing openssh-server-common (8.3_p1-r3)
19:41:38 (3/4) Installing openssh-server (8.3_p1-r3)
19:41:38 (4/4) Installing openssh (8.3_p1-r3)
19:41:39 Executing busybox-1.31.1-r16.trigger
19:41:39 OK: 28 MiB in 51 packages
19:41:39 Removing intermediate container 7b7c6f52c4f4
19:41:39  ---> 7319afb19d12
19:41:39 Step 5/11 : RUN ssh-keygen -A
19:41:39  ---> Running in 640fea2dc72e
19:41:40 ssh-keygen: generating new host keys: RSA DSA ECDSA ED25519 
19:41:40 Removing intermediate container 640fea2dc72e
19:41:40  ---> b42976f26d90
19:41:40 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
19:41:40  ---> Running in ae351135ca5e
19:41:41 Removing intermediate container ae351135ca5e
19:41:41  ---> c29cc919687a
19:41:41 Step 7/11 : COPY tests/ssh-keys/authorized_keys /root/.ssh/authorized_keys
19:41:41  ---> b8f6cf11b6ae
19:41:41 Step 8/11 : RUN chmod 600 /root/.ssh/authorized_keys
19:41:41  ---> Running in 644d1ff9350c
19:41:41 Removing intermediate container 644d1ff9350c
19:41:41  ---> 2b04bf94cad5
19:41:41 Step 9/11 : RUN echo "root:root" | chpasswd
19:41:41  ---> Running in c81a5ed2c033
19:41:42 chpasswd: password for 'root' changed
19:41:42 Removing intermediate container c81a5ed2c033
19:41:42  ---> a7ed33835804
19:41:42 Step 10/11 : RUN ln -s /usr/local/bin/docker /usr/bin/docker
19:41:42  ---> Running in 4b6f07c1b0a8
19:41:43 Removing intermediate container 4b6f07c1b0a8
19:41:43  ---> 0c4d090b5eb4
19:41:43 Step 11/11 : EXPOSE 22
19:41:43  ---> Running in 04b422eb8982
19:41:43 Removing intermediate container 04b422eb8982
19:41:43  ---> 3e0e895fd681
19:41:43 Successfully built 3e0e895fd681
19:41:43 Successfully tagged dockerpinata/docker-py:sshdind-3f72ee870baa572f3461279c9925e75eec544bad