Docker Image Build
From the Dockerfile location, execute the below command (a sample build.sh file is placed for reference):
docker build format:
Note: $ docker build --network=host -t <Image_Name>:<Image_Tag> --build-argUUWEB_PKG="<UUWEB Package Name>" .
docker build example:
Note: $ docker build --network=host -t upgradeutilityweb:12.0.3 --build-arg UUWEB_PKG="UpgradeUtilityWeb.zip" .
This will generate the UUWEB TomEE image.