paypal / junodb

JunoDB is PayPal's home-grown secure, consistent and highly available key-value store providing low, single digit millisecond, latency at any scale.
Apache License 2.0
2.56k stars 164 forks source link

Validate the Docker image in Docker Latest version 23.0.6 #105

Open varuntechie opened 1 year ago

varuntechie commented 1 year ago

What I Did I found Docker latest version was release 23.0.6

What I Expected To be able to seamlessly run the JunoDB in the latest Docker

What I Saw Instead Once JunoDB is tested against latest Docker version (23.0.6), update the ReadMe file accordingly

smeet07 commented 1 year ago

can you assign this issue to me?

smeet07 commented 1 year ago

@NeetishPathak I am using windows and I'm getting build.sh: line 20: $'\r': command not found : invalid option namet: pipefail error while running build.sh, there seems to be some occurrence of \r but I can't find it , I have successfully logged in docker

varuntechie commented 1 year ago

@NeetishPathak @nit-tripathi

michaelact commented 1 year ago

@NeetishPathak I am using windows and I'm getting build.sh: line 20: $'\r': command not found : invalid option namet: pipefail error while running build.sh, there seems to be some occurrence of \r but I can't find it , I have successfully logged in docker

Doing this was worked for me:

  1. Install WSL
  2. Install dos2unix from WSL
  3. dos2unix filename