Podman 5.2 Test Day

More information about the event can be found here: http://fedoraproject.org/wiki/Test_Day:2024-07-29_Podman_5.2
Go back to List of Events.

Results

Clicking on the testcase name will show you the appropriate "how to test" page.
Click on the Enter result button, to enter result.
Note: results are cached and reloaded from the database each 10 seconds.

Podman 5.2

Username Profile System Shutdown Virtiofs Comments
Enter result Enter result
alciregi F40 on Oracle Cloud VM.Standard.A1.Flex
alciregi Fedora Rawhide x86_64 bare metal
bmenant
derekenz F41 Rawhide VM. AMD 5600g
geraldosimiao F41 KDE on KVM-Qemu-Virtmanager
jeffiscow 359301
jeffiscow F41 Rawhide KDE, bare metal, i5-12400F, RX 7900 GRE
nathan95 [1] 1. #2300285, unknow flag: --stop
orimanabu Apple Silicon M2, Fedora Asahi Remix release 41 (Rawhide), 6.9.12-400.asahi.fc41.aarch64+16k
rebtoor [1] 1. rawhide vm podman-5.2.0~rc2-1.fc41.x86_64

Basic Test

Username Profile Image Pull Container List Container Remove Container Inspect Save and Load Images Comments
Enter result Enter result Enter result Enter result Enter result Enter result
alciregi F40 on Oracle Cloud VM.Standard.A1.Flex
alciregi Fedora Rawhide x86_64 bare metal
bmenant
derekenz F41 Rawhide VM. AMD 5600g [1] 1. The pull seemed to work fine. Just no message saying successfully pulled.
ersen Virtual Fedora 40
jeffiscow F41 Rawhide KDE, bare metal, i5-12400F, RX 7900 GRE
orimanabu Apple Silicon M2, Fedora Asahi Remix release 41 (Rawhide), 6.9.12-400.asahi.fc41.aarch64+16k
rebtoor [1] [2] [3] [4] 1. Fedora release 41 (Rawhide), fedora-release-cloud-41-0.16.noarch, podman-5.2.0~rc2-1.fc41.x86_64 pulled images: fedora:latest, quay.io/centos/centos:stream9, k8s.gcr.io/pause:latest
2. tested `podman rm $container`, `podman rm -a`, `podman rm -af`
3. $ podman inspect admiring_noether | jq '.[]|.Name' "admiring_noether" $ podman inspect admiring_noether | jq '.[]|.Image' "b20dcbb06f5ca0a55bd3158b4459c402ffdd3f357644a555140656920d6d6342" $ podman inspect admiring_noether | jq '.[]|.State' { "OciVersion": "1.2.0", "Status": "running", "Running": true, "Paused": false, "Restarting": false, "OOMKilled": false, "Dead": false, "Pid": 2752, "ConmonPid": 2750, "ExitCode": 0, "Error": "", "StartedAt": "2024-07-30T09:10:56.203780543Z", "FinishedAt": "0001-01-01T00:00:00Z", "CgroupPath": "/user.slice/user-1001.slice/user@1001.service/user.slice/libpod-6b9a77626a74cb28c10671dafab1d272b80ffdaff01c2c5f34a5037dfbf99502.scope", "CheckpointedAt": "0001-01-01T00:00:00Z", "RestoredAt": "0001-01-01T00:00:00Z" }
4. Image saved on F40 host with podman-5.1.2-1.fc40.x86_64 $ podman load -i pause.tar Getting image source signatures Copying blob 5f70bf18a086 done | Copying blob 5f70bf18a086 done | Copying blob e16a89738269 done | Copying config 350b164e7a done | Writing manifest to image destination Loaded image: k8s.gcr.io/pause:latest $ podman images REPOSITORY TAG IMAGE ID CREATED SIZE k8s.gcr.io/pause latest 350b164e7ae1 10 years ago 247 kB $ podman run -d --name test-pause-51 k8s.gcr.io/pause:latest e050f0f08e9f6a6fd07ccc2e95fb3897bbdb0733cde281e75fdfe478b2137aee
sumenon [1] [2] [3] [4] [5] [6] [7] 1. Fedora release 41 (Rawhide) --> podman-5.2.0~rc2-1.fc41.x86_64 [testuser@fedora ~]$ podman pull fedora:latest d18fe7feba963448a9264c02c3fdb.. [testuser@fedora ~]$ podman pull docker.io/httpd:latest ✔ docker.io/library/httpd:latest 19c71fbb71404e0673.. [testuser@fedora ~]$ podman pull quay.io/fedora/httpd-24 44eab3a6f92d4af898cf9.. [testuser@fedora ~]$ podman pull ghcr.io/github/safe-settings:2.1.10 #podman images lists all the images.
2. Also covered the scenarios in https://docs.podman.io/en/latest/markdown/podman-run.1.html
3. #podman run --rm -it fedora:latest /bin/bash [root@cf2efc8bd0e6 /]# id uid=0(root) gid=0(root) groups=0(root) [root@cf2efc8bd0e6 /]# exit #podman run -it --read-only -- # dnf install emacs Config error: [Errno 30] Read-only file system: '/var/log/dnf.log': '/var/log/dnf.log' #podman run --name web1 -p 8080:80 -it quay.io/fedora/httpd-24 -- It works #podman run -v /tmp/data:/data1 -it fedora --> /data1 contains file form host, chcon -Rt svirt_sandbox_file_t /tmp/data, able to add/modify.
4. [testuser@fedora ~]$ podman ps -a CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES 2e1a2e4f1344 registry.fedoraproject.org/fedora:latest /bin/bash -d 4 hours ago Exited (2) 4 hours ago distracted_beaver 8b653adde697 registry./fedora:latest bash About a minute ago Up About a minute pod1 8b653adde697 registry./fedora:latest bash 2 minutes ago Paused pod1
5. [testuser@fedora ~]$ podman rm pod1 Error: cannot remove container 8b653adde6974f50b739b1bb9df17f8bffb3debc0bb5ea749838e73af4c18e5a as it is running - running or paused containers cannot be removed without force: container state improper [testuser@fedora ~]$ podman stop pod1 [testuser@fedora ~]$ podman rm pod1 8b653adde697 registry.fedoraproject.org/fedora:latest bash 3 minutes ago Exited (127) 5 seconds ago pod1
6. "State": { "OciVersion": "1.2.0", "Status": "exited", "State": { "OciVersion": "1.2.0", "Status": "running", "State": { "OciVersion": "1.2.0", "Status": "paused",
7. 1. Saved image on podman-5.1.1-1.fc40.x86_64 sudhir@fedora:~$ podman save -o fedora.tar d18fe7feba96 2. Loaded image on podman-5.2 [testuser@fedora ~]$ podman load -i fedora.tar Getting image source signatures Copying blob 60850aaed39e done | Copying config d18fe7feba done | Writing manifest to image destination Loaded image: sha256:d18fe7feba963448a9264c02c3fdbde68734f622d4dfb03784815afb938c1df4 Image is listed podman lists the image with missing tag/repository, container created.

Advanced

Username Profile zstd Composefs Comments
Enter result Enter result
alciregi Fedora Rawhide x86_64 bare metal
orimanabu Apple Silicon M2, Fedora Asahi Remix release 41 (Rawhide), 6.9.12-400.asahi.fc41.aarch64+16k
rebtoor [1] [2] 1. It was tested on vm rather than baremetal as requested in the test scenario. Copied containers.conf from /usr/share/containers into ~/.config/containers/. `compression_format = "zstd:chunked"` was already uncommented. Used quay.io instead of dockerhub.
2. [root@localhost ~]# podman info|grep -i composefs overlay.use_composefs: "true" [root@localhost ~]# podman system reset WARNING! This will remove: - all containers - all pods - all images - all networks - all build cache - all machines - all volumes - the graphRoot directory: "/var/lib/containers/storage" - the runRoot directory: "/run/containers/storage" Are you sure you want to continue? [y/N] y [root@localhost ~]# podman run --rm --name test -d fedora:latest /usr/bin/sleep 30000 Resolved "fedora" as an alias (/etc/containers/registries.conf.d/000-shortnames.conf) Trying to pull registry.fedoraproject.org/fedora:latest... Getting image source signatures Copying blob 8ac570c7eec1 done | Copying config b20dcbb06f done | Writing manifest to image destination d7d2cd340221cdcde0374a26c15a19a8623ac62d4fb8a1593b001fcfe21e446a [root@localhost ~]# podman run --rm --name test2 -d fedora:latest /usr/bin/sleep 30000 2c9eb72e9f25652ae6667dd216dbf69c298c226f06b623e12ad55d31f3e4c706 [root@localhost ~]# podman run --rm --name test3 -d fedora:latest /usr/bin/sleep 30000 1242911ab1a2c0633cb9a1d2d8072a6ef45fb9acfa66195ffb8ec419d731b3c5 [root@localhost ~]# podman run --rm --name test4 -d fedora:latest /usr/bin/sleep 30000 d5f074c93f3a0f614554675daee275ed27a73c822958f2faeb414f8afc7e1f57 [root@localhost ~]# podman ps CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES d7d2cd340221 registry.fedoraproject.org/fedora:latest /usr/bin/sleep 30... 17 seconds ago Up 17 seconds test 2c9eb72e9f25 registry.fedoraproject.org/fedora:latest /usr/bin/sleep 30... 9 seconds ago Up 9 seconds test2 1242911ab1a2 registry.fedoraproject.org/fedora:latest /usr/bin/sleep 30... 5 seconds ago Up 5 seconds test3 d5f074c93f3a registry.fedoraproject.org/fedora:latest /usr/bin/sleep 30... 1 second ago Up 2 seconds test4
Wiki Metadata