Skip to content

Console Output

14:08:59 + docker build -t dockerpinata/docker-py:sshdind-a33285323ef163af87cbaa5071a023efb4dc197a -f tests/Dockerfile-ssh-dind .
14:08:59 Sending build context to Docker daemon   1.38MB

14:08:59 Step 1/10 : ARG API_VERSION=1.41
14:08:59 Step 2/10 : ARG ENGINE_VERSION=20.10
14:08:59 Step 3/10 : FROM docker:${ENGINE_VERSION}-dind
14:08:59  ---> e9bf5bfbaf86
14:08:59 Step 4/10 : RUN apk add --no-cache --upgrade 		openssh
14:08:59  ---> Using cache
14:08:59  ---> 968afa8eb67a
14:08:59 Step 5/10 : COPY tests/ssh/config/server /etc/ssh/
14:08:59  ---> Using cache
14:08:59  ---> 3dbf4f555b83
14:08:59 Step 6/10 : RUN chmod -R 600 /etc/ssh
14:08:59  ---> Using cache
14:08:59  ---> 27c4b43bd4bf
14:08:59 Step 7/10 : COPY tests/ssh/config/client/id_rsa.pub /root/.ssh/authorized_keys
14:08:59  ---> Using cache
14:08:59  ---> df1897e8e272
14:08:59 Step 8/10 : RUN chmod -R 600 /root/.ssh
14:08:59  ---> Using cache
14:08:59  ---> a2ad24efc4f4
14:08:59 Step 9/10 : RUN ln -s /usr/local/bin/docker /usr/bin/docker
14:08:59  ---> Using cache
14:08:59  ---> 7383e2aaacc9
14:08:59 Step 10/10 : EXPOSE 22
14:08:59  ---> Using cache
14:08:59  ---> 15ff55ce49ab
14:08:59 Successfully built 15ff55ce49ab
14:08:59 Successfully tagged dockerpinata/docker-py:sshdind-a33285323ef163af87cbaa5071a023efb4dc197a