Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Native Docker image support for Windows (WCOW/WSL) #224

Open
gesellix opened this issue May 1, 2022 · 0 comments
Open

Native Docker image support for Windows (WCOW/WSL) #224

gesellix opened this issue May 1, 2022 · 0 comments

Comments

@gesellix
Copy link
Contributor

gesellix commented May 1, 2022

See the comment at #222 (comment):
It would be nice to build a native Windows container as part of the multi-platform build/release.

buildx currently doesn't support Windows containers out of the box, so some custom build steps will be necessary. See docker/build-push-action#18 for details. There are workarounds possible, see https://github.com/docker-client/echo-server/blob/main/.github/workflows/release.yml#L89 for an example in one of my personal projects.

Windows native containers would require Windows native shell scripts, so there's more to do before going all in on Windows native containers.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant