You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: samples/README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,8 +2,8 @@
2
2
3
3
The samples folder contains Dockerfiles that build a sample image containing sample applications.
4
4
5
-
*[Update base package sample](updateBase/README.md) - This sample applies updates all the base OS packages. This can be used to resolve CVEs in the base packages
6
-
*[iFix sample](applyIfix/README.md) - This sample applies an iFix provided by IBM to an existing image.
7
-
*[Bar sample](bars/README.md) - This sample adds some bar files to an existing image.
8
-
*[Scripts sample](scripts/README.md) - This sample adds scripts which are run on startup.
5
+
*[Update base package sample](updateBase/) - This sample applies updates all the base OS packages. This can be used to resolve CVEs in the base packages
6
+
*[iFix sample](applyIfix/) - This sample applies an iFix provided by IBM to an existing image.
7
+
*[Bar sample](bars/) - This sample adds some bar files to an existing image.
8
+
*[Scripts sample](scripts/) - This sample adds scripts which are run on startup.
Copy file name to clipboardExpand all lines: samples/applyIfix/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ This sample applies an iFix provided by IBM to an existing image.
7
7
8
8
## Building the sample
9
9
10
-
- First [build the ACE image](../README.md#Building-a-container-image) or obtain one of the shipped images
10
+
- First [build the ACE image](../../README.md#Building-a-container-image) or obtain one of the shipped images
11
11
- Download the appropriate iFix provided by IBM and place it into the fix directory
12
12
- Update the dockerfile to reference the iFix i.e. replace \<iFixName> with the name of the ifix you've downloaded i.e. 12.0.3.0-ACE-LinuxX64-TFIT39515A
0 commit comments