Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- [fatherlinux@fedora ~]$ whoami
- fatherlinux
- [fatherlinux@fedora ~]$ podman pull rhel7
- Trying to pull docker.io/rhel7:latest...Failed
- Trying to pull registry.fedoraproject.org/rhel7:latest...Failed
- Trying to pull quay.io/rhel7:latest...Failed
- Trying to pull registry.access.redhat.com/rhel7:latest...Getting image source signatures
- Skipping fetch of repeat blob sha256:92058cf44053377a006500dd6593e87ff8ca67dc664f49a7a55b1dcda11af599
- Skipping fetch of repeat blob sha256:8d846904080d377a49f8b4b1ab24c51e85ab24417ff494bb6cb986aaa7df3134
- Copying config sha256:7b875638cfd87edc473e80774d979a8ddd555e13c6f33db9b712b5d4be244411
- 6.52 KB / 6.52 KB [========================================================] 0s
- Writing manifest to image destination
- Storing signatures
- 7b875638cfd87edc473e80774d979a8ddd555e13c6f33db9b712b5d4be244411
- [fatherlinux@fedora ~]$ podman build -t fedora-test https://raw.githubusercontent.com/fatherlinux/two-pizza-team/master/Dockerfile-fedora-experiment
- STEP 1: FROM fedora
- STEP 2: MAINTAINER Scott McCarty smccarty@redhat.com
- STEP 3: RUN yum -y install nmap-ncat
- Fedora 28 - x86_64 - Updates 1.4 MB/s | 25 MB 00:17
- Fedora 28 - x86_64 4.7 MB/s | 60 MB 00:12
- Last metadata expiration check: 0:00:20 ago on Sat Sep 8 01:53:41 2018.
- Dependencies resolved.
- ================================================================================
- Package Arch Version Repository Size
- ================================================================================
- Installing:
- nmap-ncat x86_64 2:7.60-12.fc28 fedora 235 k
- Transaction Summary
- ================================================================================
- Install 1 Package
- Total download size: 235 k
- Installed size: 499 k
- Downloading Packages:
- nmap-ncat-7.60-12.fc28.x86_64.rpm 190 kB/s | 235 kB 00:01
- --------------------------------------------------------------------------------
- Total 128 kB/s | 235 kB 00:01
- Running transaction check
- Transaction check succeeded.
- Running transaction test
- Transaction test succeeded.
- Running transaction
- Preparing : 1/1
- Installing : nmap-ncat-2:7.60-12.fc28.x86_64 1/1
- Running scriptlet: nmap-ncat-2:7.60-12.fc28.x86_64 1/1
- Verifying : nmap-ncat-2:7.60-12.fc28.x86_64 1/1
- Installed:
- nmap-ncat.x86_64 2:7.60-12.fc28
- Complete!
- STEP 4: COMMIT containers-storage:[vfs@/home/fatherlinux/.local/share/containers/storage+/tmp/user/1000/run]localhost/fedora-test:latest
- Getting image source signatures
- Skipping fetch of repeat blob sha256:108b1c56d076789d94323e2bcaa7eb926485f8fc841d6c08335f39412d94b71c
- Copying blob sha256:5a00bad77b8b38af17f94dc0a91f16400e8c91f1c005151923f383ea8a977c0d
- 153.78 MB / 153.78 MB [====================================================] 4s
- Copying config sha256:15ae8587cc0be4bd8a2db488630e0f04cfc4cca87635428142734b9aa3f67c8c
- 1.41 KB / 1.41 KB [========================================================] 0s
- Writing manifest to image destination
- Storing signatures
- --> 15ae8587cc0be4bd8a2db488630e0f04cfc4cca87635428142734b9aa3f67c8c
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement