Replies: 3 comments 4 replies
-
You can't definitively know which digest a system will get on the next
The |
Beta Was this translation helpful? Give feedback.
-
I could see this flag being useful. The ability to pass the image hash is also useful though so we can guarantee you're either getting hash X installed, or it will fail. An example would be if I was sequentially rolling out a bugfix to systems in a cluster via script and needed to ensure they all had the same hash. |
Beta Was this translation helpful? Give feedback.
-
I guess one thing we could try to do is have a workflow that supports both tag and But if we do that it would lead us towards supporting a flow where external tooling can pin to a digest, but |
Beta Was this translation helpful? Give feedback.
-
I saw that
cachedUpdate
was added in #248. I see that the various states ofrollback
,booted
, etc each have their owncachedUpdate
.What is the best way to figure out what image digest a system will receive on the next
bootc upgrade
? I'm not sure whichcachedUpdate
to use in the status response.Beta Was this translation helpful? Give feedback.
All reactions