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