versatile-data-kit icon indicating copy to clipboard operation
versatile-data-kit copied to clipboard

With the latest version of job-builder image vdk server doesn't work

Open murphp15 opened this issue 1 year ago • 0 comments

Describe the bug Vdk server is using an old version of of the job image builder. When we upgrade to the latest version we get errors. The error message is:

Error: error resolving source context: Get "https://172.18.0.4/vdkuser/vdk-git-repo.git/info/refs?service=git-upload-pack": dial tcp 172.18.0.4:443: connect: connection refused

from what I can see the issue is that it is using https when it needs to use http. or alternatively we need to use https for the local git server.

Steps To Reproduce Steps to reproduce the behavior:

  1. modify installer.py in vdk server to include ' "--set", "deploymentBuilderImage.tag=1.4.1", '.
  2. install vdk server pip install .
  3. vdk server -i
  4. create and deploy a job

Expected behavior The build should succeed

murphp15 avatar Feb 19 '24 14:02 murphp15