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