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

fix: run old Docker versions on Ubuntu 20.04 #699

Merged
merged 2 commits into from
Dec 19, 2023
Merged

fix: run old Docker versions on Ubuntu 20.04 #699

merged 2 commits into from
Dec 19, 2023

Commits on Dec 19, 2023

  1. fix: run old Docker versions on Ubuntu 20.04

    Ubuntu 22.04 upgrades systemd, which upgrades how cgroups are handled, which
    the old Docker versions are not happy with.
    
    See:
    - docker/for-linux#219
    - systemd/systemd#13477
    pitkley committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    74b9e33 View commit details
    Browse the repository at this point in the history
  2. fix: build test-binary for musl

    This ensures that the OS version it runs on does not matter.
    pitkley committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    ddb98d3 View commit details
    Browse the repository at this point in the history