Skip to content
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

incorrect version in docker image #4037

Closed
HarrisChu opened this issue Mar 16, 2022 · 2 comments · Fixed by #4068 or #4080
Closed

incorrect version in docker image #4037

HarrisChu opened this issue Mar 16, 2022 · 2 comments · Fixed by #4068 or #4080
Assignees
Labels
type/bug Type: something is unexpected
Milestone

Comments

@HarrisChu
Copy link
Contributor

[vesoft@qa-tools nebula-docker-compose]$ docker run -it --rm vesoft/nebula-graphd:v3 --version
nebula-graphd version 2022.03.15-nightly, Git: 2e938c7, Build Time: Mar 15 2022 11:04:03
This source code is licensed under Apache 2.0 License.

root cause:

  1. we build docker image in rc workflow without version, so the version is nightly in package.sh.
  2. in release workflow, just copy the docker image.

changes:

  1. build rc image with version.
@HarrisChu HarrisChu added the type/bug Type: something is unexpected label Mar 16, 2022
@HarrisChu HarrisChu self-assigned this Mar 16, 2022
@Sophie-Xie Sophie-Xie added this to the v3.1.0 milestone Mar 16, 2022
@Sophie-Xie
Copy link
Contributor

Is only docker wrong, other packages are right?

@HarrisChu
Copy link
Contributor Author

Is only docker wrong, other packages are right?

yes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment