From 7b3bfa8a4d911cca95a30e06c7ed13f60aefc0e9 Mon Sep 17 00:00:00 2001 From: shivaCode-2 <141118860+shivaCode-2@users.noreply.github.com> Date: Thu, 9 Apr 2026 17:43:54 +0530 Subject: [PATCH] Update NI feed format in windows-custom-images.md (#40) Added format and example for valid NI feed in documentation. --- docs/windows-custom-images.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/windows-custom-images.md b/docs/windows-custom-images.md index 108d7a3..71b1488 100644 --- a/docs/windows-custom-images.md +++ b/docs/windows-custom-images.md @@ -46,6 +46,8 @@ The Windows Dockerfile at `examples/build-your-own-image/Dockerfile-windows` per - Uses a Windows Server LTSC 2022 base image. - Exposes `LV_YEAR` and `LV_FEED_LOCATION` as build arguments and environment variables. - `LV_FEED_LOCATION` should point to a valid NI feed containing the desired LabVIEW version. + - A Valid feed must be in the following format: `https://download.ni.com/support/nipkg/products/ni-l/ni-labview-//released` + - Example: `https://download.ni.com/support/nipkg/products/ni-l/ni-labview-2026/26.1/released` 2. **Configure PowerShell for Automated Installation** ```dockerfile