I need to run python-jira inside a Docker Container based on Ubuntu 14.04/16.04. The default python is 2.7, but the Docker container also has python 3. I need to access python-jira from a python3 a...
Hi, My dockerfile extends an image hosted in a private repo in hub.docker.com: FROM myprivaterepo/image:latest When building, pipeline fails with: + docker build -t $IMA...
I have made a script task to run during a build and it should build and start some docker containers based on dockerfiles but it gives me the following error: Building proxy... Couldn't connect to D...
Copied to clipboard