TIBCO BusinessEvents (BE) 5.5.0 - Syntax error when execute Unix script build_be_image.sh to create BE docker image

TIBCO BusinessEvents (BE) 5.5.0 - Syntax error when execute Unix script build_be_image.sh to create BE docker image

book

Article ID: KB0081556

calendar_today

Updated On:

Products Versions
TIBCO BusinessEvents Enterprise Edition 5.5.0

Description

A syntax error is reported when executing Unix script  BE_HOME/docker/build_be_image.sh to create BE docker image.
The script is created as a bash script and reports errors when executed in other shell environments (sh, ksh).




 

Environment

All Unix Platforms

Resolution

It is required to update the first line of the script (missing !) to gurantee that the script uses the bash shell for the execution.
From:
#/bin/bash

To:
#!/bin/bash

Note:
We have created CR BE-26166 (issue should be fixed in version published after BE 5.5.0base version)

Issue/Introduction

TIBCO BusinessEvents (BE) 5.5.0 - Syntax error when execute Unix script build_be_image.sh to create BE docker image Script update required

Additional Information

Docker