Hi all, my organization procured a "PactFlow on-pr...
# pactflow
p
Hi all, my organization procured a "PactFlow on-premises license file" and credentials for acccessing the docker image present on RedHat Quay Enterprise docker repository. But when we use those credentials, it is showing as invalid credentials. Is this a common occurence that anyone has faced? Kindly let me know the solution to this. Thanks!
m
Hi Prakhar, The credentials you were given were likely what are referred to (by quay.io) as Robot Tokens.
You won’t be able to use them to login to quay.io - but you don’t need to
You can simply authenticate to the quay.io docker registry (as you would with any docker registry) and then pull as needed
If you could please show how you’re trying to authenticate and the error you are getting, that would be helpful.
p
Hi @Matt (pactflow.io / pact-js / pact-go), I followed the doc sent above and ran the command with the credentials provided to me. 1. docker login -u="<username>" -p="<password>" quay.io 2. docker pull quay.io/pactflow/enterprise I was able to pull my docker image, but I wanted to know if this is stored somewhere in my local in some form? After I pulled the docker image, I was not able to see it anywhere P.S. Sorry for the late follow up, got involved with some other work.
m
Hi Prakhar, it’s stored in your local docker setup (you could list all images with
docker images
). I’d suggest working with somebody that knows Docker from here to setup PactFlow as it will require decent knowledge of docker for any issues, and of course general “DevOps” capability
👍 1
p
Thanks for your help Matt! I will study further on docker and explore! Thanks for enabling me on the same 🙂
👍 1