game-ci / docker

Series of CI-specialised docker images for Unity.
https://hub.docker.com/u/unityci
MIT License
400 stars 124 forks source link

Manifest unknown for certain images on unityci/editor but not for others. #218

Closed Tuntenfisch closed 1 year ago

Tuntenfisch commented 1 year ago

Hello,

I'm trying to set up Game.CI on my university's GitLab server and am currently using Unity 2022.3.3f1. But when the CI Pipeline is attempting to pull the image it is unable to do so:

image

While trying to find the reason for the "unknown manifest" error, I attempted to pull several other (older) images such as 2021.2.8f1-base-1.0.0 and those work fine. I'm currently looking for any pointers on what could be the issue here.

Could it be network/firewall related?

mikekhristo commented 1 year ago

Did you find a solution?

webbertakken commented 1 year ago

This usually only happens when people are trying to pull an image that really hasn't been published yet.

You can see the list of published images here: https://game.ci/docs/docker/versions

Note that v1.1.2 is not the latest version and no longer publishes new images. To use v2.x.x make sure to upgrade your project to use the latest GitLab example or GitHub Action (builder, runner etc.)

Closing this is most likely not a bug (and if it is the lack of info to reproduce the issue).