Announcements
This site is in read only until July 22 as we migrate to a new platform; refer to this community post for more details.
Get hands-on experience with 20+ free Google Cloud products and $300 in free credit for new customers.

CI/CD with Cloud Build: example broken ?

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 "

 

0 1 301
1 REPLY 1

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.