bazel-contrib / rules_oci

Bazel rules for building OCI containers
Apache License 2.0
269 stars 142 forks source link

Investigate supporting Windows Containers #53

Open alexeagle opened 1 year ago

alexeagle commented 1 year ago

Should be possible as long as we don't hard-code dependency on bash.

https://learn.microsoft.com/en-us/virtualization/windowscontainers/about/

alexeagle commented 1 year ago

This is working now, example in the windows_example branch

peakschris commented 5 months ago

Is there any chance this could be added to main?

alexeagle commented 5 months ago

Sorry, we lost our funding for this since the one customer who needed it gave up on Bazel when they learned the IntelliJ plugin doesn't support Windows https://github.com/bazelbuild/intellij/issues/5040

peakschris commented 5 months ago

Ah, that's a shame. Was the windows branch working? What would be required to resurrect it? It's not a high priority for us, as we are mainly linux, but would be good to know.