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
When running the command pipenv run inv -e run-local cosmogony.json, the Docker Compose setup fails to pull the osmwithoutborders/cosmogony-tiles image, resulting in the following error:
Loading .env environment variables...
docker compose up -d
time="2024-07-12T16:10:18+02:00" level=warning msg="/home/nikolay/projects/cosmogony_explorer/docker-compose.yml: `version` is obsolete"
explorer Pulling
tiles Pulling
api Pulling
postgres Pulling
tiles Error pull access denied for osmwithoutborders/cosmogony-tiles, repository does not exist or may require 'docker login': denied: requested access to the resource is denied
postgres Error context canceled
explorer Error context canceled
api Error context canceled
Error response from daemon: pull access denied for osmwithoutborders/cosmogony-tiles, repository does not exist or may require 'docker login': denied: requested access to the resource is denied
I've checked Docker Hub and confirmed that there is no public repository named osmwithoutborders/cosmogony-tiles.
The text was updated successfully, but these errors were encountered:
Hi @OhmSpectator , for some context, this project has been started for QwantMaps, but all the original members of the team have left, and qwant maps has been closed, so maybe the docker hub repositories have been closed in the same time.
I think you can still use cosmogony, but you'll need to build the docker images yourself (and maybe host them for others?)
When running the command
pipenv run inv -e run-local cosmogony.json
, the Docker Compose setup fails to pull theosmwithoutborders/cosmogony-tiles
image, resulting in the following error:I've checked Docker Hub and confirmed that there is no public repository named
osmwithoutborders/cosmogony-tiles
.The text was updated successfully, but these errors were encountered: