-
Notifications
You must be signed in to change notification settings - Fork 3.8k
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
refactor: Cleanup rosetta-ci docker code #10002
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is not really true, it is the image used here.
contrib/rosetta/docker-compose.yaml
When we run rosetta tests. If in the future we want to update that image we will need to recreate the dockerfile from scratch.
@jgimeno I don't think that is correct If you look at the docker-compose.yaml we are using the official rosetta-cli image for our tests. The custom dockerfile image that we do use inside of that docker-compose file is Thoughts? |
Hi @fkneeland-figure ! That image tendermintdev/rosetta-cli:v0.6.7 is located in the tendermintdev, is not the official (I think there was not till then). I know because I uploaded it myself. In theory we should upgrade it everytime there is a new rosetta-cli version. |
@jgimeno Thanks! That makes a lot more sense. I updated the pr, to keep that dockerfile and I added some comments in the rosetta README.md file to explain what it is there for. Should we add a makefile target for updating that docker image on docker hub or do you think that is unnecessary? Thanks for the review! |
@jgimeno you able to look over this one again? Thanks! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks a lot!!!
@jgimeno could we get some movement on this? Thanks! |
Description
Add documentation for rosetta-cli dockerfile and rename folder for the rosetta-ci dockerfile.
Closes: #10001
Author Checklist
All items are required. Please add a note to the item if the item is not applicable and
please add links to any relevant follow up issues.
I have...
!
to the type prefix if API or client breaking changeCHANGELOG.md
Reviewers Checklist
All items are required. Please add a note if the item is not applicable and please add
your handle next to the items reviewed if you only reviewed selected items.
I have...
!
in the type prefix if API or client breaking change