-
Notifications
You must be signed in to change notification settings - Fork 499
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
Not able to run Ticker on Docker. #5419
Comments
It appears that there are not tests for the We could include in ci a build check of all the docker images in this repo. Although this issue occurs rarely so probably not worth adding unless this becomes a recurring issue. @akhilparakka The updates you suggest sound about right. A different postgres deb link is probably needed, probably the |
Fixed the issue by bumping the image version and using
|
Reopening so the issue remains open till the image is fixed in this repo. @akhilparakka would you be up for opening a pull request with the fix you used to get it working? |
@leighmcculloch Would be happy to help out. But even after i get the image running, It stops with
|
go version go1.22.6
What did you do?
I am trying to run ticker in docker. I followed the steps as mention in the readme.
First error I encountered was
I fixed it by changing the base image to
The next was
I changed it to
The error was
What did you expect to see?
Expected to run ticker in docker
What did you see instead?
Postgres Dependency errors.
Any help is appreciated.
The text was updated successfully, but these errors were encountered: