Skip to content

Console Output

12:37:30 + docker build -t dockerpinata/docker-py:sshdind-85d2057acefb41120300d7870bfa620f46064f3c -f tests/Dockerfile-ssh-dind .
12:37:30 Sending build context to Docker daemon  1.373MB

12:37:30 Step 1/11 : ARG API_VERSION=1.39
12:37:30 Step 2/11 : ARG ENGINE_VERSION=19.03.12
12:37:30 Step 3/11 : FROM docker:${ENGINE_VERSION}-dind
12:37:30  ---> 66dc2d45749a
12:37:30 Step 4/11 : RUN apk add --no-cache 		openssh
12:37:30  ---> Using cache
12:37:30  ---> 25b30babc821
12:37:30 Step 5/11 : RUN ssh-keygen -A
12:37:30  ---> Using cache
12:37:30  ---> c102dd492a7f
12:37:30 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
12:37:30  ---> Using cache
12:37:30  ---> 9d9a053a8ae6
12:37:30 Step 7/11 : COPY tests/ssh-keys/authorized_keys /root/.ssh/authorized_keys
12:37:30  ---> Using cache
12:37:30  ---> df94f8edb3e8
12:37:30 Step 8/11 : RUN chmod 600 /root/.ssh/authorized_keys
12:37:30  ---> Using cache
12:37:30  ---> a276e22256eb
12:37:30 Step 9/11 : RUN echo "root:root" | chpasswd
12:37:30  ---> Using cache
12:37:30  ---> 53586253ec27
12:37:30 Step 10/11 : RUN ln -s /usr/local/bin/docker /usr/bin/docker
12:37:30  ---> Using cache
12:37:30  ---> 75dd5e4f34fc
12:37:30 Step 11/11 : EXPOSE 22
12:37:30  ---> Using cache
12:37:30  ---> 8854eaa8fe9e
12:37:30 Successfully built 8854eaa8fe9e
12:37:30 Successfully tagged dockerpinata/docker-py:sshdind-85d2057acefb41120300d7870bfa620f46064f3c