-
Notifications
You must be signed in to change notification settings - Fork 75
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
LPD-32781 cli: use string matching on the docker property to get the …
…target platform version from the docker image property This will be VERY SLOW the first time it runs since it will download a lot of releases.properties files. However, this is acceptable in the short term because: - It is generally only going to be slow the first time when the user's local properties files are not populated. - This condition is relatively rare fallback. Usually there is a product key or target platform, this is a last-resort fallback. - We will be inlining those properties into the JSON file once all the tooling is ready (very near future). Once we do this operation will be very fast.
- Loading branch information
1 parent
57243dd
commit 49dba7b
Showing
1 changed file
with
31 additions
and
41 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