From Fedora Project Wiki

Revision as of 03:30, 18 March 2024 by Sumantrom (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Description

This test case verifies that users can explore and pull container images using Podman Desktop on Fedora.

Setup

Podman Desktop is installed and running on the Fedora system.

How to test

  1. Open Podman Desktop and navigate to the "Images" section.
  2. Use the search functionality to find a specific (e.g., centos).
  3. Select the image from the search results and click "Pull" to download it to your system(e.g., quay.io/podman/hello).
  4. Verify the image is successfully pulled by checking it appears in the "Images" list.

Expected Results

  1. The Downloaded image(s) should show the user it's details of the images(logs, summary)
  2. The search and pull operations complete without errors, and the desired image is pulled successfully.
  3. The "Images" list is updated to include the newly pulled image, confirming it is ready for use.

Optional

Try pulling images from different registries or tags to explore the flexibility of Podman Desktop in managing images.