You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 15, 2018. It is now read-only.
Error while starting mintnet-kubernetes basecoin example. The pod status is: ImagePullBackOff. The tendermint/basecoin image is not available in the docker repository.
Error while starting mintnet-kubernetes basecoin example. The pod status is: ImagePullBackOff. The tendermint/basecoin image is not available in the docker repository.
Created a basecoin image using the steps specified here:
http://tendermint.readthedocs.io/projects/tools/en/develop/tools/docker.html
In pod tm-0, pub-key container logs are:-
+ mkdir -p /usr/share/nginx+ cp /tendermint/pub_key.json /usr/share/nginx/pub_key.json+ cp /app/pub_key.json /usr/share/nginx/app_pub_key.jsoncp: cannot stat '/app/pub_key.json': No such file or directoryIs there a specific version of basecoin to used for this setup?
Thanks!