Hi,
I followed the contributing guide to setup the dev environment. After building the container I try to run the environment but the script tries to fetch a container from gcr.io and I don’t have credentials for it.
Any clue of what I’m missing?
Hi,
I followed the contributing guide to setup the dev environment. After building the container I try to run the environment but the script tries to fetch a container from gcr.io and I don’t have credentials for it.
Any clue of what I’m missing?
Can you show me some output of where you are trying to run it and the error? Usually if you haven’t set the environment variable it won’t try to fetch anything but will instead build the image.
I started from scratch again and it worked, i was missing something the first time
Ok, I just found de way to reproduce de error.
After make docker-compose-build && make ui-devel it works, make docker-compose finds the container image properly.
I have stopped the composition with ctrl-C . the image continues there, i can see it with docker images, but if I try to rerun make docker-compose it tries to pull it from gcr.io
Can you show me the command output where re-running and it attempting to pull from gcr.io?