pegasystems / docker-pega-web-ready

Docker project for generating a tomcat docker image for Pega
Apache License 2.0
58 stars 102 forks source link

US-583793-2 - Handling failing of package download #204

Closed smootherbug closed 10 months ago

smootherbug commented 10 months ago

This checks if file settings archive script exists in file system, if yes, it runs the script. if there is any error, it fails the pod startup. This is specifically for pega cloudk

Reverting the above changes done in the #201 as this logic should be present in different repository. This pr has a dependency with docker-pega PR. Both PRs should be merged together to have the feature available.