Skip to content

Console Output

14:40:49 + docker build -t dockerpinata/docker-py:sshdind-c5fc19385765b2724285689a94c408cfd486f210 -f tests/Dockerfile-ssh-dind .
14:40:49 Sending build context to Docker daemon  1.369MB

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