Building AuditSafe Docker Images

Perform the following steps to build AuditSafe components docker images.

  1. 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.

  2. Extract the file contents to a folder.
  3. Navigate to <folder>/auditsafe_<version>/config folder.
  4. 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.
  5. Save and close the configuration.properties file.
  6. Navigate to <folder>/auditsafe_<version>/scripts folder.
  7. 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.

  8. Press ENTER key to read the license agreement. Press q to finish reading.
  9. 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.

  10. Enter y.

The AuditSafe docker images are built and pushed to the docker repository.