Skip to content

Commit b87f581

Browse files
committed
Updated generators and added 7.0.2 and 7.0.3
Signed-off-by: David Matějček <david.matejcek@omnifish.ee>
1 parent 43c59c0 commit b87f581

File tree

2 files changed

+13
-5
lines changed

2 files changed

+13
-5
lines changed

library/glassfish

+12-4
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,20 @@ Maintainers: David Matejcek <david.matejcek@omnifish.ee> (@dmatej),
33
Ondro Mihalyi <ondro.mihalyi@omnifish.ee> (@ondromih)
44
GitRepo: https://github.com/OmniFish-EE/docker-library-glassfish.git
55
GitFetch: refs/heads/main
6-
GitCommit: 3e22307467c6f9557077f9eb4d481e3ede8df30f
6+
GitCommit: 36560c745bacc3ac22448dd00e45288322ff8883
77

88
Tags: 7.0.0, 7.0.0-jdk17, 7.0.0-jdk17-eclipse-temurin
99
Architectures: 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
1313
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

test/tests/glassfish/run.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,5 @@ waitForLogLine 60 '^\s+Eclipse GlassFish\s+[\.0-9]+';
2323
echo "GlassFish started as ${containerId}"
2424

2525
docker stop "${containerId}" &
26-
waitForLogLine 30 '^\s+Completed shutdown of GlassFish runtime';
26+
waitForLogLine 30 '^\s*Completed shutdown of GlassFish runtime';
2727
echo "GlassFish stopped OK!"

0 commit comments

Comments
 (0)