Skip to content

Commit

Permalink
Comment about podman image sort
Browse files Browse the repository at this point in the history
  • Loading branch information
oszi committed Aug 29, 2024
1 parent 362f8cc commit cf55aa6
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
- name: Update podman images and containers
tags: [podman]
vars:
# WARNING: Podman's sort is non-deterministic!
# WARNING: Sort is not always deterministic.
# See /~https://github.com/containers/podman/issues/23803
podman_image_list: >-
{{ podman_runtime }} image list
--format="{{ '{{.Repository}}:{{.Tag}}:{{.Id}}' }}"
Expand Down

0 comments on commit cf55aa6

Please sign in to comment.