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

Update ubuntu version from 18.04 to 22.04 #216

Merged
merged 20 commits into from
Aug 15, 2023
Merged

Commits on Jul 8, 2023

  1. Update base image to ubuntu 22.04 and fix dependencies

    Eugene Teoh committed Jul 8, 2023
    Configuration menu
    Copy the full SHA
    740d6d5 View commit details
    Browse the repository at this point in the history
  2. Replace python3 with python-is-python3

    Eugene Teoh committed Jul 8, 2023
    Configuration menu
    Copy the full SHA
    9aed6bb View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2023

  1. Clear python cache and icons

    Eugene Teoh committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    82776ba View commit details
    Browse the repository at this point in the history
  2. Remove build-essentials

    Reduces docker image size from 467Mb to 485Mb
    Eugene Teoh committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    69723a5 View commit details
    Browse the repository at this point in the history
  3. Add libssl fix for Ubuntu 22.04

    Eugene Teoh committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    c9ec152 View commit details
    Browse the repository at this point in the history
  4. Trigger build

    Eugene Teoh committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    598903b View commit details
    Browse the repository at this point in the history
  5. Add apt-get install flags

    Eugene Teoh committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    2d09be6 View commit details
    Browse the repository at this point in the history
  6. Increase build timeout

    Eugene Teoh committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    82652cf View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2023

  1. Install libssl1.1 and libssl1.0.0 from focal and bionic deb package r…

    …epositories
    Eugene Teoh committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    3cbbee8 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2023

  1. Install libssl directly from source

    Eugene Teoh committed Jul 15, 2023
    Configuration menu
    Copy the full SHA
    2b5cc0f View commit details
    Browse the repository at this point in the history
  2. Remove libssl1.0.0 from apt-get install

    Eugene Teoh committed Jul 15, 2023
    Configuration menu
    Copy the full SHA
    8388442 View commit details
    Browse the repository at this point in the history
  3. Fix brotli compression by installing python-setuptools

    Eugene Teoh committed Jul 15, 2023
    Configuration menu
    Copy the full SHA
    2efb065 View commit details
    Browse the repository at this point in the history
  4. Update unityhub installation as apt-key is deprecated

    Eugene Teoh committed Jul 15, 2023
    Configuration menu
    Copy the full SHA
    9fc154d View commit details
    Browse the repository at this point in the history
  5. Add unstable unityhub distribution

    Eugene Teoh committed Jul 15, 2023
    Configuration menu
    Copy the full SHA
    8b8bd45 View commit details
    Browse the repository at this point in the history
  6. Increase build timeout

    Eugene Teoh committed Jul 15, 2023
    Configuration menu
    Copy the full SHA
    8625311 View commit details
    Browse the repository at this point in the history
  7. Add python2 symlink

    Eugene Teoh committed Jul 15, 2023
    Configuration menu
    Copy the full SHA
    a9e878b View commit details
    Browse the repository at this point in the history
  8. Instal python2 for failed builds

    Eugene Teoh committed Jul 15, 2023
    Configuration menu
    Copy the full SHA
    1ad418c View commit details
    Browse the repository at this point in the history
  9. Downgrade gzip version

    Eugene Teoh committed Jul 15, 2023
    Configuration menu
    Copy the full SHA
    ebe0754 View commit details
    Browse the repository at this point in the history
  10. Install python2 from python-setuptools

    Eugene Teoh committed Jul 15, 2023
    Configuration menu
    Copy the full SHA
    bbbb6f6 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2023

  1. Minor bug fix

    Eugene Teoh committed Jul 16, 2023
    Configuration menu
    Copy the full SHA
    df40651 View commit details
    Browse the repository at this point in the history