-
Notifications
You must be signed in to change notification settings - Fork 18
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
All Docker image versions should have fixed version #343
Comments
"Specify" as in use a specific version in the code instead of depending on latest or as in writing the version in README? |
@itegulov first one, hardcode versions. I have faced inconsistencies several times. |
serhii and I was running into issues with running the multichain tests. It turns out to be that we forgot to update to the latest snadbox. Tagging a specific docker version would probably help this out by erroring out what really went wrong. Also, additionally, we should tag specific terraform versions too, just so that when we upgrade secrets or any other value, we don't interrupt someone else's PR |
Now sandbox does not have real tags, only "latest". Here is the PR that should fix this: near/near-sandbox#77 |
We should specify what version of Sandbox, Relayer, etc. we are using. That should have to make our testing env consistent on all machines and CI.
The text was updated successfully, but these errors were encountered: