File: Registry\RegistryConstants.cs | Web Access |
Project: ..\..\..\src\Containers\Microsoft.NET.Build.Containers\Microsoft.NET.Build.Containers.csproj (Microsoft.NET.Build.Containers) |
// Copyright (c) .NET Foundation and contributors. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. 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"; } |