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

Add zstd on windows #387

Merged
merged 2 commits into from
Oct 10, 2024
Merged

Add zstd on windows #387

merged 2 commits into from
Oct 10, 2024

Commits on Oct 10, 2024

  1. windows: add zstandard package

    Windows does not have zstd by default so we need to install it. In
    particular I am looking at switching the repo archive to zstd as this
    makes things much faster (over 1min in podman)[1] but the windows
    testing is unable to extract that. While archiver added zstd support a
    while back it is not in the version that is on chocolatey which seems a
    bit out of date.
    
    [1] containers/podman#24120
    
    Signed-off-by: Paul Holzinger <[email protected]>
    Luap99 committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    aa36f71 View commit details
    Browse the repository at this point in the history
  2. Build new images

    Bump debian tar timebomb, remove manual crun install as the package is
    stable now and most importantly remove IMA workaround as the issue[1],
    we will see if that is true.
    
    [1] containers/podman#18543
    
    Signed-off-by: Paul Holzinger <[email protected]>
    Luap99 committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    ef2c8f2 View commit details
    Browse the repository at this point in the history