chore: bump Dockerfile SERVER_VERSION to 0.12.0 by simon824 · Pull Request #1901 · apache/hugegraph
simon824
changed the title
chore: update
chore: bump Dockerfile PKG_URL and SERVER_VERSION for DockerfileSERVER_VERSION to 0.12.0
Thanks, a few questions:
- After the upgrade, do we test server initialization and startup OK?
- Could studio connect to server 0.12? (shall we upgrade the version or use hubble instead?)
Links the TODO issue, and we need upload the image to Dockerhub
17 tasks
Comment on lines +30 to +31
| && sed -n '65p' ./bin/start-hugegraph.sh | grep "&" > /dev/null && sed -i 65{s/\&$/#/g} ./bin/start-hugegraph.sh \ | ||
| && sed -n '75p' ./bin/start-hugegraph.sh | grep "exit" > /dev/null && sed -i 75{s/^/#/g} ./bin/start-hugegraph.sh \ |
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
TODO: we could add a option -f to run foreground (to avoid modify shell)
Thanks, a few questions:
- After the upgrade, do we test server initialization and startup OK?
- Could studio connect to server 0.12? (shall we upgrade the version or use hubble instead?)
Links the TODO issue, and we need upload the image to Dockerhub
Maybe we can remove studio here and add another separate dockerfile for hubble ? WDYT @javeme @imbajin
BTW, i find
apachehas it's own docker repository hub.docker.com/u/apache, do we need move hub.docker.com/u/hugegraph to apache's ?
fine if it's easy to move
Maybe we can remove studio here and add another separate dockerfile for hubble
we could remove studio in dockerfile after we add a separate one for hubble
imbajin
changed the title
chore: bump Dockerfile
chore: bump Dockerfile SERVER_VERSION to 0.12.0SERVER_VERSION to 0.12.0
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters