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

ci: Place container storage inside work volume #7

Merged

Commits on May 30, 2024

  1. ci: Place container storage inside work volume

    This commit updates the CI workflow to explicitly configure the Podman
    container storage to be inside the runner work volume (`__w`), which is
    guaranteed to have at least 100GB available.
    
    The default container storage path is `/var/lib/containers/storage`,
    which resides in the Docker storage volume that has no free space
    guarantees.
    
    Signed-off-by: Stephanos Ioannidis <[email protected]>
    stephanosio committed May 30, 2024
    Configuration menu
    Copy the full SHA
    21373b8 View commit details
    Browse the repository at this point in the history