microsoft / navcontainerhelper

Official Microsoft repository for BcContainerHelper, a PowerShell module, which makes it easier to work with Business Central Containers on Docker.
MIT License
379 stars 243 forks source link

Build container with latest platform #1149

Closed dkiehl-zz closed 4 years ago

dkiehl-zz commented 4 years ago

Trying to build a new container with the latest 16.3 app and platform available but I am getting 16.3 for the app, and 16.0 for the platform.

Trying using the -includePlatform option on Download-Artifacts but it didn't make a difference.

There is a hotfix that was released in platform 16.2 that I need in my container but am having no luck.

Any suggestions?

freddydk commented 4 years ago

Latest platform is in the latest app - if that is 16.0 - then that is what it is. I think 17.0 insider builds also have 16.0 platform - don't think about it.

The essence here is, that we do NOT release platforms. We release a platform together with an app - and we always reference the application version number.

freddydk commented 4 years ago

Send me the information about the hotfix you are talking about?

dkiehl-zz commented 4 years ago

https://support.microsoft.com/en-us/help/4549686/update-16-1-for-microsoft-dynamics-365-business-central-2020-release-w

freddydk commented 4 years ago

16.1 on prem is

Get-BCArtifactUrl -type OnPrem -version '16.1' -country w1

Application version number 16.1.12629.12805 (stamped inside the database) Platform version number 16.0.12630.12758 (version number of the service tier exe file) image

I don't know why the headlines in the article is different, but these are the actual version numbers and with artifacts you always go for the application version number.

freddydk commented 4 years ago

So if you need some 16.2 - grab latest 16.2 - and the platform in there is what you are looking for.

dkiehl-zz commented 4 years ago

The above is still giving you platform 16.0 (not 16.1). The issue that was resolved with 16.1 is not resolved.

freddydk commented 4 years ago

Download the DVD in the article - unpack and check the exe file - 16.0.12630.12758. If it is fixed in the DVD, then it is fixed in the artifacts - that isn't anything I have control over.

freddydk commented 4 years ago

And again - even if you download 17.x insider build - platform exe files are 16.0.x.y