【问题标题】:How can i get the latest Business Central Docker image?如何获取最新的 Business Central Docker 映像?
【发布时间】:2021-02-03 23:27:33
【问题描述】:

我正在将 Business Central Docker 映像部署到 Azure。我在哪里可以找到 --image 标签的详细信息

我正在使用

   --image mcr.microsoft.com/businesscentral/sandbox:base (but this give msg its over 90 days 
                                                                                   old)

我也用

      --image microsoft/bcsandbox:latest

还是报错:

您正在尝试运行 90 天以上的容器。

Microsoft recommends that you always run the latest version of our containers.

Set the environment variable ACCEPT_OUTDATED to 'Y' if you want to run this container anyway.

如何在不设置标志 ACCEPT_OUTDATED 的情况下运行最新版本?

【问题讨论】:

    标签: powershell azure-container-instances dynamics-business-central


    【解决方案1】:

    图像不再被维护。这就是您获得过时版本的原因。您可以在these blog posts 中阅读更多相关信息。

    如果您想在 Azure 中托管最新版本,则必须使用容器创建 Windows Server,然后使用 BcContainerHelper 构建和运行所需的容器映像。

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2020-10-26
      • 2022-11-04
      • 1970-01-01
      • 2019-11-12
      • 1970-01-01
      • 2022-07-18
      • 2020-07-04
      • 2020-01-07
      相关资源
      最近更新 更多