You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[](https://hub.docker.com/r/felddy/foundryvtt)
@@ -210,8 +210,8 @@ It is recommended that most users use the `:release` tag.
210
210
|-----------|-------------|
211
211
|`felddy/foundryvtt:release` | The most recent image from the `stable` channel. These images are **considered stable**, and well-tested. Most users will use this tag. The `latest` tag always points to the same version as `release`.|
212
212
|`felddy/foundryvtt:prerelease` | The most recent image from the `testing`, `development`, or `prototype` channels. Pre-releases are **VERY LIKELY to introduce breaking bugs** that will be disruptive to play. Do not install this version unless you are using for the specific purposes of testing. The intention of pre-release builds are to allow for previewing new features and to help developers to begin updating modules which are impacted by the changes. If you choose to update to this version for a live game you do so entirely at your own risk of having a bad experience. *Please back up your critical user data before installing this version.* |
213
-
|`felddy/foundryvtt:10.283.0`| An exact image version. |
214
-
|`felddy/foundryvtt:10.283`| The most recent image matching the major and minor version numbers. |
213
+
|`felddy/foundryvtt:10.284.0`| An exact image version. |
214
+
|`felddy/foundryvtt:10.284`| The most recent image matching the major and minor version numbers. |
215
215
|`felddy/foundryvtt:10`| The most recent image matching the major version number. |
216
216
|`felddy/foundryvtt:latest`| See the `release` tag. [Why does `latest` == `release`?](https://vsupalov.com/docker-latest-tag/) |
217
217
@@ -265,7 +265,7 @@ secrets](#using-secrets) instead of environment variables.
265
265
266
266
| Name | Purpose | Default |
267
267
|-------|---------|---------|
268
-
| `CONTAINER_CACHE` | Set a path to cache downloads of the Foundry distribution archive and speed up subsequent container startups. The path should be in `/data` or another persistent mount point in the container. Set to `""` to disable. ***Note***: When the cache is disabled the container may sleep instead of exiting, in certain circumstances, to prevent a download loop. A distribution can be pre-downloaded and placed into a cache directory. The distribution's name must be of the form: `foundryvtt-10.283.zip`| `/data/container_cache` |
268
+
| `CONTAINER_CACHE` | Set a path to cache downloads of the Foundry distribution archive and speed up subsequent container startups. The path should be in `/data` or another persistent mount point in the container. Set to `""` to disable. ***Note***: When the cache is disabled the container may sleep instead of exiting, in certain circumstances, to prevent a download loop. A distribution can be pre-downloaded and placed into a cache directory. The distribution's name must be of the form: `foundryvtt-10.284.zip`| `/data/container_cache` |
269
269
| `CONTAINER_PATCHES` | Set a path to a directory of shell scripts to be sourced after Foundry is installed but before it is started. The path should be in `/data` or another persistent mount point in the container. e.g.; `/data/container_patches` Patch files are sourced in lexicographic order. `CONTAINER_PATCHES` are processed after `CONTAINER_PATCH_URLS`.| |
270
270
| `CONTAINER_PATCH_URLS` | Set to a space-delimited list of URLs to be sourced after Foundry is installed but before it is started. Patch URLs are sourced in the order specified. `CONTAINER_PATCH_URLS` are processed before `CONTAINER_PATCHES`. ⚠️ **Only use patch URLs from trusted sources!** | |
271
271
| `CONTAINER_PRESERVE_CONFIG` | Normally new `options.json` and `admin.txt` files are generated by the container at each startup. Setting this to `true` prevents the container from modifying these files when they exist. If they do not exist, they will be created as normal. | `false` |
@@ -291,7 +291,7 @@ secrets](#using-secrets) instead of environment variables.
291
291
| `FOUNDRY_UID` | `uid` the daemon will be run under. | `foundry` |
292
292
| `FOUNDRY_UPNP` | Allow Universal Plug and Play to automatically request port forwarding for the Foundry server port to your local network address. | `false` |
293
293
| `FOUNDRY_UPNP_LEASE_DURATION` | Sets the Universal Plug and Play lease duration, allowing for the possibility of permanent leases for routers which do not support temporary leases. To define an indefinite lease duration set the value to `0`. | `null` |
294
-
| `FOUNDRY_VERSION` | Version of Foundry Virtual Tabletop to install. | `10.283` |
294
+
| `FOUNDRY_VERSION` | Version of Foundry Virtual Tabletop to install. | `10.284` |
295
295
| `FOUNDRY_WORLD` | The world to startup at system start. | `null` |
0 commit comments