File: Registry\RegistryConstants.cs
Web Access
Project: src\src\sdk\src\Containers\Microsoft.NET.Build.Containers\Microsoft.NET.Build.Containers.csproj (Microsoft.NET.Build.Containers)
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.

namespace Microsoft.NET.Build.Containers;

internal static class RegistryConstants
{
    public static string GitHubPackageRegistryDomain = "ghcr.io";
    public static string MicrosoftContainerRegistryDomain = "mcr.microsoft.com";
    public static string PublicAmazonElasticContainerRegistryDomain = "public.ecr.aws";
}