microsoft / DockerTools

Tools For Docker, including Visual Studio Provisioning and Publishing
Other
175 stars 26 forks source link

Docker Compose Build Url #308

Closed mattpetrick closed 1 month ago

mattpetrick commented 3 years ago
version: '3.5'

services:
  hello:
    build: https://github.com/docker-library/hello-world.git#:amd64/hello-world/nanoserver-1809

works from command line (docker-compose up) but from visual studio produces the error:

2>C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\MSBuild\Sdks\Microsoft.Docker.Sdk\build\Microsoft.VisualStudio.Docker.Compose.targets(209,5): error CTC1000: The given path's format is not supported.

ucheNkadiCode commented 2 years ago

Thank you for your feedback! We've added this bug on our backlog.

dbreshears commented 1 month ago

Closing, should be fixed