Skip to content

Commit 9e35b61

Browse files
authored
Merge pull request #43 from OpenLiberty/staging
Merge staging to prod - Change to use kernel-slim imag
2 parents 7a4c7e7 + 306ff56 commit 9e35b61

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

README.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

264264
Run the following commands to build container images for your application:

finish/inventory/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
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>
@@ -106,4 +106,4 @@
106106
</plugin>
107107
</plugins>
108108
</build>
109-
</project>
109+
</project>

finish/system/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
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>

scripts/dailyBuild.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ done
1313
sed -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
1414
cat ../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
1717
cat system/Containerfile inventory/Containerfile
1818

1919
../scripts/testAppFinish.sh

start/inventory/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
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>

start/system/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
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>

0 commit comments

Comments
 (0)