Warning: this way of working with Docker Images is outdated! More info here and here.
Admitted – this is not a lot of new content since my last post – but there are updates since the last one. Also, I wanted to put all repos in a nice clear list.
Since my last post, I was contacted by Chris Blank that there actually was another “insider”-repo (for OnPrem images), and he also found a way to get a list of tags of what’s available on them. The latter, I put into a script, so now there are 3 scripts for getting to all tags on the different repos.
So, if you haven’t read my previous post, please do (because you’ll find some more information on where to find the proper Docker images, and what they are for), and here is a nice(r) overview of all current repos (with updates):
Repo | Short description | List of tags |
mcr.microsoft.com/businesscentral/onprem | OnPrem Versionof Business Central
Business Central Only |
This link |
mcr.microsoft.com/businesscentral/sandbox | SaaS Versionof Business Central
Business Central Only |
This link |
mcr.microsoft.com/dynamicsnav | Old(er) versions of NAV
No Business Central previously ‘microsoft/dynamics-nav’ |
This link |
bcinsider.azurecr.io/bcsandbox | Next release of Business Central SaaS | This script |
bcinsider.azurecr.io/bcsandbox-master | Next major release of Business Central SaaS
Daily build |
This script |
bcinsider.azurecr.io/bconprem | Next release of Business Central OnPrem | This script |
bcinsider.azurecr.io/bconprem-master | Next major release of Business Central OnPrem
Daily build |
This script |
microsoft/bcsandbox | SaaS Version of Business Central
Discontinued (replaced by ‘mcr.microsoft.com/businesscentral/sandbox’) |
This script |
microsoft/dynamics-nav | Old(er) versions of NAV
No Business Central Discontinued (replaced by ‘mcr.microsoft.com/dynamics-nav’) |
This script |
Enjoy!
6 comments
2 pings
Skip to comment form
Hello Waldo,
great post, but don’t you miss the Developer Previews?
Keep up the great work & best regards
Author
I might :-). What repo would that be?
I just realised that the developer preview is a tag of the bcinsider.azurecr.io/bcsandbox-master repo 🙂
That happens if you don’t read posts carefully enough. Shame on me 🙂
Author
Uff 🙂
“mcr.microsoft.com/dynamics-nav” should be
“mcr.microsoft.com/dynamicsnav”
Could you change it please Waldo? 🙂
Author
Done! thanks 😉
[…] “… all repos in a nice clear list“. Waldo Blog. […]
[…] -imageName “mcr.microsoft.com/businesscentral/onprem” tells Docker exactly what image to get from which repository. There used to be Docker images on the microsoft/ repository also, but as far as I know everything should be moved to mcr.microsoft.com by now. For more information on what’s available, check out this blog by Waldo. […]