middleware.templates.targetA.Dockerfile.ftl Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ta-sdk-sample Show documentation
Show all versions of ta-sdk-sample Show documentation
a tool to help a developer to create and build a middleware data collection plug-in, \
which can be used to gather the information of an application deployed on a middleware server,\
and provide modernization help and recommendations
The newest version!
FROM ibmcom/websphere-liberty:full-java11-openj9-ubi
# put app and scripts and properties in /work/config
# put external library (e.g db driver) in /work/config/lib
# get from the env.json file [=environment_json.collectionUnitName]
<#if sampleData_xml??>
# get from the sampleData.xml file [=sampleData_xml.ejb\-jar.@version]
#if>
COPY --chown=was:root [=metadata_assessmentUnit_json.assessmentUnitName] /work/config/dropins/[=metadata_assessmentUnit_json.assessmentUnitName]
COPY --chown=was:root server.xml /work/config
COPY --chown=was:root ./lib /work/config/lib
RUN /work/configure.sh