forked from OrderOfTheBee/ootbee-support-tools
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Support ACS 7.4+ by bridging Log4j versions
- Loading branch information
Showing
76 changed files
with
4,598 additions
and
1,258 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
FROM ${docker.acs.image}:${alfresco.docker.platform.version} | ||
|
||
ARG TOMCAT_DIR=/usr/local/tomcat | ||
ARG USERNAME=alfresco | ||
ARG GROUPNAME=Alfresco | ||
|
||
USER root | ||
|
||
# Copy Dockerfile to avoid an error if no JARs exist | ||
COPY Dockerfile extensions/*.jar $TOMCAT_DIR/webapps/alfresco/WEB-INF/lib/ | ||
|
||
# Copy Dockerfile to avoid an error if no AMPs exist | ||
COPY Dockerfile extensions/*.amp $TOMCAT_DIR/amps/ | ||
RUN java -jar $TOMCAT_DIR/alfresco-mmt/alfresco-mmt*.jar install \ | ||
$TOMCAT_DIR/amps $TOMCAT_DIR/webapps/alfresco -directory -nobackup -force | ||
|
||
COPY alfresco-global.properties $TOMCAT_DIR/shared/classes/alfresco-global.properties | ||
COPY dev-log4j.properties $TOMCAT_DIR/shared/classes/alfresco/extension | ||
|
||
USER ${USERNAME} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
logger.ootbee-support-tools.name=${basePackage} | ||
logger.ootbee-support-tools.level=DEBUG |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.