File: ElasticsearchContainerImageTags.cs
Web Access
Project: src\src\Aspire.Hosting.Elasticsearch\Aspire.Hosting.Elasticsearch.csproj (Aspire.Hosting.Elasticsearch)
// 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.Elasticsearch;
 
internal static class ElasticsearchContainerImageTags
{
    public const string Registry = "docker.io";
    public const string Image = "library/elasticsearch";
    public const string Tag = "8.15.1";
}