All Downloads are FREE. Search and download functionalities are using the official Maven repository.

middleware.templates.targetA.Dockerfile.ftl Maven / Gradle / Ivy

Go to download

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]


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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy