Manually copy the generated CI/CD contents when you build or run the docker image from the Informatica container utility into the supported silent properties file. The customized
SilentInput_BuildImage.properties
or
SilentInput.properties
file has different content based on whether you run the silent installer to build or run the docker image. After you configure the properties file, open a command prompt to start the silent installation.
Run the Informatica container utility and choose to generate CI/CD content.
Copy the generated CI/CD contents from the Informatica container utility into the supported silent properties file when you build or run the docker image.
From the terminal, go to the root of the directory that contains the installation files. For build image, navigate to the following directory:
<working directory>/appconTemp/<image name>
. For run image, navigate to the following directory:
<user home>/appconTemp/<image name>
.
Verify that the directory contains the customized
SilentInput_BuildImage.properties
or
SilentInput.properties
file based on whether you build or run the docker image.
From the terminal, run the
dos2unix
command to convert the silent input properties file to the Unix format.
Run
sh silentInstall.sh >> logs/<debug configure>.log
.
When the silent installation is complete, you can view the log file in the directory where you extracted the utility.