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

🎁 update dockerfile image to a specific sha #250

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

ShanaLMoore
Copy link
Contributor

@ShanaLMoore ShanaLMoore commented Jul 23, 2024

Story

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

Copy link
Contributor

@laritakr laritakr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This seems like a logical fix.

@ShanaLMoore ShanaLMoore removed the request for review from kirkkwang July 23, 2024 15:57
@ShanaLMoore
Copy link
Contributor Author

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.

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

Successfully merging this pull request may close these issues.

2 participants