ukf / ukf-testbed

UK federation tooling testbed
Apache License 2.0
1 stars 1 forks source link

Make a clean rebuild of the containers easy to do #92

Open iay opened 7 months ago

iay commented 7 months ago

If you ./build-images then Docker has a tendency to work with whatever it has locally. This means that you don't necessarily get the latest upstream copy of, for example, md-validator.

In other projects, I've added the ability to pass through command-line options such as --pull from the main script to sub-scripts to control builds. That specific example makes sure that you can always get the latest base images when you need them.