File: src\Aspire.Hosting.Nats\NatsContainerImageTags.cs
Web Access
Project: src\tests\Aspire.Hosting.Nats.Tests\Aspire.Hosting.Nats.Tests.csproj (Aspire.Hosting.Nats.Tests)
// 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.Nats;
 
internal static class NatsContainerImageTags
{
    public const string Registry = "docker.io";
    public const string Image = "library/nats";
    public const string Tag = "2.10";
}