Skip to content

Releases: game-ci/docker

Update the windows base image with chocolatey 🍫

23 Feb 01:46
26250aa
Compare
Choose a tag to compare

Description

This version aims to fix the windows docker images with missing choco in their base image to allow successful run of choco install git command. This release should also unblock the builds of the recent unity versions where some that were not published due to too many retries in the pipelines.

Happy Twosday!

What's Changed

New Contributors

Full Changelog: v0.17.0...v0.17.1

Windows images 🪟

23 Jan 12:24
6215b07
Compare
Choose a tag to compare

Description

Long awaited by very many of you; we're happy to announce the first iteration Windows-based images 🎉

Windows-images allow IL2CPP builds, windows store (UWP), and appleTV builds. These images will help pave the way towards other platforms such as MS Hololens and XBox.

Known limitations

Running Windows-based containers requires a Windows runner, with the same or newer kernel as the container image.

What's Changed

Full Changelog: v0.16.1...v0.17.0

Fix: reduce image size

16 Jan 14:34
5494187
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.16.0...v0.16.1

Hub 3.0 support

14 Jan 15:25
aa3fff8
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.15...v0.16.0

Multi-module support ✨

04 Aug 10:47
487dc88
Compare
Choose a tag to compare

Changes:

  • #116 Allow to install multiple modules in the editor image
  • #121 Indicate how to support us

Credits:

Special thanks go out to @shr-project for their contributions!

Introduce openssh-client as a first class citizen 💻

08 Jul 10:47
f1261bf
Compare
Choose a tag to compare

Changes:

  • #117 Add openssh-client

Fixes:

  • #119 editor: fix typo

Updates:

  • #118 Bump actions/cache from 2.1.5 to 2.1.6 dependencies

Credits:

Thanks to @shr-project and @dependabot for their contributions!

Minor fixes 🐞

22 May 14:51
a149669
Compare
Choose a tag to compare

Fixes:

  • #115 Partial fixes for no-graphics flag

Updates:

  • #114 Revert upgrade deps with higher specificity
  • #113 Update issue templates
  • #109 Bump docker/setup-buildx-action from 1 to 1.3.0 dependencies
  • #108 Bump docker/login-action from 1 to 1.9.0 dependencies

Improved build support 🎉

24 Apr 21:15
47c7a39
Compare
Choose a tag to compare

Fixes:

  • #104 fix: add extra dependencies for 2021.x-linux-il2cpp (lld)
  • #97 Fix Android environment issues

Updates:

  • #102 Bump actions/cache from v2.1.4 to v2.1.5 dependencies

Credits:

Thanks to @jsteinich for figuring out some in depth improvements for android builds, @dependabot for their contributions!

WebGL ffmpeg 🎵 + Android Tools and Java support 🎉

16 Mar 18:18
a0c1017
Compare
Choose a tag to compare

Changes

  • The images now have Android SDK support outside of unity editor, meaning you can use the android sdk and java, because they have been configured and the licenses have been accepted.

  • For WebGL we're featuring ffmpeg support.

These changes can be found in the following PRs:

  • #93 2019-lib-fixes
  • #90 Use full path sdkmanager for all android images
  • #89 Add ffmpeg in webgl editor
  • #88 Adding Android Environment Variables

Fixes

  • #91 fix: remove cache for building editor image

Credits

GZip and Brotli compression support for WebGL 🗜

01 Mar 22:21
864f059
Compare
Choose a tag to compare

Changes

  • #77 Fix GZip/Brotli compression for webgl

Fixes

  • #87 Fix build process for 2018.2 and below
  • #82 Fix build workflows
  • #80 Retry publication before reporting build as failure.
  • #81 refactor: alias to unity-editor
  • #78 fix linux-il2cpp module for early patch versions

Credits

  • Thanks go out to @mob-sakai for providing verified and well tested changes and providing most of the changes and fixes in this release.