File: src\Aspire.Hosting.Azure.EventHubs\EventHubsEmulatorContainerImageTags.cs
Web Access
Project: src\tests\Aspire.Hosting.Azure.Tests\Aspire.Hosting.Azure.Tests.csproj (Aspire.Hosting.Azure.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.Azure.EventHubs;
 
internal static class EventHubsEmulatorContainerImageTags
{
    public const string Registry = "mcr.microsoft.com";
    public const string Image = "azure-messaging/eventhubs-emulator";
    public const string Tag = "latest";
}