Skip to content

Commit 2438e0c

Browse files
authored
Merge pull request #69 from OpenLiberty/staging
Merge staging to prod - Update dockerImageTest.sh
2 parents 95f91b5 + c63e546 commit 2438e0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/dockerImageTest.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ cat inventory/Dockerfile system/Dockerfile
1818

1919
echo "$DOCKER_PASSWORD" | sudo -u runner docker login -u "$DOCKER_USERNAME" --password-stdin cp.stg.icr.io
2020
sudo -u runner docker pull -q "cp.stg.icr.io/cp/olc/open-liberty-daily:full-java11-openj9-ubi"
21-
sudo -u runner docker images
21+
sudo -u runner echo "build level:"; docker inspect --format "{{ index .Config.Labels \"org.opencontainers.image.revision\"}}" cp.stg.icr.io/cp/olc/open-liberty-daily:full-java11-openj9-ubi
2222

2323
sudo -u runner ../scripts/testApp.sh

0 commit comments

Comments
 (0)