File: QdrantContainerImageTags.cs
Web Access
Project: src\src\Aspire.Hosting.Qdrant\Aspire.Hosting.Qdrant.csproj (Aspire.Hosting.Qdrant)
// 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.Qdrant;
 
internal static class QdrantContainerImageTags
{
    public const string Registry = "docker.io";
    public const string Image = "qdrant/qdrant";
    public const string Tag = "v1.11.3";
}