1
0
Fork 0
mirror of https://github.com/imjasonh/terraform-playground synced 2026-07-08 07:44:57 +00:00
No description
Find a file
Cursor Agent 1f0ade9788
cache: make caching opt-out (default on) with --no-cache
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>
2026-06-11 00:42:36 +00:00
.github/workflows ci: run the built image on macOS too (Intel runner + Docker via Colima) 2026-06-10 21:53:37 +00:00
cf-worker
cf-worker-container Add Terraform infrastructure for pr-risk-scorer deployment 2026-02-18 17:12:12 +00:00
cf-worker-go WIP: cf-worker-go; tf-cloudfuare doesn't work with wasm :( 2023-12-30 15:47:37 -05:00
container-vm dry 2025-11-30 14:52:44 -05:00
driftlessaf Fix golangci-lint staticcheck issues in cifixer eval_test.go 2026-02-19 02:51:19 +00:00
gitea Add Gitea deployment with Cloud Run and GCS storage 2025-08-04 15:31:46 -04:00
iap add IAP example 2024-07-04 09:19:48 -04:00
image-workflow widespread improvements 2023-08-17 21:21:07 -04:00
litestream clean up logging 2026-02-05 21:55:20 -05:00
pymage cache: make caching opt-out (default on) with --no-cache 2026-06-11 00:42:36 +00:00
.devcontainer.json skip reqs 2024-06-28 18:48:51 -04:00
.gitignore
LICENSE