Skip to content
Snippets Groups Projects
Commit 039e3c77 authored by nimrod's avatar nimrod
Browse files

Ignore error when showing docker version, it's fine that the server is not running.

parent 046181fd
No related branches found
No related tags found
No related merge requests found
......@@ -14,7 +14,7 @@ COPY --from=docker /usr/local/bin/docker /usr/local/bin/
COPY --from=ecs /go/bin/docker-credential-ecr-login /usr/local/bin/ecs-cli /usr/local/bin/kubectl /usr/local/bin/
COPY --from=authenticator /heptio-authenticator-aws /usr/local/bin/
RUN pip install --no-cache-dir --progress-bar=off awscli docker-compose && \
docker version && \
{ docker version || true; } && \
docker-credential-ecr-login version && \
ecs-cli --version && \
kubectl version --client && \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment