docker-gameserver icon indicating copy to clipboard operation
docker-gameserver copied to clipboard

Avorion error: manifest unknown

Open zuedev opened this issue 1 month ago • 0 comments

Manifest for the av tag isn't being found on the ghcr.io registry. Same tag is working when pulling from docker's registry.

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

zuedev avatar May 17 '24 18:05 zuedev