Advertisement
fatherlinux

Rootless Podman

Sep 27th, 2018
688
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.37 KB | None | 0 0
  1. [fatherlinux@fedora ~]$ whoami
  2. fatherlinux
  3. [fatherlinux@fedora ~]$ podman pull rhel7
  4. Trying to pull docker.io/rhel7:latest...Failed
  5. Trying to pull registry.fedoraproject.org/rhel7:latest...Failed
  6. Trying to pull quay.io/rhel7:latest...Failed
  7. Trying to pull registry.access.redhat.com/rhel7:latest...Getting image source signatures
  8. Skipping fetch of repeat blob sha256:92058cf44053377a006500dd6593e87ff8ca67dc664f49a7a55b1dcda11af599
  9. Skipping fetch of repeat blob sha256:8d846904080d377a49f8b4b1ab24c51e85ab24417ff494bb6cb986aaa7df3134
  10. Copying config sha256:7b875638cfd87edc473e80774d979a8ddd555e13c6f33db9b712b5d4be244411
  11. 6.52 KB / 6.52 KB [========================================================] 0s
  12. Writing manifest to image destination
  13. Storing signatures
  14. 7b875638cfd87edc473e80774d979a8ddd555e13c6f33db9b712b5d4be244411
  15. [fatherlinux@fedora ~]$ podman build -t fedora-test https://raw.githubusercontent.com/fatherlinux/two-pizza-team/master/Dockerfile-fedora-experiment
  16. STEP 1: FROM fedora
  17. STEP 2: MAINTAINER Scott McCarty smccarty@redhat.com
  18. STEP 3: RUN yum -y install nmap-ncat
  19. Fedora 28 - x86_64 - Updates 1.4 MB/s | 25 MB 00:17
  20. Fedora 28 - x86_64 4.7 MB/s | 60 MB 00:12
  21. Last metadata expiration check: 0:00:20 ago on Sat Sep 8 01:53:41 2018.
  22. Dependencies resolved.
  23. ================================================================================
  24. Package Arch Version Repository Size
  25. ================================================================================
  26. Installing:
  27. nmap-ncat x86_64 2:7.60-12.fc28 fedora 235 k
  28.  
  29. Transaction Summary
  30. ================================================================================
  31. Install 1 Package
  32.  
  33. Total download size: 235 k
  34. Installed size: 499 k
  35. Downloading Packages:
  36. nmap-ncat-7.60-12.fc28.x86_64.rpm 190 kB/s | 235 kB 00:01
  37. --------------------------------------------------------------------------------
  38. Total 128 kB/s | 235 kB 00:01
  39. Running transaction check
  40. Transaction check succeeded.
  41. Running transaction test
  42. Transaction test succeeded.
  43. Running transaction
  44. Preparing : 1/1
  45. Installing : nmap-ncat-2:7.60-12.fc28.x86_64 1/1
  46. Running scriptlet: nmap-ncat-2:7.60-12.fc28.x86_64 1/1
  47. Verifying : nmap-ncat-2:7.60-12.fc28.x86_64 1/1
  48.  
  49. Installed:
  50. nmap-ncat.x86_64 2:7.60-12.fc28
  51.  
  52. Complete!
  53. STEP 4: COMMIT containers-storage:[vfs@/home/fatherlinux/.local/share/containers/storage+/tmp/user/1000/run]localhost/fedora-test:latest
  54. Getting image source signatures
  55. Skipping fetch of repeat blob sha256:108b1c56d076789d94323e2bcaa7eb926485f8fc841d6c08335f39412d94b71c
  56. Copying blob sha256:5a00bad77b8b38af17f94dc0a91f16400e8c91f1c005151923f383ea8a977c0d
  57. 153.78 MB / 153.78 MB [====================================================] 4s
  58. Copying config sha256:15ae8587cc0be4bd8a2db488630e0f04cfc4cca87635428142734b9aa3f67c8c
  59. 1.41 KB / 1.41 KB [========================================================] 0s
  60. Writing manifest to image destination
  61. Storing signatures
  62. --> 15ae8587cc0be4bd8a2db488630e0f04cfc4cca87635428142734b9aa3f67c8c
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement