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

Cirrus: Upgrade image to F40 #140

Closed
wants to merge 2 commits into from
Closed

Commits on May 29, 2024

  1. chore(deps): update dependency containers/automation_images to v20240529

    Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored May 29, 2024
    Configuration menu
    Copy the full SHA
    9cf62af View commit details
    Browse the repository at this point in the history
  2. cirrus: Install fuse-overlayfs

    Fixes:
    podman run -d -v /home:/home:ro -v /var/spool:/var/spool:rw -p 21:21 fedora sleep 1h  # ./contrib/cirrus/test.sh:11 in main()
    Error: configure storage: overlay: can't stat program "/usr/bin/fuse-overlayfs": faccessat /usr/bin/fuse-overlayfs: no such file or directory
    
    Signed-off-by: Vit Mojzis <vmojzis@redhat.com>
    vmojzis committed May 29, 2024
    Configuration menu
    Copy the full SHA
    a2e89d8 View commit details
    Browse the repository at this point in the history