File: YarpContainerImageTags.cs
Web Access
Project: src\src\Aspire.Hosting.Yarp\Aspire.Hosting.Yarp.csproj (Aspire.Hosting.Yarp)
// 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.Yarp;
 
internal static class YarpContainerImageTags
{
    public const string Registry = "mcr.microsoft.com";
 
    public const string Image = "dotnet/nightly/yarp";
 
    public const string Tag = "2-preview";
}