File tree 2 files changed +13
-5
lines changed
2 files changed +13
-5
lines changed Original file line number Diff line number Diff line change @@ -3,12 +3,20 @@ Maintainers: David Matejcek <david.matejcek@omnifish.ee> (@dmatej),
3
3
Ondro Mihalyi <ondro.mihalyi@omnifish.ee> (@ondromih)
4
4
GitRepo: https://github.com/OmniFish-EE/docker-library-glassfish.git
5
5
GitFetch: refs/heads/main
6
- GitCommit: 3e22307467c6f9557077f9eb4d481e3ede8df30f
6
+ GitCommit: 36560c745bacc3ac22448dd00e45288322ff8883
7
7
8
8
Tags: 7.0.0, 7.0.0-jdk17, 7.0.0-jdk17-eclipse-temurin
9
9
Architectures: amd64
10
- Directory: 7.0.0/src/main/docker
10
+ Directory: 7.0.0
11
11
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
13
13
Architectures: 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]+';
23
23
echo " GlassFish started as ${containerId} "
24
24
25
25
docker stop " ${containerId} " &
26
- waitForLogLine 30 ' ^\s+ Completed shutdown of GlassFish runtime' ;
26
+ waitForLogLine 30 ' ^\s* Completed shutdown of GlassFish runtime' ;
27
27
echo " GlassFish stopped OK!"
You can’t perform that action at this time.
0 commit comments