openimsdk / openim-docker

openim-docker configuration for deploying OpenIM. Provides a build solution for a stable distribution, as well as a docker compose deployment strategy
https://openim.io
Apache License 2.0
36 stars 46 forks source link

Bug: Error response from daemon: Head "https://ghcr.io/v2/openimsdk/openim-chat/manifests/release-v1.5": denied: denied #71

Closed skiffer-git closed 7 months ago

skiffer-git commented 7 months ago

What happened?

image

What did you expect to happen?

normal startup

How can we reproduce it (as minimally and precisely as possible)?

git clone https://github.com/openimsdk/openim-docker openim-docker && cd openim-docker && make init

export OPENIM_IP="MyIP"

docker compose up -d

Anything else we need to know?

no

version

3.5

Cloud provider

tencent

OS version

```console # On Linux: $ cat /etc/os-release # paste output here $ uname -a # paste output here # On Windows: C:\> wmic os get Caption, Version, BuildNumber, OSArchitecture # paste output here ```

Install tools

kubbot commented 7 months ago

Hello! Thank you for filing an issue.

If this is a bug report, please include relevant logs to help us debug the problem.

Join slack πŸ€– to connect and communicate with our developers.

cubxxw commented 7 months ago

https://github.com/orgs/community/discussions/26832

cubxxw commented 7 months ago

https://stackoverflow.com/questions/70313502/error-response-from-daemon-get-https-ghcr-io-v2-denied-denied

cubxxw commented 7 months ago
export IMAGE_REGISTRY="openim" # docker hub
export IMAGE_REGISTRY="registry.cn-hangzhou.aliyuncs.com/openimsdk" #aliyun

restart docker compose

kubbot commented 7 months ago

Bot detected the issue body's language is not English, translate it automatically. πŸ‘―πŸ‘­πŸ»πŸ§‘β€πŸ€β€πŸ§‘πŸ‘«πŸ§‘πŸΏβ€πŸ€β€πŸ§‘πŸ»πŸ‘©πŸΎβ€πŸ€β€πŸ‘¨πŸΏπŸ‘¬πŸΏ


export IMAGE_REGISTRY="openim" # docker hub export IMAGE_REGISTRY="registry.cn-hangzhou.aliyuncs.com/openimsdk" #aliyun

restart docker compose