From Fedora Project Wiki
(Created page with "{{QA/Test_Case |description=Ensure that an image saved with Podman 4.9 can be loaded successfully in Podman 5.0. |setup=A Fedora system with Podman 5.0 installed, and access to an image saved from Podman 4.9. |actions= # On a system with Podman 4.9, save an image using `podman save -o <image-name>.tar <image-name>`. # Transfer the saved image to a system with Podman 5.0. # Load the image on the Podman 5.0 system with `podman load -i <image-name>.tar`. # Verify the image...") |
No edit summary |
||
Line 1: | Line 1: | ||
{{QA/Test_Case | {{QA/Test_Case | ||
|description=Ensure that an image saved with Podman | |description=Ensure that an image saved with Podman 5.0 can be loaded successfully in Podman 5.1. | ||
|setup=A Fedora system with Podman 5. | |setup=A Fedora system with Podman 5.1 installed, and access to an image saved from Podman 5.0. | ||
|actions= | |actions= | ||
# On a system with Podman | # On a system with Podman 5.0, save an image using `podman save -o <image-name>.tar <image-name>`. | ||
# Transfer the saved image to a system with Podman 5. | # Transfer the saved image to a system with Podman 5.1. | ||
# Load the image on the Podman 5. | # Load the image on the Podman 5.1 system with `podman load -i <image-name>.tar`. | ||
# Verify the image is loaded by listing images with `podman images`. | # Verify the image is loaded by listing images with `podman images`. | ||
|results= | |results= | ||
# The image is saved without errors from Podman | # The image is saved without errors from Podman 5.0. | ||
# Podman 5. | # Podman 5.1 loads the saved image successfully, with no errors. | ||
# The loaded image appears in the image list and is usable for container creation. | # The loaded image appears in the image list and is usable for container creation. | ||
|optional=Test with various images, including multi-layered images and those with specific volume or network configurations. | |optional=Test with various images, including multi-layered images and those with specific volume or network configurations. | ||
}} | }} |
Revision as of 12:10, 23 May 2024
Description
Ensure that an image saved with Podman 5.0 can be loaded successfully in Podman 5.1.
Setup
A Fedora system with Podman 5.1 installed, and access to an image saved from Podman 5.0.
How to test
- On a system with Podman 5.0, save an image using
podman save -o <image-name>.tar <image-name>
. - Transfer the saved image to a system with Podman 5.1.
- Load the image on the Podman 5.1 system with
podman load -i <image-name>.tar
. - Verify the image is loaded by listing images with
podman images
.
Expected Results
- The image is saved without errors from Podman 5.0.
- Podman 5.1 loads the saved image successfully, with no errors.
- The loaded image appears in the image list and is usable for container creation.
Optional
Test with various images, including multi-layered images and those with specific volume or network configurations.