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