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

spread: band-aid docker installation on fedora-37 #277

Merged
merged 2 commits into from
May 25, 2023

Commits on May 23, 2023

  1. spread: band-aid docker installation on fedora-37

    Latest version of the docker snap fails to install on Fedora with the
    following message:
    
    ```
     error: cannot install "docker": snap "docker" assumes unsupported features:
           snapd2.59.1 (try to refresh snapd)
    ```
    
    Trying to refresh snapd doesn't actually solve the issue. While we
    investigage, installing from the older stable channel should keep the
    spread tests running.
    
    Also do some minor cleanup from the fedora 36 -> 37 update.
    tigarmo committed May 23, 2023
    Configuration menu
    Copy the full SHA
    9a3ba30 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2023

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