Skip to content

Commit 4068347

Browse files
authored
Update NI feed format in windows-custom-images.md
Added format and example for valid NI feed in documentation.
1 parent 8ef6e33 commit 4068347

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

docs/windows-custom-images.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@ The Windows Dockerfile at `examples/build-your-own-image/Dockerfile-windows` per
4646
- Uses a Windows Server LTSC 2022 base image.
4747
- Exposes `LV_YEAR` and `LV_FEED_LOCATION` as build arguments and environment variables.
4848
- `LV_FEED_LOCATION` should point to a valid NI feed containing the desired LabVIEW version.
49+
- A Valid feed must be in the following format: `https://download.ni.com/support/nipkg/products/ni-l/ni-labview-<YEAR>/<Release Version>/released`
50+
- Example: `https://download.ni.com/support/nipkg/products/ni-l/ni-labview-2026/26.1/released`
4951

5052
2. **Configure PowerShell for Automated Installation**
5153
```dockerfile

0 commit comments

Comments
 (0)