Skip to content
Discussion options

You must be logged in to vote

I've been playing around with podman auto-update for io.containers.autoupdate=local, and am seeing some unexpected behaviour I was hoping to clarify here. Firstly, what I'm seeing, assuming an example podman run ... example.com/test:1.0 invocation:

* Podman will only auto-update if the actual `1.0` tag for the `example.com/test` image is updated -- tagging a newer version (e.g. `2.0`) will have this be ignored. The mechanism here is essentially a digest match between the running and stored version for a given image name.

That is correct. There's an inherent ambiguity in using tags, so the identify of an image is the digest.

* Rollbacks will use the user-provided name, not the digest, …

Replies: 3 comments 10 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
4 replies
@deuill
Comment options

@vrothberg
Comment options

@deuill
Comment options

@vrothberg
Comment options

Answer selected by vrothberg
Comment options

You must be logged in to vote
6 replies
@vrothberg
Comment options

@vrothberg
Comment options

@rhatdan
Comment options

@vrothberg
Comment options

@deuill
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants