Image Tags
Details on using the Seq Docker container
The datalust/seq
container image container has a scheme for tagging container images based on their stability:
Tag | Example | Stability |
---|---|---|
latest | datalust/seq:latest | The latest stable release. Pulling from latest may bump the major version of Seq. |
preview | datalust/seq:preview | The latest preview release. These releases may contain preview features that aren't recommended for production environments but gives you a chance to test anything that's coming up. |
{major} | datalust/seq:2024.1 | The latest release in a major version. Pulling from {major} will never bump the major version of Seq. |
{major}.{patch} | datalust/seq:2024.1.10949 | A specific release that corresponds to a Windows MSI. Pulling from {major}.{patch} will always give the same version. |
{major}.{patch}-pre | datalust/seq:2024.1.10949-pre | A specific preview release. Pulling from {major}.{patch}-pre will always give the same version. |
Updated 10 months ago