-
Notifications
You must be signed in to change notification settings - Fork 54
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
feat: SEI: add price feeder to image #300
feat: SEI: add price feeder to image #300
Conversation
Hi @PFC-developer . Were you able to get past this submodule issue? #26 79.15 Cloning into '/go/src/github.com/sei-protocol/sei-chain/contracts/lib/forge-std'... |
Hmm.. I have the recent version running on my cluster. How are you building it? |
this is how I run it
snippet
|
pretty similar except my buildkit is on anohter device in my local network, so i do this. We also push images to our ghcr so there is a tag as well. Kinda weird given that with the --recursive flag it should get all the submodules. Question for you: Would you be ok sharing your Dockerfile if you have modded it in any way ? |
i'm using ubu24. docker installed regular way clean build off main. (before PR)
applied patch (basically the price-feed) which I believe needs the submodules |
Hi @PFC-developer , but price-feeder version command is not working |
this is how I run it |
Thanks , the version subcommand does not exit for the price-feed. |
so we can use the same docker container for both things