versatile-data-kit
versatile-data-kit copied to clipboard
With the latest version of job-builder image vdk server doesn't work
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:
- modify installer.py in vdk server to include ' "--set", "deploymentBuilderImage.tag=1.4.1", '.
- install vdk server
pip install . - vdk server -i
- create and deploy a job
Expected behavior The build should succeed