I am deploying to Azure a Business Central Docker image . where can i find the details for --image tag
I am using
--image mcr.microsoft.com/businesscentral/sandbox:base (but this give msg its over 90 days
old)
I also use
--image microsoft/bcsandbox:latest
and it still gives error:
You are trying to run a container which is more than 90 days old.
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.
How can i run the latest version without having to set the flag ACCEPT_OUTDATED ?