Creating Base Image

You can create BusinessWorks Container Edition base image on BusinessWorks Container Edition runtime 2.4.5.

    Procedure
  1. Navigate to TIBCO_HOME/bwce/2.4/docker directory.
  2. Run the following command:
    docker build -t bwce245:latest .
    Note: You must enter a space after the latest tag name and before the period.
  3. Run the following command to list the Docker images
    docker images
    Confirm that the bwce245 image is available and tagged as latest.

    For ways to extend the base image, see TIBCO BusinessWorks™ Container EditionApplication Development Guide.