Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error when pulling ci editor image for version 2022.3.29.f1 #246

Closed
User1Jazz opened this issue May 23, 2024 · 2 comments
Closed

Error when pulling ci editor image for version 2022.3.29.f1 #246

User1Jazz opened this issue May 23, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@User1Jazz
Copy link

Bug description

Attempting to use the CI for Unity version 2022.3.29f1 resolves with errors when trying to pull the editor docker image. It seems like the defined version image does not exist.

How to reproduce

Create or open the existing Unity project using Unity version 2022.3.29f1
Commit and push changes
Wait for CI to build the project

Expected behavior

CI should be able to pull the image of the defined version.

Additional details

ERROR: Job failed: failed to pull image "unityci/editor:2022.3.29f1-base-1" with specified policies [always]: Error response from daemon: manifest for unityci/editor:2022.3.29f1-base-1 not found: manifest unknown: manifest unknown (manager.go:250:1s)

@User1Jazz User1Jazz added the bug Something isn't working label May 23, 2024
@GabLeRoux
Copy link
Member

You can have a look here:
https://game.ci/docs/docker/versions

The unity version is present, you might have to update your pipelines and yaml code. The latest docker project version is 3 at this time, yours end in -1, we don’t publish older versions of the Dockerfile anymore.

See https://github.com/game-ci/docker/releases for more details about the versions of the Dockerfile.

If you’re using github actions, you need to use latest actions versions. If you’re trying on GitlabCI, you’ll have to update the version on your own for now.

Feel free to provide additional details and workflow files if you need some help.

@User1Jazz
Copy link
Author

I am using GitLab. Changing the image version to the latest one (3.1.0) fixed the problem.
Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants