game-ci / unity-orb

Build and test Unity projects for several platforms using CircleCI.
https://circleci.com/developer/orbs/orb/game-ci/unity
MIT License
7 stars 12 forks source link

fix: Bump image version from 2 to 3.1.0 in Ubuntu and Windows #66

Closed thedrhax14 closed 3 weeks ago

thedrhax14 commented 3 weeks ago

Changes

Checklist

Additional changes still need

The orb needs to clarify which image versions or Docker repo versions are supported in circle ci otherwise developers may stuck when getting this error in more latest versions of unity editor:

Starting container unityci/editor:ubuntu-2022.3.27f1-linux-il2cpp-2
Warning: No authentication provided, using CircleCI credentials for pulls from Docker Hub.
  image cache not found on this host, downloading unityci/editor:ubuntu-2022.3.*-linux-il2cpp-2

Error response from daemon: manifest for unityci/editor:ubuntu-2022.3.*-linux-il2cpp-2 not found: manifest unknown: manifest unknown

The issue is discussed more in details here #64