BonnyCI / projman

A project management repository -- meta
0 stars 2 forks source link

nodepool DIB builds should validate themselves #215

Closed gandelman-a closed 7 years ago

gandelman-a commented 7 years ago

In discussion about recent DIB upstream breakages, we have an idea!

As part of our bonnyci DIB elements, we should have a late-running script/task that does some validation of the image during build time. This could include:

There may be a few other things that we install or depend on that will bite us at runtime if they are not functioning properly. This is something we can maintain over time as we add new things to our images.

A script could be added to a new directory 'cleanup.d' that will run late in the build process and fail the build if it fails.

jesusaurus commented 7 years ago

This is in response to #214