File: SeqContainerImageTags.cs | Web Access |
Project: src\src\Aspire.Hosting.Seq\Aspire.Hosting.Seq.csproj (Aspire.Hosting.Seq) |
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. namespace Aspire.Hosting; internal static class SeqContainerImageTags { /// <summary>docker.io</summary> public const string Registry = "docker.io"; /// <summary>datalust/seq</summary> public const string Image = "datalust/seq"; /// <summary>2024.3</summary> public const string Tag = "2024.3"; } |