mirror of
https://github.com/imjasonh/terraform-playground
synced 2026-07-08 07:44:57 +00:00
No description
Caching (layer blobs, downloaded wheels, base interpreter detection) is now enabled by default at the per-user cache dir (or --cache-dir / $PYMAGE_CACHE_DIR). --no-cache disables it: layer/meta caches off and wheels downloaded into an ephemeral temp dir that's cleaned up after the build. - setupCaches centralizes cache wiring (one cache.Cache serves layers + meta); --no-cache uses a temp wheel dir with cleanup - DefaultCacheDir honors $PYMAGE_CACHE_DIR; cli tests point it at a temp dir so the on-by-default cache doesn't touch the user's cache - tests: setupCaches (default + --no-cache cleanup); README/config updated Co-authored-by: Jason Hall <imjasonh@users.noreply.github.com> |
||
|---|---|---|
| .github/workflows | ||
| cf-worker | ||
| cf-worker-container | ||
| cf-worker-go | ||
| container-vm | ||
| driftlessaf | ||
| gitea | ||
| iap | ||
| image-workflow | ||
| litestream | ||
| pymage | ||
| .devcontainer.json | ||
| .gitignore | ||
| LICENSE | ||