File: src\Aspire.Hosting.Garnet\GarnetContainerImageTags.cs | Web Access |
Project: src\tests\Aspire.Hosting.Garnet.Tests\Aspire.Hosting.Garnet.Tests.csproj (Aspire.Hosting.Garnet.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.Garnet; internal static class GarnetContainerImageTags { /// <remarks>ghcr.io</remarks> public const string Registry = "ghcr.io"; /// <remarks>microsoft/garnet</remarks> public const string Image = "microsoft/garnet"; /// <remarks>1.0</remarks> public const string Tag = "1.0"; } |