Skip to content

Commit

Permalink
DOCKER-450 [Test] local build works
Browse files Browse the repository at this point in the history
  • Loading branch information
codingBenVdS committed May 24, 2024
1 parent ccfdbc3 commit 45a87b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
6 changes: 1 addition & 5 deletions tomcat-base/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -101,11 +101,7 @@ subprojects {
}

createDockerFile {
if (!tomcatVersion.contains("10")) {
from 'docker.io/eclipse-temurin:11'
} else {
from 'docker.io/eclipse-temurin:17-jre'
}
from 'docker.io/eclipse-temurin:17-jre'
smartCopy configurations.sharedLibs, '/usr/local/tomcat/shared/lib/'
smartCopy "${project.parent.projectDir}/src/shared/main/resources/keystore", '/keystore'
smartCopy configurations.runtimeClasspath, '/app/tomcat-embedded/lib'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
import eu.xenit.alfresco.tomcat.embedded.config.TomcatConfiguration;
import eu.xenit.alfresco.tomcat.embedded.tomcat.TomcatCustomizer;
import org.apache.catalina.startup.Tomcat;

public class AlfrescoTomcatCustomizer implements TomcatCustomizer {

@Override
Expand Down

0 comments on commit 45a87b1

Please sign in to comment.