docker

Series of CI-specialised docker images for Unity.

MIT License

Stars
383
Committers
24

Bot releases are hidden (Show)

docker - Android and WebGL support 🚀

Published by webbertakken over 3 years ago

Changes:

  • #73 Bump actions/cache from v2 to v2.1.4 dependencies
  • #71 Fix test workflow, fixing a security leak
  • #69 Add support android for Unity 2018.x
  • #66 Enable pr target in workflow
  • #65 Fix: do not test for il2cpp that does not exist in 2019.2 or earlier
  • #63 Fix: add IL2CPP_ADDITIONAL_ARGS for 2019.3.x-linux-il2cpp
  • #61 Fix: add extra dependencies for webgl and il2cpp
  • #60 Add test workflow
  • #59 fix: add extra dependencies for 2019.1

Superseded changes

  • #67 Checkout pull request HEAD on pull_request_target

Credits

  • Thanks a lot to @mob-sakai for almost single-handedly delivering this release to you all! ❤️
docker - Improved stability: fixed encoding issues

Published by webbertakken almost 4 years ago

Changes

  • #58 Set locale to C.UTF-8 in Dockerfile (Fixes Gradle crash in Android builds)

Other

  • #56 Add link to website for docs
  • #54 remove anything recognizable as Unity (Rebrand to GameCI)
  • #51 Add discord link in readme

Credits

  • Huge thanks to @Bradshaw for both identifying and solving an issue with legacy Gradle versions
docker - Post downgrade (Ubuntu 18.04) fixes

Published by webbertakken almost 4 years ago

Changes

#48 Add libcap2
#47 Install Git LFS

Credits

Thanks for this release go out to @davidmfinol and @bkslasher for their proactive support.

docker - Move to Ubuntu 18 LTS ✨

Published by webbertakken almost 4 years ago

Changes

#45 Cats
#44 Change to ubuntu 18.04
#43 Add missing libdl.so for using burst compiler

Credits

Thanks for this release go out to @RDeluxe.

docker - Git + LFS support ✨

Published by webbertakken almost 4 years ago

Changes

#41 Adds Git and LFS support for Git

docker - Fixes for runtime 🎉

Published by webbertakken almost 4 years ago

Changes

#38 add cats & update dockerhub description
#37 Added libglu
#36 Changed the Image Name in README to latest
#35 push manifest of most specific tag last

Credits

Special thanks for this release go out to @mashuk999 and @BLaZeKiLL!

docker - Second release of all images now with fixes 🎉

Published by GabLeRoux about 4 years ago

In this release:

  • Replaced editor alias with unity-editor 🤘
  • Added conditions to correctly build unity versions before 2019.3.x (without linux-il2cpp platform) 🌵
  • Improved docs 📚

Changes

  • #30
  • #31
  • #32
  • #33

Credits

This is some amazing work 🎉. Special thanks to @jonathanperret and @webbertakken <3

docker - Initial release of all images 🎉

Published by webbertakken about 4 years ago

The build queue has been implemented in the first 20 pull requests of the Unity CI versioning backend.

Version 0.2 (this version) will mark the first release of 6 build platforms for all unity versions.

Enjoy!

docker - Completion of the build process 🎉

Published by webbertakken about 4 years ago

We have finally managed to produce a new build process for unity images, based on knowledge and lessons learned from the famous gableroux/unity3d docker images which accumulated over 500K pulls over the years.

Unity-CI's images will be there to fully replace those images for everyone who is upgrading their workflows, or just getting started.

Find us on discord to join the community!

Thank you always, to @GabLeRoux and countless open source contributors.