podman: `podman load ... [name:tag]` inconsistencies
The optional name:tag for podman load is treated differently among the formats. docker-archive will apply it as tag to the loaded image while oci-archive seems to try to extract it from the image. Let’s try to find a way to untangle the hairy ball and get it consistent (or clearly document the different behaviours).
The man pages need to be more explicit:
You can also specify a name for the image if the archive does not contain a named reference, of if you want an additional name for the local image.
Background discussion: https://github.com/containers/podman/pull/6811/files#r472198035
About this issue
- Original URL
- State: closed
- Created 4 years ago
- Comments: 19 (11 by maintainers)
Commits related to this issue
- Remove the ability to use [name:tag] in podman load command Docker does not support this, and it is confusing what to do if the image has more then one tag. We are dropping support for this in podma... — committed to rhatdan/podman by rhatdan 3 years ago
- Remove the ability to use [name:tag] in podman load command Docker does not support this, and it is confusing what to do if the image has more then one tag. We are dropping support for this in podma... — committed to rhatdan/podman by rhatdan 3 years ago
- Remove the ability to use [name:tag] in podman load command Docker does not support this, and it is confusing what to do if the image has more then one tag. We are dropping support for this in podma... — committed to rhatdan/podman by rhatdan 3 years ago
- Remove the ability to use [name:tag] in podman load command Docker does not support this, and it is confusing what to do if the image has more then one tag. We are dropping support for this in podma... — committed to rhatdan/podman by rhatdan 3 years ago
- Remove the ability to use [name:tag] in podman load command Docker does not support this, and it is confusing what to do if the image has more then one tag. We are dropping support for this in podma... — committed to rhatdan/podman by rhatdan 3 years ago
- Remove the ability to use [name:tag] in podman load command Docker does not support this, and it is confusing what to do if the image has more then one tag. We are dropping support for this in podma... — committed to rhatdan/podman by rhatdan 3 years ago
- Remove the ability to use [name:tag] in podman load command Docker does not support this, and it is confusing what to do if the image has more then one tag. We are dropping support for this in podma... — committed to rhatdan/podman by rhatdan 3 years ago
- Remove the ability to use [name:tag] in podman load command Docker does not support this, and it is confusing what to do if the image has more then one tag. We are dropping support for this in podma... — committed to rhatdan/podman by rhatdan 3 years ago
- Remove the ability to use [name:tag] in podman load command Docker does not support this, and it is confusing what to do if the image has more then one tag. We are dropping support for this in podma... — committed to rhatdan/podman by rhatdan 3 years ago
- CASMINST-4471 adjust init script for podman load behavior podman load no longer allows the tagging of the image during a load op: https://github.com/containers/podman/issues/7387 to adjust the scrip... — committed to Cray-HPE/metal-basecamp by jacobsalmela 2 years ago
- CASMINST-4471 adjust init script for podman load behavior podman load no longer allows the tagging of the image during a load op: https://github.com/containers/podman/issues/7387 to adjust the scrip... — committed to Cray-HPE/metal-basecamp by jacobsalmela 2 years ago
- CASMINST-4471 adjust init script for podman load behavior podman load no longer allows the tagging of the image during a load op: https://github.com/containers/podman/issues/7387 to adjust the scrip... — committed to Cray-HPE/metal-basecamp by jacobsalmela 2 years ago
- CASMINST-4471 adjust init script for podman load behavior podman load no longer allows the tagging of the image during a load op: https://github.com/containers/podman/issues/7387 to adjust the scrip... — committed to Cray-HPE/metal-basecamp by jacobsalmela 2 years ago
- CASMINST-4471 adjust init script for podman load behavior podman load no longer allows the tagging of the image during a load op: https://github.com/containers/podman/issues/7387 to adjust the scrip... — committed to Cray-HPE/metal-basecamp by jacobsalmela 2 years ago
- CASMINST-4471 adjust init script for podman load behavior (#14) podman load no longer allows the tagging of the image during a load op: https://github.com/containers/podman/issues/7387 to adjust t... — committed to Cray-HPE/metal-basecamp by jacobsalmela 2 years ago
podman tag localhost/latest NAME.