Closed xgaronnat closed 5 years ago
Hi Freddy, I know that you were quite busy with all the builds to do but can I get answers as I'm still confused about BC version... :-(
Another point : I can create a docker for microsoft/bcsandbox:13.0.24630.24844-w1-ltsc2019
but not with microsoft/bcsandbox:13.0.24630.24844-w1-ltsc2019:base
? (Error DockerDo : invalid reference format).
Does-it mean that flag :base
is obsolete ?
Thanks, Xavier.
base is instead of the language - meaning that you replace w1 with base in the tag - not append another tag. The list of tags on docker hub only shows the latest x tags created - and I might have updated dynamics-nav images since. Have you read this: https://blogs.msdn.microsoft.com/freddyk/2018/04/16/which-docker-image-is-the-right-for-you/ I think that answers your questions - let me know if not.
And yes I read almost (all) your articles ;-) Thanks again and congrat for this amazing work.
The numbers you are refering to is a the number you find if you in NAV20XX type HELP, About. Or in Business Central type System Information. For instance if you see the number .24623 it is the RTM release of BC.
For NAV 2018 you can see this list:
So if you want build 23572 - then you can see it is update 8
You can then do a docker pull microsoft/dynamics-nav:2018-cu8-XX where you can replace the XX with one of the following: AT, AU, BE, CH, CZ, DE, DK, ES, FI, FR, IS, IT, NA, NL, NO, NZ, RU, SE, UK
I think BC RTM was 24630 (at least that is that I get). I am writing up a blog post to de-mystiphy version numbers as we speak. Will be out today.
ahh there is actually a little bit of confusion with the RTM version.
The Development Client (Classic) says 24623 and System Information says 24630 (in W1 - not tested the DK or others).
Exactly, I have the same problem:
Then I am not able to get the image for this version (based on build number of NST).
What you are looking at there is the platform version, which differs from the build version. Traditionally these have been the same, with Business Central this changes. We can have multiple releases with the same platform, that we want to give different build numbers. I hope my blog post will shed light over this.
Ufff, a lot of things have changed, lot of broken stuff on our side.
@freddydk, please, don't understand me wrong, but the effort to automate looks a bit pointless when I consider all changes coming down with the BC images.
I know the world changes but I can see too many new changes that make it harder to get further (you want to solve one problem and will find next two new issues).
I hope you understand my point ;)
I understand, but none of these things have anything to do with NAV/BC on Docker.
The version numbering is driven by the build team. The reason for this is that we need more frequent updates of the app without changing the platform for online.
The move to mcr was driven by Microsoft - I simply wasn't allowed to create another repo on docker hub by the time we released Business Central.
As far as I know, the mcr guys are working on an API, having said that - I still don't understand why you would need to query the docker hub and search for releases.
In the end - nothing we can do about it, I hope the upcoming blog post will shed some light on the version numbering and that you find a way.
Remember you are always free to shoot me an email or file an issue here if you find things that looks strange - then you maybe can avoid redoing too many things.
@Koubek in short your get-item in powershell from now on is usesless. You have to go into your client and type System Information if you really need that information.
I think it is only a matter of 3-9 months then the numbers are "useless". For instance my BC has a AL.vsix file with version 0.15.18771 - and I have no idea of what version that is linked to into BC. So unless MS makes a sheet of links with what version that works with what - then all the versioning knowledge is useless for most people.
if you pull the daily builds from insiders...then you will also se the numbers changes daily.
...And the versioning is totally out of @freddydks hands. It is in the dev-teams hands.
Versioning ends up being a matter is "how old is my installation" :) Would be nice though to get an update list for BC, VSIX files etc.
OK, thanks for the feedback. As I told before, don't understand me wrong. I don't blame @freddydk at all. He does a great job for us. I would say he really tries hard to support us (community) and makes our life easier.
I am waiting for a blog post about the build numbers... ;)
And btw, why for example do we need API? Well, one of the things we do is we build a Git repo to see changes between all NAV versions, countries etc. We do it automatically and it's easy to do it up to NAV 2018. We use images and just using naming patterns we know if there is a new release or not. This isn't possible now for BC. As we trying to move all C/SIDE code to BC and convert then switch to AL, we of course still need C/SIDE code base. This repository makes it easier but now we need to update it manually for BC as we can't identify easily whether there is a new release (CU) or not.
Thanks, For that - wouldn't you just go for: businesscentral/onprem:cu1 and later cu2, cu3 etc. do a docker pull mcr.microsoft.com/businesscentral/onprem:cu2 2>NULL and check LASTEXITCODE
Blog post in review right now.
Yes, this is, in fact, the only option I have now. But I need to change the implementation. I was waiting for changes here: https://github.com/AzureCR/specs/issues/3
Ok, I see you talked to Steve - he is the right guy.
A better way right now might be to just docker pull mcr.microsoft.com/businesscentral/onprem:ltsc2019 and then check the labels (version etc) If a new image exists it will be downloaded - if not it will be very fast.
HI,
I created a Docker on a an Azure VM on 26th of October issued from microsoft/bcsandbox:base and version installed is exactly "13.0.24623.24800"
Questions (may be dummy but...) :
Thanks, Xavier.