-
Notifications
You must be signed in to change notification settings - Fork 248
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This fix causes everybody to default to ltsc images of Business Central instead of images using specific version numbers. All Windows versions before Windows Server 2019 will default to **mcr.microsoft.com/businesscentral:ltsc2016** which always is the latest Windows Server 2016 version. All Windows Server 2019 versions and after (+ before Windows Server 2022) will default to **mcr.microsoft.com/businesscentral:ltsc2019** which always is the latest Windows Server 2019 version All Windows Server 2022 and after will default to **mcr.microsoft.com/businesscentral:ltsc2022** This will ensure that people are always using the latest and fully updated (non-vulnerable) generic images. Co-authored-by: freddydk <[email protected]>
- Loading branch information
Showing
3 changed files
with
19 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters