Uploaded image for project: 'OpenShift Runtimes'
  1. OpenShift Runtimes
  2. RUN-2077

[containers/podman] include arch/os in image libpod list

XMLWordPrintable

    • 3
    • False
    • None
    • False
    • sst_container_tools
    • RUN 251, RUN 252

      [2210809130] Upstream Reporter: Florent BENOIT
      Upstream issue status: Open
      Upstream description:

      Feature request description

      Today,

       "Architecture": "arm64",
      "Os": "linux",

      are only available when we inspect an image

      But usually this information is useful when we want to list images. For example to know if an image is using amd64 or Apple Silicon computer, etc.

      so it requires one additional query for each image.

      Suggest potential solution

      Include

       "Architecture": "arm64",
      "Os": "linux",
      

      as part of libpod/images/json return this information

      could be with an additional query parameter to the endpoint ?arch=true&os=true, ?displayArchAndOs, whatever so opt-in query.

      Have you considered any alternatives?

      A clear and concise description of any alternative solutions or features you've considered.

      Additional context

      Add any other context or screenshots about the feature request here.


      Upstream URL: https://github.com/containers/podman/issues/22185

            bbaude@redhat.com Brent Baude
            upstream-sync Upstream Sync
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: