File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,12 +3,20 @@ Maintainers: David Matejcek <david.matejcek@omnifish.ee> (@dmatej),
33 Ondro Mihalyi <ondro.mihalyi@omnifish.ee> (@ondromih)
44GitRepo: https://github.com/OmniFish-EE/docker-library-glassfish.git
55GitFetch: refs/heads/main
6- GitCommit: 3e22307467c6f9557077f9eb4d481e3ede8df30f
6+ GitCommit: 36560c745bacc3ac22448dd00e45288322ff8883
77
88Tags: 7.0.0, 7.0.0-jdk17, 7.0.0-jdk17-eclipse-temurin
99Architectures: amd64
10- Directory: 7.0.0/src/main/docker
10+ Directory: 7.0.0
1111
12- Tags: latest, 7.0.1, 7.0.1-jdk17, 7.0.1-jdk17-eclipse-temurin
12+ Tags: 7.0.1, 7.0.1-jdk17, 7.0.1-jdk17-eclipse-temurin
1313Architectures: amd64
14- Directory: 7.0.1/src/main/docker
14+ Directory: 7.0.1
15+
16+ Tags: 7.0.2, 7.0.2-jdk17, 7.0.2-jdk17-eclipse-temurin
17+ Architectures: amd64
18+ Directory: 7.0.2
19+
20+ Tags: latest, 7.0.3, 7.0.3-jdk17, 7.0.3-jdk17-eclipse-temurin
21+ Architectures: amd64
22+ Directory: 7.0.3
Original file line number Diff line number Diff line change @@ -23,5 +23,5 @@ waitForLogLine 60 '^\s+Eclipse GlassFish\s+[\.0-9]+';
2323echo " GlassFish started as ${containerId} "
2424
2525docker stop " ${containerId} " &
26- waitForLogLine 30 ' ^\s+ Completed shutdown of GlassFish runtime' ;
26+ waitForLogLine 30 ' ^\s* Completed shutdown of GlassFish runtime' ;
2727echo " GlassFish stopped OK!"
You can’t perform that action at this time.
0 commit comments