Creating Base Image
You can create BusinessWorks Container Edition base image on BusinessWorks Container Edition runtime 2.4.5.
- Procedure
- Navigate to TIBCO_HOME/bwce/2.4/docker directory.
- Run the following command:
docker build -t bwce245:latest .
Note: You must enter a space after thelatest
tag name and before the period. - Run the following command to list the Docker images
docker images
Confirm that thebwce245
image is available and tagged aslatest
.For ways to extend the base image, see TIBCO BusinessWorks™ Container EditionApplication Development Guide.