File: MilvusContainerImageTags.cs
Web Access
Project: src\src\Aspire.Hosting.Milvus\Aspire.Hosting.Milvus.csproj (Aspire.Hosting.Milvus)
// 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.Milvus;
 
internal static class MilvusContainerImageTags
{
    public const string Registry = "docker.io";
    public const string Image = "milvusdb/milvus";
    public const string Tag = "v2.4.10";
 
    public const string AttuImage = "zilliz/attu";
    public const string AttuTag = "v2.4";
}