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 { /// <remarks>docker.io</remarks> public const string Registry = "docker.io"; /// <remarks>qdrant/qdrant</remarks> public const string Image = "qdrant/qdrant"; /// <remarks>v1.12.1</remarks> public const string Tag = "v1.12.1"; } |