Skip to content

Console Output

13:39:13 + docker build -t dockerpinata/docker-py:sshdind-ac9ae1f249c7635b3fd12b12d293f1c9848aaef5 -f tests/Dockerfile-ssh-dind .
13:39:13 Sending build context to Docker daemon  1.372MB

13:39:13 Step 1/11 : ARG API_VERSION=1.39
13:39:13 Step 2/11 : ARG ENGINE_VERSION=19.03.12
13:39:13 Step 3/11 : FROM docker:${ENGINE_VERSION}-dind
13:39:13 19.03.12-dind: Pulling from library/docker
13:39:13 df20fa9351a1: Already exists
13:39:13 25ad7478873d: Already exists
13:39:13 4684f6177b5d: Already exists
13:39:13 46e300cec669: Already exists
13:39:13 63038576ad94: Already exists
13:39:13 0fdb76c4706c: Already exists
13:39:13 cb7edeffdfd5: Already exists
13:39:13 cc28bd76800f: Already exists
13:39:13 54196fe38f7e: Already exists
13:39:13 ea71acc29633: Already exists
13:39:13 657cc4c15165: Already exists
13:39:13 Digest: sha256:674f1f40ff7c8ac14f5d8b6b28d8fb1f182647ff75304d018003f1e21a0d8771
13:39:13 Status: Downloaded newer image for docker:19.03.12-dind
13:39:13  ---> 66dc2d45749a
13:39:13 Step 4/11 : RUN apk add --no-cache 		openssh
13:39:13  ---> Running in 0fac83fedce1
13:39:14 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz
13:39:15 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz
13:39:15 (1/4) Installing openssh-sftp-server (8.3_p1-r2)
13:39:15 (2/4) Installing openssh-server-common (8.3_p1-r2)
13:39:15 (3/4) Installing openssh-server (8.3_p1-r2)
13:39:15 (4/4) Installing openssh (8.3_p1-r2)
13:39:15 Executing busybox-1.31.1-r16.trigger
13:39:15 OK: 28 MiB in 51 packages
13:39:15 Removing intermediate container 0fac83fedce1
13:39:15  ---> d8423a8406ec
13:39:15 Step 5/11 : RUN ssh-keygen -A
13:39:15  ---> Running in 9c852c07899a
13:39:16 ssh-keygen: generating new host keys: RSA DSA ECDSA ED25519 
13:39:16 Removing intermediate container 9c852c07899a
13:39:16  ---> 7facd11bebd8
13:39:16 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
13:39:16  ---> Running in e6623f77190a
13:39:17 Removing intermediate container e6623f77190a
13:39:17  ---> 73845970319e
13:39:17 Step 7/11 : COPY tests/ssh-keys/authorized_keys /root/.ssh/authorized_keys
13:39:17  ---> d7c93a6b9875
13:39:17 Step 8/11 : RUN chmod 600 /root/.ssh/authorized_keys
13:39:17  ---> Running in a6e53ceef0fa
13:39:18 Removing intermediate container a6e53ceef0fa
13:39:18  ---> 6bab6aca3f75
13:39:18 Step 9/11 : RUN echo "root:root" | chpasswd
13:39:18  ---> Running in bc19590a8586
13:39:18 chpasswd: password for 'root' changed
13:39:19 Removing intermediate container bc19590a8586
13:39:19  ---> 8250666a03f3
13:39:19 Step 10/11 : RUN ln -s /usr/local/bin/docker /usr/bin/docker
13:39:19  ---> Running in 83d2418855ce
13:39:20 Removing intermediate container 83d2418855ce
13:39:20  ---> 89ab57187ff5
13:39:20 Step 11/11 : EXPOSE 22
13:39:20  ---> Running in 0ac8cb5b8b26
13:39:20 Removing intermediate container 0ac8cb5b8b26
13:39:20  ---> c0ebb74c8199
13:39:20 Successfully built c0ebb74c8199
13:39:20 Successfully tagged dockerpinata/docker-py:sshdind-ac9ae1f249c7635b3fd12b12d293f1c9848aaef5