This container supports Foundry VTT stable release 14.359
See:
Warning
While this is categorized as a Stable release there is always a possibility of unexpected bugs or compatibility issues. As with any time you update the core software, be sure to perform a complete backup of your user data to minimize any risk of data loss.
Important Changes from v13
Primary registry is now GitHub Container Registry
Images are now published primarily to ghcr.io/felddy/foundryvtt. Stable releases continue to be mirrored to Docker Hub at docker.io/felddy/foundryvtt. All documentation and examples have been updated to use ghcr.io image references.
Platform support changes
- Dropped
linux/arm/v7support. - Node.js upgraded from
22to24. - Base image updated from Debian
bookwormto Debiantrixie.
New Foundry VTT configuration options
Several new options.json fields introduced in Foundry VTT Version 14 are now configurable via environment variable:
FOUNDRY_CSS_THEME— Setup page theme. Default changed fromfoundrytodarkto match Foundry's V14 default.FOUNDRY_DELETE_NEDB— Automatically delete legacy NeDB files after LevelDB migration.FOUNDRY_LOG_SIZE— Maximum log file size before rotation (e.g.64m).FOUNDRY_MAX_LOGS— Maximum number of log files to retain.FOUNDRY_NO_BACKUPS— Disable automatic world backups before major version migrations.FOUNDRY_SERVICE_CONFIG— Path to a service configuration file.FOUNDRY_SERVICE_KEY— Service authentication key. May be set using secrets.FOUNDRY_TEMP_DIR— Temporary directory for package archive downloads, useful for hosts with constrained/datastorage.FOUNDRY_UNIX_SOCKET— Unix domain socket path for the server listener.FOUNDRY_TELEMETRY— Fixed from string passthrough to proper boolean. It is recommended to explicitly set this to avoid a prompt on every container start.
Exponential backoff on container failure
The container now applies exponential backoff before exiting on any failure, protecting the Foundry API servers and your hosting environment from rapid restart loops. Previously, a misconfigured or crashing container could restart immediately and repeatedly — potentially hammering the Foundry download and license servers.
Supply chain security
Container images are now signed and published with verifiable SLSA Level 3 provenance, Software Bills of Materials (SBOMs), and vulnerability attestations via Trivy for every supported platform. These artifacts are attached to each image in the registry. The build pipeline has been upgraded to use felddy/reusable-workflows v4 with attestations: write permissions.
What's Changed
- Bump the github-actions-all group across 1 directory with 4 updates by @dependabot[bot] in #1313
- Update to use reusable workflows v3 by @felddy in #1314
- Bump the github-actions-all group with 2 updates by @dependabot[bot] in #1315
- Pin workflows and lock down runner egress by @felddy in #1316
- Bump winston from 3.18.3 to 3.19.0 in the npm-all group by @dependabot[bot] in #1318
- Bump github/codeql-action from 4.31.6 to 4.31.7 in the github-actions-all group by @dependabot[bot] in #1317
- Bump @types/node from 24.10.1 to 24.10.2 in the npm-all group by @dependabot[bot] in #1319
- Bump step-security/harden-runner from 2.13.3 to 2.14.0 in the github-actions-all group by @dependabot[bot] in #1320
- Bump @types/node from 24.10.2 to 25.0.0 in the npm-all group by @dependabot[bot] in #1321
- Bump @types/node from 25.0.0 to 25.0.1 in the npm-all group by @dependabot[bot] in #1323
- Bump the github-actions-all group across 1 directory with 4 updates by @dependabot[bot] in #1326
- Bump the npm-all group with 2 updates by @dependabot[bot] in #1327
- Bump the npm-all group across 1 directory with 2 updates by @dependabot[bot] in #1331
- Bump undici from 7.13.0 to 7.18.2 by @dependabot[bot] in #1337
- Bump @types/node from 25.0.3 to 25.0.6 in the npm-all group by @dependabot[bot] in #1336
- Bump the github-actions-all group across 1 directory with 2 updates by @dependabot[bot] in #1340
- Clone of PR-1325 by @felddy in #1341
- Bump @types/node from 25.0.9 to 25.0.10 in the npm-all group by @dependabot[bot] in #1342
- Bump actions/setup-python from 6.1.0 to 6.2.0 in the github-actions-all group by @dependabot[bot] in #1343
- Bump actions/checkout from 6.0.1 to 6.0.2 in the github-actions-all group by @dependabot[bot] in #1344
- Add support for proxy in bootstrap scripts by @Taner314 in #1345
- Bump cheerio from 1.1.2 to 1.2.0 in the npm-all group by @dependabot[bot] in #1346
- Bump the github-actions-all group with 2 updates by @dependabot[bot] in #1347
- Bump @types/node from 25.0.10 to 25.1.0 in the npm-all group by @dependabot[bot] in #1351
- Bump actions/cache from 5.0.2 to 5.0.3 in the github-actions-all group by @dependabot[bot] in #1352
- Bump github/codeql-action from 4.32.0 to 4.32.1 in the github-actions-all group by @dependabot[bot] in #1354
- Bump @types/node from 25.1.0 to 25.2.0 in the npm-all group by @dependabot[bot] in #1353
- Bump the github-actions-all group across 1 directory with 2 updates by @dependabot[bot] in #1358
- Bump @types/node from 25.2.0 to 25.2.1 in the npm-all group by @dependabot[bot] in #1356
- Bump @types/node from 25.2.2 to 25.2.3 in the npm-all group by @dependabot[bot] in #1359
- Bump github/codeql-action from 4.32.2 to 4.32.3 in the github-actions-all group by @dependabot[bot] in #1360
- Bump actions/stale from 10.1.1 to 10.2.0 in the github-actions-all group by @dependabot[bot] in #1362
- Bump @types/node from 25.2.3 to 25.3.0 in the npm-all group by @dependabot[bot] in #1363
- Bump actions/dependency-review-action from 4.8.2 to 4.8.3 in the github-actions-all group by @dependabot[bot] in #1364
- Bump the github-actions-all group across 1 directory with 2 updates by @dependabot[bot] in #1366
- Bump the github-actions-all group across 1 directory with 7 updates by @dependabot[bot] in #1377
- Bump undici from 7.19.1 to 7.24.5 by @dependabot[bot] in #1378
- Release 14.359.0 by @felddy in #1382
- build(deps): bump the github-actions-all group across 1 directory with 2 updates by @dependabot[bot] in #1384
- build(deps): bump proxy-agent from 7.0.0 to 8.0.0 in the npm-all group across 1 directory by @dependabot[bot] in #1383
New Contributors
Full Changelog: v13.351.0...v14.359.0