indrz / indrz-be

Open source indoor mapping, routing for orientation and wayfinding. Mirrored from https://gitlab.com/indrz.
https://www.indrz.com
GNU General Public License v3.0
105 stars 26 forks source link

Pull access denied for indrz/gogse #129

Open bouskdav opened 3 years ago

bouskdav commented 3 years ago

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

mdiener21 commented 3 years ago

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.

ErmekZhumagulov commented 2 years ago

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?

mdiener21 commented 2 years ago

yes, we removed gogse as a dependency, now simply use the Dockerfile in /devops/docker/local/indrz_api/Dockerfile or use the docker-compose.local.yml