Documentation
DocumentationDiscussions

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:

TagExampleStability
latestdatalust/seq:latestThe latest stable release. Pulling from latest may bump the major version of Seq.
previewdatalust/seq:previewThe 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.1The latest release in a major version. Pulling from {major} will never bump the major version of Seq.
{major}.{patch}datalust/seq:2024.1.10949A specific release that corresponds to a Windows MSI. Pulling from {major}.{patch} will always give the same version.
{major}.{patch}-predatalust/seq:2024.1.10949-preA specific preview release. Pulling from {major}.{patch}-pre will always give the same version.