Geonovum / ogc-api-testbed

OGC API Testbed Template - Stable
https://apitestbed.geonovum.nl
GNU General Public License v3.0
4 stars 4 forks source link

clean.sh may render all Actions to fail #36

Closed justb4 closed 3 years ago

justb4 commented 3 years ago

The post-deploy step clean.sh attempts to remove dangling Docker Containers and Images. In a case where more than one service instance uses the same Image name/version this may throw an error and any Action fails.

Solution

Let clean.sh ignore the error.

justb4 commented 3 years ago

done