我怎样才能获得最新的 Business Central Docker 图片?
How can i get the latest Business Central Docker image?
我正在向 Azure 部署一个 Business Central Docker 映像。我在哪里可以找到 --image tag
的详细信息
我正在使用
--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 的情况下 运行 最新版本?
图像不再维护。这就是您获得过时版本的原因。您可以在 these blog posts.
中阅读更多相关信息
如果您想在 Azure 中托管最新版本,您必须创建一个 Windows 带有容器的服务器,然后使用 BcContainerHelper
构建和 运行 所需的容器映像。
我正在向 Azure 部署一个 Business Central Docker 映像。我在哪里可以找到 --image tag
的详细信息我正在使用
--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 的情况下 运行 最新版本?
图像不再维护。这就是您获得过时版本的原因。您可以在 these blog posts.
中阅读更多相关信息如果您想在 Azure 中托管最新版本,您必须创建一个 Windows 带有容器的服务器,然后使用 BcContainerHelper
构建和 运行 所需的容器映像。