GameServerManagers / docker-gameserver

Dockerised Game Servers using LinuxGSM
MIT License
206 stars 22 forks source link

Avorion error: manifest unknown #70

Closed zuedev closed 1 week ago

zuedev commented 6 months 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.

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 commented 1 week ago

closing as stale