AutoPacker-OSS / autopacker

MIT License
6 stars 1 forks source link

Add support for Docker building service on Windows #11

Closed ANicholasson closed 3 years ago

libanbn commented 3 years ago

Docker building are blocked on Windows because the instructions to build are biased towards UNIX.

https://github.com/AutoPacker-OSS/AutoPacker/blob/develop/file-delivery-api/src/main/java/no/autopacker/filedeliveryapi/service/DockerService.java

ANicholasson commented 3 years ago

@libanbn Could you provide more information on what you have tried, experienced and maybe how you would have "attacked" this issue?

libanbn commented 3 years ago

Basically, there is a set of basic commands on Linux that cannot run on standard Windows machines when building the Docker images. One must add the Windows-equivalent set of commands to build images when a Windows machine is detected