Skip to content

Commit

Permalink
Update docs/content/en/docs/osmgmt/artifacts.md
Browse files Browse the repository at this point in the history
Co-authored-by: Joey Wang <jiayi.j.wang@gmail.com>
  • Loading branch information
vignesh-goutham and jiayiwang7 authored Nov 28, 2023
1 parent efe2604 commit 407a6da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/en/docs/osmgmt/artifacts.md
Original file line number Diff line number Diff line change
Expand Up @@ -1136,7 +1136,7 @@ You can now run the `image-builder` CLI with the `files-config` option, with thi
"no_proxy": "<optional comma seperated list of domains that should be excluded from proxying>"
}
```
In a proxy-enabled environment, `image-builder` uses `wget` to download artifacts instead of `curl`, as `curl` doesnt support reading proxy environment variables. In order to add `wget` to the node OS, add the following to the above json configuration file
In a proxy-enabled environment, `image-builder` uses `wget` to download artifacts instead of `curl`, as `curl` does not support reading proxy environment variables. In order to add `wget` to the node OS, add the following to the above json configuration file:
```json
{
"extra_rpms": "wget" #If the node OS being built is RedHat
Expand Down

0 comments on commit 407a6da

Please sign in to comment.