File tree 2 files changed +17
-3
lines changed 2 files changed +17
-3
lines changed Original file line number Diff line number Diff line change 5
5
6
6
The v1 release supports Cisco IOS-XR release versions 7.7.1 and above.
7
7
8
+ ### v1.1.20 (2025-05-09)
9
+
10
+ - Updated help for apply-bugfixes
11
+
8
12
### v1.1.19 (2025-04-22)
9
13
10
14
- Added Dockerfile.host-check to the release tarball
Original file line number Diff line number Diff line change @@ -28,11 +28,21 @@ Create a new XRd image with bugfixes installed on top of a base image.
28
28
29
29
Required arguments:
30
30
IMAGE Loaded container image to install bugfixes on top of
31
- SOURCE Bugfix source to install from
31
+ SOURCE Path to source to install packages from - a directory
32
+ or tarball containing the rpm(s) to install.
32
33
33
34
Optional arguments:
34
- --new-packages Install new packages if included in the bugfix source
35
- ... Args passed through to 'docker build'
35
+ --new-packages Install new packages if included in the bugfix source. By
36
+ default, only packages that are already installed in the
37
+ base image will be updated, so this should be passed if
38
+ any new packages are present in SOURCE.
39
+ ... Additional args passed through to 'docker build' (such as
40
+ --tag).
41
+
42
+ Example invocations:
43
+ $( basename " $0 " ) ios-xr/xrd-vrouter:25.1.1 /path/to/bugfixes.tar.gz --tag bugfix
44
+ $( basename " $0 " ) ios-xr/xrd-vrouter:25.1.1 /path/to/rpm-dir/ --tag bugfix
45
+
36
46
"
37
47
}
38
48
You can’t perform that action at this time.
0 commit comments