You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 17, 2020. It is now read-only.
I am running a vsts-agent inside a kubernetes cluster. (microsoft/vsts-agent:ubuntu-16.04-docker-18.06.1-ce-standard).
When I try to run a build step from azure pipelines docker-compose exits with the following error:
Service 'xyz' failed to build: Error parsing reference: "microsoft/dotnet:2.1-aspnetcore-runtime AS base" is not a valid repository/tag: invalid reference format /usr/local/bin/docker-compose failed with return code: 1
The same build step executes without problems when it is run on a windows build agent.
The text was updated successfully, but these errors were encountered:
Are you running in AKS, some other hosted K8s service, or is this on minikube/Docker-for-Windows (with K8s orchestrator)?
You should be able to run docker info on the machine where the agent is running or just as a step in your build, and see if the server version is high enough. Im pretty sure this isnt an issue with these images but I can investigate if your server version is indeed up to date.
I am running a vsts-agent inside a kubernetes cluster. (microsoft/vsts-agent:ubuntu-16.04-docker-18.06.1-ce-standard).
When I try to run a build step from azure pipelines docker-compose exits with the following error:
Service 'xyz' failed to build: Error parsing reference: "microsoft/dotnet:2.1-aspnetcore-runtime AS base" is not a valid repository/tag: invalid reference format /usr/local/bin/docker-compose failed with return code: 1
The same build step executes without problems when it is run on a windows build agent.
The text was updated successfully, but these errors were encountered: