Neetish Pathak
Neetish Pathak
Build to be fixed. Also please make the changes in the dev branch directly and raise a PR.
Explain what steps led to this error. The docker build is staged build where juno-build image should get created first. juno-build uses ubuntu:16.04 as base image. Can you confirm if...
This is the error on juno services build stage where the /juno/bin/clusterctl binary is not found. Can you confirm if the juno-build image was created when you run build.sh and...
Change in dev and raise PR - https://github.com/paypal/junodb/blob/dev/docs/contributing.md#contributing-to-junodb
Make the changes in dev branch and raise a PR against dev
Make the changes in the dev branch and raise PR - https://github.com/paypal/junodb/blob/dev/docs/contributing.md#contributing-to-junodb
Yes, rocksdb , with db path set in config . https://github.com/paypal/junodb/blob/main/package_config/package/junostorageserv/config/config.toml#L113
juno docker build is a multi-stage build. juno-dev and juno-build image must be created before other images like junoserv,junostoragserv,junoclustercfg,junoclusterserv etc from the junodb home folder , follow the steps -...
If the juno-build image is not correctly built , it will not have the required binaries such as /opt/juno/junoctl etc. When building macOs with docker desktop , I saw the...