sipcapture / homer-docker

HOMER 10 Docker
GNU Affero General Public License v3.0
14 stars 11 forks source link

docker-compose homer10 pull ERROR: for [qrynvector|clickhose-server] manifest [...] not found #1

Closed astrakid closed 1 year ago

astrakid commented 1 year ago

when trying to pull the images for homer 10 i get several errors:

ERROR: for vector  manifest for docker.io/timberio/vector:latest-alpine not found
ERROR: for qryn  manifest for docker.io/qxip/qryn:latest not found
ERROR: for clickhouse-server  manifest for docker.io/clickhouse/clickhouse-server:22.8-alpine not found
ERROR: manifest for docker.io/clickhouse/clickhouse-server:22.8-alpine not found

tried to use different tags i took from github.io but without success.

lmangani commented 1 year ago

Hello @astrakid very odd! I'm positive all the containers are working and cannot reproduce any such failure 😕 If this was only related to our images, I might assume some fault but the other containers there have millions of downloads.

What system are you running this on?

astrakid commented 1 year ago

centos7 (freepbx)

lmangani commented 1 year ago

Try the following command on your console:

# docker pull qxip/qryn:latest
astrakid commented 1 year ago
[root@xxx ~]$  docker pull qxip/qryn:latest
Trying to pull repository docker.io/qxip/qryn ... 
manifest for docker.io/qxip/qryn:latest not found
astrakid commented 1 year ago
[root@x all-in-one]$  docker-compose pull
Pulling clickhouse-server ... pulling from docker.io/clickhouse...
Pulling grafana           ... done
Pulling qryn              ... trying to pull repository docker....
Pulling vector            ... trying to pull repository docker....
Pulling mailhog           ... done
Pulling alertman          ... done
Pulling hepgen            ... done
Pulling hepgen-bad        ... done
Pulling heplify-server    ... done

ERROR: for qryn  manifest for docker.io/qxip/qryn:latest not found

ERROR: for clickhouse-server  manifest for docker.io/clickhouse/clickhouse-server:23.7.4.5-alpine not found

ERROR: for vector  manifest for docker.io/timberio/vector:latest-alpine not found
ERROR: manifest for docker.io/timberio/vector:latest-alpine not found
[root@x all-in-one]$  
lmangani commented 1 year ago

Definitely looks like an issue on your system. I validated this works from a few random hosts and fly.io and it runs fine.

astrakid commented 1 year ago

sorry for the circumstances. have to confirm that on another debian system it is running fine. will have to check my docker-installation on freepbx-appliance. thx for support.