Installer  | Using Console Mode to Install | Creating Container Images with Software AG Installer on Linux systems | Examples
 
Examples
Creating a Container Image
To create a container image with all latest fixes from Empower, use the following command:
sh SoftwareAGInstaller<yyyymmdd-operating_system>.bin create container-image --name <docker_image_name> --products <product1_id>[,<product2_id>...]
--username <empower_username> --password <empower_password> --release 10.11 --accept-license
Note:
You can configure proxy for your connection to Empower. For more information use the create container-image help command.
Creating a Container Image with Specific Fixes
To create a container image with all of the latest fixes from Empower, use the following command:
sh SoftwareAGInstaller<yyyymmdd-operating_system>.bin create container-image --name <docker_image_name>
--products integrationServer,jdbcAdapter --fixes <fix_id> --username <empower_username> --password <empower_password>
--accept-license --admin-password=<adminPassword>
Creating a Container Image from an Installer Image
To create a container image with all latest fixes from an installer image, use the following command:
sh SoftwareAGInstaller<yyyymmdd-operating_system>.bin create container-image --name <docker_image_name>
--products integrationServer,jdbcAdapter --installer-image=<installer_image_file> --accept-license --admin-password=<adminPassword>
Product and fix IDs can be obtained by using the list artifacts command. For more information see Listing the Available Artifacts.