FIX: ensure the latest image is always pulled for the container we're building
authorMichael Brown <supermathie@gmail.com>
Tue, 3 May 2022 00:41:07 +0000 (20:41 -0400)
committerMichael Brown <michael@mikeandgen.ca>
Tue, 3 May 2022 02:48:19 +0000 (22:48 -0400)
commit165ede971918d4b917ea2073e5117c30eae80fd3
treef1ede0dfc3c26beb9b7cf123925b3332da0cfd04
parent1e1571e3708b875f250e150b0c8b0f2172fe39fd
FIX: ensure the latest image is always pulled for the container we're building

If the user has overridden the `base_image` to something other than default, we
may not get the latest version of that image when bootstrapping.

To remedy, always pull the image to check the manifest after we parse it out.
launcher