Yleisradio / docker-robotframework

Robot framework Docker-image for UI-tests
MIT License
14 stars 4 forks source link

Request Library support #4

Open SandeepSvanandan opened 5 years ago

SandeepSvanandan commented 5 years ago

Can we have the request lib support also built for the docker.. We tried to add that up in the requirements and did a docker build.. but turned out to be getting locked out. Unable to find image 'yleisradio/docker-robotframeworksudo:latest' locally docker: Error response from daemon: pull access denied for yleisradio/docker-robotframeworksudo, repository does not exist or may require 'docker login'.

huima commented 5 years ago

Did you follow the instructions and build the image locally?

cd robotframework docker build -t docker-robotframework .

As this image is not published into a repository if I remember correctly.