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 { /// <summary>container-registry.oracle.com</summary> public const string Registry = "container-registry.oracle.com"; /// <summary>database/free</summary> public const string Image = "database/free"; /// <summary>23.5.0.0</summary> public const string Tag = "23.5.0.0"; } |