Skip to content

Conversation

@frewmack
Copy link
Contributor

@frewmack frewmack commented Dec 2, 2024

Should resolve a bug with large downloads timing out on the CHEO instance

@github-actions github-actions bot added the devops Docker, GitHubs Actions, CI/CD label Dec 2, 2024
@frewmack
Copy link
Contributor Author

frewmack commented Dec 5, 2024

Github Actions uses a new version of Docker where "docker-compose" is no longer a valid command, and "docker compose" is. Our VM uses "docker-compose", so updating the script to pass the validate action will cause the script to fail in our VMs.

We need to revisit this issue in the future by either

  • updating our VMs to a new version of Docker that uses "docker compose" and updating the scripts accordingly, or
  • updating the Github Actions to install the specific version of Docker that we use in our VMs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

devops Docker, GitHubs Actions, CI/CD

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants