Skip to content

Console Output

14:23:58 + docker build -t dockerpinata/docker-py:sshdind-0a016ff523d4810f5d6ad25535321effb95a95e2 -f tests/Dockerfile-ssh-dind .
14:23:58 Sending build context to Docker daemon  1.369MB

14:23:58 Step 1/11 : ARG API_VERSION=1.39
14:23:58 Step 2/11 : ARG ENGINE_VERSION=19.03.12
14:23:58 Step 3/11 : FROM docker:${ENGINE_VERSION}-dind
14:23:58  ---> 66dc2d45749a
14:23:58 Step 4/11 : RUN apk add --no-cache 		openssh
14:23:58  ---> Using cache
14:23:58  ---> 0803e8839773
14:23:58 Step 5/11 : RUN ssh-keygen -A
14:23:58  ---> Using cache
14:23:58  ---> 74c4936ba283
14:23:58 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:23:58  ---> Using cache
14:23:58  ---> 78cdeb64d6a0
14:23:58 Step 7/11 : COPY tests/ssh-keys/authorized_keys /root/.ssh/authorized_keys
14:23:58  ---> Using cache
14:23:58  ---> 50ad887cfb32
14:23:58 Step 8/11 : RUN chmod 600 /root/.ssh/authorized_keys
14:23:58  ---> Using cache
14:23:58  ---> 609b7a81f083
14:23:58 Step 9/11 : RUN echo "root:root" | chpasswd
14:23:58  ---> Using cache
14:23:58  ---> d68092382ec7
14:23:58 Step 10/11 : RUN ln -s /usr/local/bin/docker /usr/bin/docker
14:23:58  ---> Using cache
14:23:58  ---> e8d6bc3cceec
14:23:58 Step 11/11 : EXPOSE 22
14:23:58  ---> Using cache
14:23:58  ---> 6675cc63e274
14:23:58 Successfully built 6675cc63e274
14:23:58 Successfully tagged dockerpinata/docker-py:sshdind-0a016ff523d4810f5d6ad25535321effb95a95e2