scientist-softserv / hykuup_knapsack

container project for the Hyku Up deploy of Hyku
Apache License 2.0
1 stars 0 forks source link

:gift: update dockerfile image to a specific sha #250

Open ShanaLMoore opened 4 months ago

ShanaLMoore commented 4 months ago

Story

Hyku base latest got rebuilt. In the Dockerfile, because 'latest' can change, we should specify the image we want to use.

ShanaLMoore commented 4 months ago

test step is failing on setup db step:

image

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.