rohankanojia

Untitled

Jun 19th, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.67 KB | None | 0 0
  1. ~/go/src/github.com/fabric8-services/fabric8-jenkins-proxy : $ sh scripts/setupLocalProxy.sh start
  2. No resources found.
  3. scripts/setupLocalProxy.sh: line 106: jq: command not found
  4. scripts/setupLocalProxy.sh: line 137: jq: command not found
  5. ~/go/src/github.com/fabric8-services/fabric8-jenkins-proxy : $ Unable to find image 'postgres:latest' locally
  6. Trying to pull repository docker.io/library/postgres ...
  7. sha256:d9c44f9fc460dd8962c388eacf88a0e252b858ccdf33bc223f68112617e81fc9: Pulling from docker.io/library/postgres
  8. f2aa67a397c4: Already exists
  9. 3f47e9dfd161: Pull complete
  10. 365e1eb16a96: Pull complete
  11. c537ee5f45d2: Pull complete
  12. 52e33f5a09fb: Pull complete
  13. e48edfb2fccd: Pull complete
  14. e2ea3d468f97: Pull complete
  15. cf6364e94865: Pull complete
  16. 1a338d562303: Pull complete
  17. a27c9ce6f0ca: Pull complete
  18. c180157ca381: Pull complete
  19. 2111989d7706: Pull complete
  20. b9690b23a065: Pull complete
  21. 5ac41d115dfe: Pull complete
  22. Digest: sha256:d9c44f9fc460dd8962c388eacf88a0e252b858ccdf33bc223f68112617e81fc9
  23. Status: Downloaded newer image for docker.io/postgres:latest
  24. 4a0ba3ce79bbec2cf55344d9e0121e6e0f2c819ee25e1e780817a09ada30f063
  25.  
  26. ~/go/src/github.com/fabric8-services/fabric8-jenkins-proxy : $
  27. ~/go/src/github.com/fabric8-services/fabric8-jenkins-proxy : $
  28. ~/go/src/github.com/fabric8-services/fabric8-jenkins-proxy : $
  29. ~/go/src/github.com/fabric8-services/fabric8-jenkins-proxy : $
  30. ~/go/src/github.com/fabric8-services/fabric8-jenkins-proxy : $
  31. ~/go/src/github.com/fabric8-services/fabric8-jenkins-proxy : $ eval \$(./scripts/${0##*/} env) fabric8-jenkins-proxy^C
  32. ~/go/src/github.com/fabric8-services/fabric8-jenkins-proxy : $ vi README.md
  33. ~/go/src/github.com/fabric8-services/fabric8-jenkins-proxy : $ fabric8-jenkins-proxy
  34. {"component":"main","level":"info","msg":"Starting proxy..","time":"2018-06-19T14:23:18+05:30"}
  35. {"component":"main","level":"info","msg":"Proxy version: 6e9fcef","time":"2018-06-19T14:23:18+05:30"}
  36. {"component":"configuration","level":"error","msg":"Value for JC_IDLER_API_URL needs to be a valid URL.","time":"2018-06-19T14:23:18+05:30"}
  37. {"component":"configuration","level":"error","msg":"Value for JC_F8TENANT_API_URL needs to be a valid URL.","time":"2018-06-19T14:23:18+05:30"}
  38. {"component":"configuration","level":"error","msg":"Value for JC_KEYCLOAK_URL needs to be a valid URL.","time":"2018-06-19T14:23:18+05:30"}
  39. {"component":"configuration","level":"error","msg":"Value for JC_POSTGRES_HOST cannot be empty.","time":"2018-06-19T14:23:18+05:30"}
  40. {"component":"configuration","level":"error","msg":"Value for JC_POSTGRES_PASSWORD cannot be empty.","time":"2018-06-19T14:23:18+05:30"}
  41. {"component":"configuration","level":"error","msg":"Value for JC_AUTH_URL needs to be a valid URL.","time":"2018-06-19T14:23:18+05:30"}
  42. {"component":"configuration","level":"error","msg":"Value for JC_POSTGRES_USER cannot be empty.","time":"2018-06-19T14:23:18+05:30"}
  43. {"component":"configuration","level":"error","msg":"Value for JC_POSTGRES_DATABASE cannot be empty.","time":"2018-06-19T14:23:18+05:30"}
  44. {"component":"configuration","level":"error","msg":"Value for JC_WIT_API_URL needs to be a valid URL.","time":"2018-06-19T14:23:18+05:30"}
  45. {"component":"configuration","level":"error","msg":"Value for JC_REDIRECT_URL needs to be a valid URL.","time":"2018-06-19T14:23:18+05:30"}
  46. {"component":"configuration","level":"error","msg":"Value for JC_POSTGRES_PORT needs to be an integer.","time":"2018-06-19T14:23:18+05:30"}
  47. {"component":"configuration","level":"error","msg":"Value for JC_AUTH_TOKEN cannot be empty.","time":"2018-06-19T14:23:18+05:30"}
  48. {"level":"fatal","msg":"one or more required environment variables are missing or invalid","time":"2018-06-19T14:23:18+05:30"}
Add Comment
Please, Sign In to add comment