File: src\Aspire.Hosting.Oracle\OracleContainerImageTags.cs
Web Access
Project: src\tests\Aspire.Hosting.Oracle.Tests\Aspire.Hosting.Oracle.Tests.csproj (Aspire.Hosting.Oracle.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;
 
internal static class OracleContainerImageTags
{
    public const string Registry = "container-registry.oracle.com";
    public const string Image = "database/free";
    public const string Tag = "23.5.0.0";
}