Question about podman load
"Yiding Liu (Fujitsu)" <[email protected]>
| Newsgroups | org.yoctoproject.lists.meta-virtualization |
|---|---|
| Message-ID | <OS7PR01MB14444531B5782AB7319573E0E9B45A@OS7PR01MB14444.jpnprd01.prod.outlook.com> |
Hi Bruce
I tryed to load image build from meta-virtualization as following steps.
1.
Set OCI_IMAGE_TAG to a new value
OCI_IMAGE_TAG = "repo:2.0"
2.
Load the image
# podman load -i container-base-repo_2.0-oci.tar
# podman images
localhost/repo 2.0 039d39254c04 14 years ago 5.58 MB
I found OCI_IMAGE_TAG can specify the image.ref.name for oci image and loaded by podman,
it will have a format like localhost/repo: 2.0.
My question is that how to specify the REPOSITORY "localhost" to another name?
For example
# podman images
buildmachine/repo 2.0 039d39254c04 14 years ago 5.58 MB
Liu