HDFGroup / hsds

Cloud-native, service based access to HDF data
https://www.hdfgroup.org/solutions/hdf-kita/
Apache License 2.0
125 stars 52 forks source link

Scripts use deprecated docker-compose v1 #339

Closed mattjala closed 2 months ago

mattjala commented 2 months ago

Docker Compose v1 is deprecated and has been removed from the default github runners, leading to failures with workflows that use HSDS scripts.

This should be as simple as replacing docker-compose with docker compose on the command line to force usage of the updated compose on runner machines.