I tried starting from the example https://github.com/GoogleCloudPlatform/application-integration-management-toolkit/blob/main/docs/cic... but right from the start it seems the container does not have "bash".
" ERROR: build step 0 "us-docker.pkg.dev/appintegration-toolkit/images/integrationcli:latest" failed: starting step container failed: Error response from daemon: failed to create shim task: OCI runtime create failed: runc create failed: unable to start container process: exec: "bash": executable file not found in $PATH: unknown "
Hi, The example in the repo is for `Automate Integration deployment using Cloud Build`. The Cloud Build support bash.
If you are using some other service on container which does not support bash, maybe you can use `sh` & can run the script using it.