We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
No description provided.
The text was updated successfully, but these errors were encountered:
What if we rework the windows build steps to not use docker compose? I think all it does is mask build arguments at this point.
Sorry, something went wrong.
It should be simple enough to fetch the latest win64 package from docker/compose
docker/compose
# Find the latest compose plugin $latestVersion = Get-GithubLatestRelease -Repo "docker/compose"
We can just drop it alongside docker or install it as a plugin the proper way. I forget exactly how to do that though. I've found documentation for how to do that. https://docs.docker.com/compose/install/linux/#install-the-plugin-manually
No branches or pull requests
No description provided.
The text was updated successfully, but these errors were encountered: