-
| A question came up on a chat forum which is basically: what's the best way to test upgrades for systems that should follow a "floating" tag? Let's say I am shipping  Before  First of course, a lot of testing can be done via  But for some workflows it's a bit more ideal if the system starts from what is effectively  In this invocation we'll be using the  Unfortunately today, Anaconda doesn't directly expose this, but it's possible to do via  osbuild/bootc-image-builder#559 tracks the feature request for bootc-image-builder to do this. | 
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
| I am just writing a blog on tags at the moment :^) My general thought is that there is no single way to handle version upgrades in those cases as tags have different meaning/semantics for different images.  So I would not like  A  | 
Beta Was this translation helpful? Give feedback.
100% agreed! This discussion is about having
bootc upgradenot change the image reference, but in testing an upgrade from an older container image to a newer one, while still having the workflow bebootc upgrade.For people who are making disk images from containers, they implicitly always have that starting point snapshot.
This is about helping people who don't do that (for good reasons as maintaining lots of disk images starts to stink).