SIGN IN SIGN UP
docker / compose UNCLAIMED

Define and run multi-container applications with Docker

0 0 63 Go

fix: preserve ssh:// URL scheme in dockerFilePath

filepath.Join cleans its arguments, collapsing the double slash in
ssh:// URLs to a single slash (ssh:/), corrupting the scheme before
it reaches buildx. Return the dockerfile as-is for any URL-schemed
context, matching the existing behaviour for git:// and https:// URLs.

Fixes the issue #13668

Signed-off-by: Samaresh Kumar Singh <ssam3003@gmail.com>
S
Samaresh Kumar Singh committed
612b8c567ea71c143b77a28c59b7f23c77d63665
Parent: ef86a6e
Committed by Guillaume Lours <705411+glours@users.noreply.github.com> on 3/27/2026, 9:12:59 AM