fix(deps): update felddy/foundryvtt docker tag to v14 (release/foundryvtt-v12) - #369
Closed
wittdennis-renovate[bot] wants to merge 1 commit into
Conversation
wittdennis
deleted the
renovate/release/foundryvtt-v12-felddy-foundryvtt-14.x
branch
April 3, 2026 06:30
Contributor
Author
Renovate Ignore NotificationBecause you closed this PR without merging, Renovate will ignore this update. You will not get PRs for any future If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
12.343.0→14.359.0Release Notes
felddy/foundryvtt-docker (felddy/foundryvtt)
v14.359.0Compare Source
This container supports Foundry VTT stable release
14.359See:
Important Changes from
v13Primary 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 atdocker.io/felddy/foundryvtt. All documentation and examples have been updated to useghcr.ioimage references.Platform support changes
linux/arm/v7support.22to24.bookwormto Debiantrixie.New Foundry VTT configuration options
Several new
options.jsonfields 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-workflowsv4 withattestations: writepermissions.What's Changed
New Contributors
Full Changelog: felddy/foundryvtt-docker@v13.351.0...v14.359.0
v13.351.0Compare Source
This container supports Foundry VTT stable release
13.351See:
What's Changed
New Contributors
Full Changelog: felddy/foundryvtt-docker@v13.350.0...v13.351.0
v13.350.0Compare Source
This container supports Foundry VTT stable release
13.350See:
What's Changed
Full Changelog: felddy/foundryvtt-docker@v13.348.0...v13.350.0
v13.348.0Compare Source
This container supports Foundry VTT stable release
13.348See:
What's Changed
New Contributors
Full Changelog: felddy/foundryvtt-docker@v13.347.0...v13.348.0
v13.347.0Compare Source
This container supports Foundry VTT stable release
13.347See:
What's Changed
Full Changelog: felddy/foundryvtt-docker@v13.346.0...v13.347.0
v13.346.0Compare Source
This container supports Foundry VTT stable release
13.346See:
What's Changed
Full Changelog: felddy/foundryvtt-docker@v13.345.0...v13.346.0
v13.345.0Compare Source
This container supports Foundry VTT stable release
13.345See:
What's Changed
Full Changelog: felddy/foundryvtt-docker@v13.344.0...v13.345.0
v13.344.0Compare Source
This container supports Foundry VTT stable release
13.344See:
What's Changed
Full Changelog: felddy/foundryvtt-docker@v13.342.2...v13.344.0
v13.342.2Compare Source
This container supports Foundry VTT stable release
13.342This release fixes a bug that prevented admin keys passed in as secrets from being properly configured at startup.
See:
What's Changed
Full Changelog: felddy/foundryvtt-docker@v13.342.1...v13.342.2
v13.342.1Compare Source
This container supports Foundry VTT stable release
13.342This release fixes a bug that would cause licenses to be installed in the wrong directory.
If you ran container versions
13.340.0,13.341.0, or13.342.0, you may haveconfig(lower casec) directory on your/datavolume. This directory is unused and can safely be removed or ignored.See:
What's Changed
Full Changelog: felddy/foundryvtt-docker@v13.342.0...v13.342.1
v13.342.0Compare Source
This container supports Foundry VTT stable release
13.342See:
What's Changed
Full Changelog: felddy/foundryvtt-docker@v13.341.0...v13.342.0
v13.341.0Compare Source
This container supports Foundry VTT stable release
13.341See:
Important Changes from
v12There are breaking changes from
v12tov13of this container around the defaultuser and group that is used to run Foundry. See this discussion for more information.
/home/foundryto/home/nodeFOUNDRY_UIDandFOUNDRY_GIDenvironment variables have been deprecated.The Docker
useroption should be used to change theuidandgidof the running processes.datavolume to match theuidandgidof the server. Therefore theCONTAINER_PRESERVE_OWNERenvironment variable is deprecated.TIMEZONEenvironment variable has been replaced by the standardTZenvironment variable.linux/arm/v6and re-adding support forlinux/s390x.18to Node22.421:421to the Node container standard of1000:1000.All Changes
13.332.0by @felddy in #110013.333by @felddy in #112513.334by @felddy in #1126Full Changelog: felddy/foundryvtt-docker@v12.331.0...v13.341.0
v13.340.0Compare Source
This pre-release container supports Foundry VTT testing release
13.340See:
Important Changes from
v12There were substantial internal changes introduced at release
v13.333.0that may affect some users:/home/foundryto/home/nodeFOUNDRY_UIDandFOUNDRY_GIDenvironment variables have been deprecated.The Docker
useroption should be used to change theuidandgidof the running processes.datavolume to match theuidandgidof the server. Therefore theCONTAINER_PRESERVE_OWNERenvironment variable is deprecated.TIMEZONEenvironment variable has been replaced by the standardTZenvironment variable.What's Changed
Full Changelog: felddy/foundryvtt-docker@v13.339.0...v13.340.0
v13.339.0Compare Source
This pre-release container supports Foundry VTT testing release
13.339See:
What's Changed
Full Changelog: felddy/foundryvtt-docker@v13.338.0...v13.339.0
v13.338.0Compare Source
This pre-release container supports Foundry VTT testing release
13.338See:
What's Changed
Full Changelog: felddy/foundryvtt-docker@v13.337.0...v13.338.0
v13.337.0Compare Source
This pre-release container supports Foundry VTT testing release
13.337See:
What's Changed
Full Changelog: felddy/foundryvtt-docker@v13.336.0...v13.337.0
v13.336.0Compare Source
This pre-release container supports Foundry VTT testing release
13.336See:
What's Changed
Full Changelog: felddy/foundryvtt-docker@v13.335.0...v13.336.0
v13.335.0Compare Source
This pre-release container supports Foundry VTT development release
13.335See:
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Renovate Bot.