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

e2e: Avoid hard-coding ImageCacheDir #17243

Merged
merged 1 commit into from
Jan 30, 2023

Commits on Jan 30, 2023

  1. e2e: Avoid hard-coding ImageCacheDir

    - ImageCacheDir is hard-coded as "/tmp/podman/imagecachedir".
    To avoid this hard-coding, I changed it to "os.TempDir()/imagecachedir".
    
    - Change ImageCacheDir permissions from 0777 to 0700.
    This directory should be used by per-user.
    
    Signed-off-by: Toshiki Sonoda <sonoda.toshiki@fujitsu.com>
    sstosh committed Jan 30, 2023
    Configuration menu
    Copy the full SHA
    2682d3a View commit details
    Browse the repository at this point in the history