game-ci / docker

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

Missing unity version #155

Closed pietroF42 closed 2 years ago

pietroF42 commented 2 years ago

Bug description

I was trying to pull image 2021.2.10f1-ios-0.17.0 from my pipeline on https://buddy.works (which you guys should checkout it's pretty awesome!) but the I couldn't get it to work as there is no image uploaded on here.

How to reproduce

Trying and pull the docker image specified above.

Expected behavior I should not be getting this error?

image

Additional details

When I try with the previous revision (unityci/editor:2021.2.9f1-ios-0.17.0) it works fine.

image
GabLeRoux commented 2 years ago

Hi, thanks for your feedback and indeed, buddy.works is nice :). Here are the related issues and reasons why these images aren't published yet. We'll solve that when we have some time to release a new base image.

We have a small issue right now that prevents publishing new versions. We are aware of it, but haven't found the time to fix it yet. Here are the two related issues:

Issue with the choco install error: https://github.com/game-ci/docker/issues/154

Issue that prevents other build targets to be published right now (in our versioning backend): https://github.com/game-ci/versioning-backend/issues/40

Once we send a new release for the base image, the windows target will build again and then we can retry the jobs that failed for other target platforms.

dharmeshmp commented 2 years ago

@GabLeRoux @webbertakken Any update?

GabLeRoux commented 2 years ago

@dharmeshmp I tried to roll out https://github.com/game-ci/docker/releases/tag/v0.17.1 which failed yesterday, https://github.com/game-ci/docker/releases/tag/v0.17.2 is currently running so we'll have news later today 👍

davidmfinol commented 2 years ago

Looks like images for v0.17.2 have mostly finished publishing. @dharmeshmp @pietroF42 Can you confirm if your issue is resolved?

dharmeshmp commented 2 years ago

Yes, It's resolved.

davidmfinol commented 2 years ago

Thanks for confirming!