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