Skip to content

Commit e90cc75

Browse files
authored
Change to use image from cp.stg.icr.io (#160) (#161)
1 parent 1121be2 commit e90cc75

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/dockerImageTest.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ echo "Testing latest OpenLiberty Docker image"
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>" system/pom.xml inventory/pom.xml
1414
cat system/pom.xml inventory/pom.xml
1515

16-
sed -i "s;FROM icr.io/appcafe/open-liberty:kernel-slim-java11-openj9-ubi;FROM openliberty/daily:latest;g" system/Dockerfile inventory/Dockerfile
16+
sed -i "s;FROM icr.io/appcafe/open-liberty:kernel-slim-java11-openj9-ubi;FROM cp.stg.icr.io/cp/olc/open-liberty-daily:full-java11-openj9-ubi;g" system/Dockerfile inventory/Dockerfile
1717
sed -i "s;RUN features.sh;#RUN features.sh;g" system/Dockerfile inventory/Dockerfile
1818
cat system/Dockerfile inventory/Dockerfile
1919

20-
docker pull -q "openliberty/daily:latest"
20+
docker pull -q "cp.stg.icr.io/cp/olc/open-liberty-daily:full-java11-openj9-ubi"
2121

2222
sudo ../scripts/testApp.sh

0 commit comments

Comments
 (0)