Sebastian Soto

Results 17 comments of Sebastian Soto

I've tried this out, and on a Linux build system, I was able to build a Windows container image and run it on a Windows server using containerd. I understand...

Hi @flouthoc My full use case is actually building Windows containers from scratch on a Linux build system, for deployment on OpenShift Windows nodes running containerd. For the purpose of...

@nalind building Windows images on linux can be done through `docker buildx` ``` $ sudo /usr/bin/docker buildx create --name img-builder --use --platform windows/amd64 $ sudo /usr/bin/docker buildx build --platform windows/amd64...

@flouthoc thanks I will try it out and let you know

@flouthoc This feature would be used by the OpenShift Windows containers team. It is one of a few blockers stopping us from building Windows containers within OpenShift CI, as well...

@rhatdan I'm not aware of the CI situation of this repo, but unit/integration tests could be introduced that check when the `add` functions are invoked, that only when a Windows...

Hi @flouthoc @rhatdan Any progress on this? Having this functionality in buildah would be of great use.