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

Windows images need docker-compose.exe #39

Open
trxcllnt opened this issue Feb 20, 2024 · 2 comments
Open

Windows images need docker-compose.exe #39

trxcllnt opened this issue Feb 20, 2024 · 2 comments

Comments

@trxcllnt
Copy link
Contributor

No description provided.

@wmaxey
Copy link
Contributor

wmaxey commented Feb 21, 2024

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.

@wmaxey
Copy link
Contributor

wmaxey commented Feb 21, 2024

It should be simple enough to fetch the latest win64 package from 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

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

2 participants