Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save orimanabu/4583edf43534c91bd90ac99d0cf3d403 to your computer and use it in GitHub Desktop.
Save orimanabu/4583edf43534c91bd90ac99d0cf3d403 to your computer and use it in GitHub Desktop.
Podman 5.2 Test Days Log - Image Pull
ori@asahi-mbp:~$ uname -a
Linux asahi-mbp 6.9.12-400.asahi.fc41.aarch64+16k #1 SMP PREEMPT_DYNAMIC Sun Jul 28 20:21:34 UTC 2024 aarch64 GNU/Linux
ori@asahi-mbp:~$ cat /etc/fedora-release
Fedora Asahi Remix release 41 (Rawhide)
ori@asahi-mbp:~$ rpm -q podman
podman-5.2.0~rc2-1.fc41.aarch64
ori@asahi-mbp:~$ podman pull fedora:latest
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 2a474c4c8f62 done   |
Copying config b2a04c52a0 done   |
Writing manifest to image destination
b2a04c52a0c0547a435194abd818ad5e62b84fcf997c1d5061a7c211f5a5e96c
ori@asahi-mbp:~$ podman image ls
REPOSITORY                         TAG         IMAGE ID      CREATED      SIZE
registry.fedoraproject.org/fedora  latest      b2a04c52a0c0  7 hours ago  318 MB
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment