Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: game-ci/docker
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.1.2
Choose a base ref
...
head repository: game-ci/docker
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.0.0
Choose a head ref
  • 3 commits
  • 5 files changed
  • 3 contributors

Commits on Apr 18, 2023

  1. Disable Legacy Windows Image Builds (#210)

    * Disable repo dispatch trigger
    AndrewKahr authored Apr 18, 2023
    Configuration menu
    Copy the full SHA
    915ffaf View commit details
    Browse the repository at this point in the history

Commits on May 7, 2023

  1. Configuration menu
    Copy the full SHA
    3bad88c View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2023

  1. Update ubuntu version from 18.04 to 22.04 (#216)

    * Update base image to ubuntu 22.04 and fix dependencies
    
    * Replace python3 with python-is-python3
    
    * Clear python cache and icons
    
    * Remove build-essentials
    Reduces docker image size from 467Mb to 485Mb
    
    * Add libssl fix for Ubuntu 22.04
    
    * Trigger build
    
    * Add apt-get install flags
    
    * Increase build timeout
    
    * Install libssl1.1 and libssl1.0.0 from focal and bionic deb package repositories
    
    * Install libssl directly from source
    
    * Remove libssl1.0.0 from apt-get install
    
    * Fix brotli compression by installing python-setuptools
    
    * Update unityhub installation as apt-key is deprecated
    
    * Add unstable unityhub distribution
    
    * Increase build timeout
    
    * Add python2 symlink
    
    * Instal python2 for failed builds
    
    * Downgrade gzip version
    
    * Install python2 from python-setuptools
    
    * Minor bug fix
    eugeneteoh authored Aug 15, 2023
    Configuration menu
    Copy the full SHA
    9962a6a View commit details
    Browse the repository at this point in the history
Loading