Closed zuedev closed 1 week ago
Manifest for the av tag isn't being found on the ghcr.io registry. Same tag is working when pulling from docker's registry.
av
ghcr.io
compose.yaml:
services: avorion: image: ghcr.io/gameservermanagers/gameserver:av restart: unless-stopped volumes: - ./data:/data ports: - 27000:27000 - 27003:27003 - 27020:27020 - 27021:27021
stdout:
[+] Running 1/1 ✘ avorion Error manifest unknown 1.8s Error response from daemon: manifest unknown
closing as stale
Manifest for the
av
tag isn't being found on theghcr.io
registry. Same tag is working when pulling from docker's registry.compose.yaml:
stdout: