Open ShanaLMoore opened 4 months ago
test step is failing on setup db step:
Per chat gpt...
The error message you're seeing indicates two issues:
Obsolete version field in docker-compose.yml: The warning about the version field being obsolete suggests that the version field in your docker-compose.yml file is outdated and should be removed. Docker Compose has moved away from requiring a version field.
Exit code 137: This exit code typically indicates that the process was terminated by the system, often due to it being killed by the out-of-memory (OOM) killer. This can happen if the system runs out of memory.
Story
Hyku base latest got rebuilt. In the Dockerfile, because 'latest' can change, we should specify the image we want to use.