Advertisement
fatherlinux

Untitled

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