Closed adambabik closed 6 years ago
Made a PR to make sure images are always pushed with a commit tag: https://github.com/status-im/status-go/pull/1062
Updated infra-eth-cluster
to use the cherry-picked commit @adambabik prepared for release of 0.9.21
: https://github.com/status-im/infra-eth-cluster/commit/b3e5bcbdeceadab8a262d3f67c2391961215c4a8
Thanks! https://github.com/status-im/infra-eth-cluster/commit/b3e5bcbdeceadab8a262d3f67c2391961215c4a8 closes the issue.
Problem
We can't use
latest
tag in the cluster configuration because it's a moving tag and can be updated anytime. This can break the cluster and releases compatibility easily.Solution
The only option we have right now is to use git commit hashes in the cluster cofniguration which we push to the Docker Hub.