Building AuditSafe Docker Images
Perform the following steps to build AuditSafe components docker images.
- Download
TIB_auditsafe_<version>.tar.gz file from the TIBCO eDelivery site (https://edelivery.tibco.com/).
To download the installation package, a user name and password are required. If you do not have a user name and password, contact TIBCO Technical Support.
- Extract the file contents to a folder.
- Navigate to <folder>/auditsafe_<version>/config folder.
- Open the
configuration.properties file and configure the following properties:
Configuration Properties Property Description docker_repository=<docker_registry_ip> <docker_registry_ip> is the IP address of the machine in which you want to push the docker images docker_username= Specify the user name of the docker login. download_dir=<download_dir> <download_dir> is the directory path where you want to download the optional JAR files. - Save and close the configuration.properties file.
- Navigate to <folder>/auditsafe_<version>/scripts folder.
- Run the following command:
./build-images.sh
A message - You must accept the License agreement before proceeding. Press ENTER key to read the License. Press q to finish reading. is displayed.
- Press ENTER key to read the license agreement. Press q to finish reading.
- Enter
y to accept the license agreement.
A message - Do you want to push the TIBCO AuditSafe docker images to <ip_address>:<port>?
(y/n) is displayed.
- Enter y.
The AuditSafe docker images are built and pushed to the docker repository.
Copyright © Cloud Software Group, Inc. All rights reserved.
