Skip to content

Console Output

19:46:10 + docker build -t dockerpinata/docker-py:sshdind-2e6dad798324a1d993314f39e9a844b705b61e0d -f tests/Dockerfile-ssh-dind .
19:46:10 Sending build context to Docker daemon  1.373MB

19:46:10 Step 1/11 : ARG API_VERSION=1.39
19:46:10 Step 2/11 : ARG ENGINE_VERSION=19.03.12
19:46:10 Step 3/11 : FROM docker:${ENGINE_VERSION}-dind
19:46:10  ---> 66dc2d45749a
19:46:10 Step 4/11 : RUN apk add --no-cache 		openssh
19:46:10  ---> Using cache
19:46:10  ---> ae0741440dab
19:46:10 Step 5/11 : RUN ssh-keygen -A
19:46:10  ---> Using cache
19:46:10  ---> 2e0a122b9243
19:46:10 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:46:10  ---> Using cache
19:46:10  ---> 9426a63f0bc9
19:46:10 Step 7/11 : COPY tests/ssh-keys/authorized_keys /root/.ssh/authorized_keys
19:46:10  ---> Using cache
19:46:10  ---> 302039b6f15d
19:46:10 Step 8/11 : RUN chmod 600 /root/.ssh/authorized_keys
19:46:10  ---> Using cache
19:46:10  ---> 9cae7204f489
19:46:10 Step 9/11 : RUN echo "root:root" | chpasswd
19:46:10  ---> Using cache
19:46:10  ---> f29b54490a23
19:46:10 Step 10/11 : RUN ln -s /usr/local/bin/docker /usr/bin/docker
19:46:10  ---> Using cache
19:46:10  ---> d27e0fb9f31f
19:46:10 Step 11/11 : EXPOSE 22
19:46:10  ---> Using cache
19:46:10  ---> 5b92c8ad4a53
19:46:10 Successfully built 5b92c8ad4a53
19:46:10 Successfully tagged dockerpinata/docker-py:sshdind-2e6dad798324a1d993314f39e9a844b705b61e0d