Skip to content

Console Output

12:42:25 + docker build -t dockerpinata/docker-py:sshdind-d58ca9720725219fd25a4145b8b5adbe1ed2ebc5 -f tests/Dockerfile-ssh-dind .
12:42:25 Sending build context to Docker daemon  1.373MB

12:42:25 Step 1/11 : ARG API_VERSION=1.39
12:42:25 Step 2/11 : ARG ENGINE_VERSION=19.03.12
12:42:25 Step 3/11 : FROM docker:${ENGINE_VERSION}-dind
12:42:25  ---> 66dc2d45749a
12:42:25 Step 4/11 : RUN apk add --no-cache 		openssh
12:42:25  ---> Using cache
12:42:25  ---> 16111a822f65
12:42:25 Step 5/11 : RUN ssh-keygen -A
12:42:25  ---> Using cache
12:42:25  ---> f6a13d20ca77
12:42:25 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:42:25  ---> Using cache
12:42:25  ---> 06f6afcce294
12:42:25 Step 7/11 : COPY tests/ssh-keys/authorized_keys /root/.ssh/authorized_keys
12:42:25  ---> Using cache
12:42:25  ---> 83f0e29c727a
12:42:25 Step 8/11 : RUN chmod 600 /root/.ssh/authorized_keys
12:42:25  ---> Using cache
12:42:25  ---> b2c9c1f34a04
12:42:25 Step 9/11 : RUN echo "root:root" | chpasswd
12:42:25  ---> Using cache
12:42:25  ---> 563f965dcfc0
12:42:25 Step 10/11 : RUN ln -s /usr/local/bin/docker /usr/bin/docker
12:42:25  ---> Using cache
12:42:25  ---> ecc6a3b4ff82
12:42:25 Step 11/11 : EXPOSE 22
12:42:25  ---> Using cache
12:42:25  ---> 5045d1d16b6e
12:42:25 Successfully built 5045d1d16b6e
12:42:25 Successfully tagged dockerpinata/docker-py:sshdind-d58ca9720725219fd25a4145b8b5adbe1ed2ebc5