Image resource on Windows without default platform results in invalid platform selection #535
Labels
kind/bug
Some behavior is incorrect or out of spec
p1
A bug severe enough to be the next item assigned to an engineer
resolution/fixed
This issue was fixed
Milestone
When building an image like so on Windows:
With this Dockerfile:
The program fails with:
This appears to be the result of joining "windows" and "amd64" via
filepath.Join()
.The text was updated successfully, but these errors were encountered: