medibloc / panacea-core

MediBloc Blockchain Core
https://medibloc.com
Other
60 stars 19 forks source link

docs: Update Docker image version from 'latest' to 'main' #657

Closed kyungilcho closed 1 year ago

kyungilcho commented 1 year ago

Update the Docker image version in the documentation to reflect the actual available version. The 'latest' tag was not available, causing confusion for users. The 'main' tag should be used instead.

youngjoon-lee commented 1 year ago

Let's keep using latest. The main tag shouldn't be used by external users because it's only for internal CIs. Instead, we need to create a proper git tag from our latest stable commit and publish a docker image with latest tag.

gyuguen commented 1 year ago

I think our documentation should use the latest docker image version. I'll close this PR.