File tree Expand file tree Collapse file tree 6 files changed +7
-7
lines changed
Expand file tree Collapse file tree 6 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -258,7 +258,7 @@ Run the following command to download or update to the latest Open Liberty conta
258258
259259[role='command']
260260```
261- podman pull icr.io/appcafe/open-liberty:full -java11-openj9-ubi
261+ podman pull icr.io/appcafe/open-liberty:kernel-slim -java11-openj9-ubi
262262```
263263
264264Run the following commands to build container images for your application:
Original file line number Diff line number Diff line change 8383 <plugin >
8484 <groupId >io.openliberty.tools</groupId >
8585 <artifactId >liberty-maven-plugin</artifactId >
86- <version >3.7.1 </version >
86+ <version >3.8.2 </version >
8787 </plugin >
8888 <!-- Plugin to run unit tests -->
8989 <plugin >
106106 </plugin >
107107 </plugins >
108108 </build >
109- </project >
109+ </project >
Original file line number Diff line number Diff line change 6969 <plugin >
7070 <groupId >io.openliberty.tools</groupId >
7171 <artifactId >liberty-maven-plugin</artifactId >
72- <version >3.7.1 </version >
72+ <version >3.8.2 </version >
7373 </plugin >
7474 <!-- Plugin to run unit tests -->
7575 <plugin >
Original file line number Diff line number Diff line change 1313sed -i " \#<artifactId>liberty-maven-plugin</artifactId>#a<configuration><install><runtimeUrl>https://public.dhe.ibm.com/ibmdl/export/pub/software/openliberty/runtime/nightly/$DATE /$DRIVER </runtimeUrl></install></configuration>" ../start/system/pom.xml ../start/inventory/pom.xml ../finish/system/pom.xml ../finish/inventory/pom.xml
1414cat ../start/system/pom.xml ../start/inventory/pom.xml ../finish/system/pom.xml ../finish/inventory/pom.xml
1515
16- sed -i " s;FROM icr.io/appcafe/open-liberty:full -java11-openj9-ubi;FROM $DOCKER_USERNAME /olguides:$BUILD ;g" system/Containerfile inventory/Containerfile
16+ sed -i " s;FROM icr.io/appcafe/open-liberty:kernel-slim -java11-openj9-ubi;FROM $DOCKER_USERNAME /olguides:$BUILD ;g" system/Containerfile inventory/Containerfile
1717cat system/Containerfile inventory/Containerfile
1818
1919../scripts/testAppFinish.sh
Original file line number Diff line number Diff line change 8383 <plugin >
8484 <groupId >io.openliberty.tools</groupId >
8585 <artifactId >liberty-maven-plugin</artifactId >
86- <version >3.7.1 </version >
86+ <version >3.8.2 </version >
8787 </plugin >
8888 <!-- Plugin to run unit tests -->
8989 <plugin >
Original file line number Diff line number Diff line change 6969 <plugin >
7070 <groupId >io.openliberty.tools</groupId >
7171 <artifactId >liberty-maven-plugin</artifactId >
72- <version >3.7.1 </version >
72+ <version >3.8.2 </version >
7373 </plugin >
7474 <!-- Plugin to run unit tests -->
7575 <plugin >
You can’t perform that action at this time.
0 commit comments