Skip to content

Commit

Permalink
Set Tomcat to 10.1 and Tomee to 9.0
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Mikusa <dan@mikusa.com>
  • Loading branch information
dmikusa committed Sep 1, 2024
1 parent 1a62189 commit ed322ff
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
6 changes: 4 additions & 2 deletions integration/tomcat_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@ func testTomcat(t *testing.T, context spec.G, it spec.S) {
image, buildLogs, err = pack.WithNoColor().Build.
WithBuildpacks(buildPack).
WithEnv(map[string]string{
"BP_ARCH": "amd64",
"BP_ARCH": "amd64",
"BP_TOMCAT_VERSION": "10.1",
}).
WithBuilder(builder).
WithTrustBuilder().
Expand Down Expand Up @@ -71,7 +72,8 @@ func testTomcat(t *testing.T, context spec.G, it spec.S) {
image, buildLogs, err = pack.WithNoColor().Build.
WithBuildpacks(buildPack).
WithEnv(map[string]string{
"BP_ARCH": "amd64",
"BP_ARCH": "amd64",
"BP_TOMCAT_VERSION": "10.1",
}).
WithBuilder(builder).
WithTrustBuilder().
Expand Down
1 change: 1 addition & 0 deletions integration/tomee_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ func testTomee(t *testing.T, context spec.G, it spec.S) {
WithEnv(map[string]string{
"BP_ARCH": "amd64",
"BP_JAVA_APP_SERVER": "tomee",
"BP_TOMEE_VERSION": "9.0",
}).
WithBuilder(builder).
WithTrustBuilder().
Expand Down

0 comments on commit ed322ff

Please sign in to comment.