Skip to content

Commit

Permalink
Updated generators and added 7.0.2 and 7.0.3
Browse files Browse the repository at this point in the history
Signed-off-by: David Matějček <[email protected]>
  • Loading branch information
dmatej committed Mar 31, 2023
1 parent 43c59c0 commit b87f581
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 5 deletions.
16 changes: 12 additions & 4 deletions library/glassfish
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,20 @@ Maintainers: David Matejcek <[email protected]> (@dmatej),
Ondro Mihalyi <[email protected]> (@ondromih)
GitRepo: https://github.com/OmniFish-EE/docker-library-glassfish.git
GitFetch: refs/heads/main
GitCommit: 3e22307467c6f9557077f9eb4d481e3ede8df30f
GitCommit: 36560c745bacc3ac22448dd00e45288322ff8883

Tags: 7.0.0, 7.0.0-jdk17, 7.0.0-jdk17-eclipse-temurin
Architectures: amd64
Directory: 7.0.0/src/main/docker
Directory: 7.0.0

Tags: latest, 7.0.1, 7.0.1-jdk17, 7.0.1-jdk17-eclipse-temurin
Tags: 7.0.1, 7.0.1-jdk17, 7.0.1-jdk17-eclipse-temurin
Architectures: amd64
Directory: 7.0.1/src/main/docker
Directory: 7.0.1

Tags: 7.0.2, 7.0.2-jdk17, 7.0.2-jdk17-eclipse-temurin
Architectures: amd64
Directory: 7.0.2

Tags: latest, 7.0.3, 7.0.3-jdk17, 7.0.3-jdk17-eclipse-temurin
Architectures: amd64
Directory: 7.0.3
2 changes: 1 addition & 1 deletion test/tests/glassfish/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ waitForLogLine 60 '^\s+Eclipse GlassFish\s+[\.0-9]+';
echo "GlassFish started as ${containerId}"

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

0 comments on commit b87f581

Please sign in to comment.