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

feat(runner): support Ubuntu 24.04 #4246

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Commits on Nov 21, 2024

  1. fix(runner-install): correct detection of Ubuntu 24.04

    On Ubuntu 24.04 there is another variable `ID_LIKE` that appears in
    the `/etc/os-release` file. This change fixes the regex match
    to only match ID and not ID_LIKE
    
    closes philips-labs#4245
    bdellegrazie committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    328e540 View commit details
    Browse the repository at this point in the history
  2. fix(ubuntu-24.04): make Ubuntu example work

    * Switch to using the upstream deb archive for Docker
    * use awscli v2
    * Provide a user-specific override for systemd
    * use machinectl to launch rootless docker
    bdellegrazie committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    410a7aa View commit details
    Browse the repository at this point in the history