Skip to content

Commit

Permalink
Update dockerImageTest.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
gkwan-ibm authored Feb 5, 2024
1 parent 9bee2e8 commit 9d6c153
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions scripts/dockerImageTest.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,8 @@ echo "Testing daily Docker image"
sed -i "\#</copyDependencies>#a<install><runtimeUrl>https://public.dhe.ibm.com/ibmdl/export/pub/software/openliberty/runtime/nightly/$DATE/$DRIVER</runtimeUrl></install>" pom.xml
cat pom.xml

sed -i "s;FROM icr.io/appcafe/open-liberty:kernel-slim-java11-openj9-ubi;FROM openliberty/daily:latest;g" Dockerfile
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" Dockerfile
sed -i "s;RUN features.sh;#RUN features.sh;g" Dockerfile
cat Dockerfile

docker pull "openliberty/daily:latest"

../scripts/testApp.sh

0 comments on commit 9d6c153

Please sign in to comment.