You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i'm trying to make a fresh build with "make build" - with following result:
root@gzwiki:/home/administrator/indrz# make build-indrz
docker-compose build --build-arg ENV_TYPE= indrz_api
Building indrz_api
Sending build context to Docker daemon 462.3kB
Step 1/11 : FROM indrz/gogse:latest pull access denied for indrz/gogse, repository does not exist or may require 'docker login': denied: requested access to the resource is denied
ERROR: Service 'indrz_api' failed to build : Build failed
make: *** [Makefile:21: build-indrz] Error 1
What am I doing wrong?
Thanks!
David
The text was updated successfully, but these errors were encountered:
Hi David, sorry we are currently totally re-writing the deploy and setup pipelines. I will also update the readme.md and documentation. This should then solve this issue.
I have almost the same problem:
Building indrz_api
Step 1/11 : FROM indrz/gogse:latest
ERROR: Service 'indrz_api' failed to build: pull access denied for indrz/gogse, repository does not exist or may require 'docker login': denied: requested access to the resource is denied
Is that problem solved?
Hi,
i'm trying to make a fresh build with "make build" - with following result:
root@gzwiki:/home/administrator/indrz# make build-indrz
docker-compose build --build-arg ENV_TYPE= indrz_api
Building indrz_api
Sending build context to Docker daemon 462.3kB
Step 1/11 : FROM indrz/gogse:latest
pull access denied for indrz/gogse, repository does not exist or may require 'docker login': denied: requested access to the resource is denied
ERROR: Service 'indrz_api' failed to build : Build failed
make: *** [Makefile:21: build-indrz] Error 1
What am I doing wrong?
Thanks!
David
The text was updated successfully, but these errors were encountered: