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 { /// <summary>ghcr.io</summary> public const string Registry = "ghcr.io"; /// <summary>microsoft/garnet</summary> public const string Image = "microsoft/garnet"; /// <summary>1.0</summary> public const string Tag = "1.0"; } |