summaryrefslogtreecommitdiff
path: root/libpod/image
AgeCommit message (Expand)Author
2020-11-13short-name aliasingValentin Rothberg
2020-10-28NewFromLocal can return multiple imagesDaniel J Walsh
2020-10-22Merge pull request #8098 from vrothberg/fix-8082OpenShift Merge Robot
2020-10-22Merge pull request #7956 from QiWang19/save-rm-sigOpenShift Merge Robot
2020-10-21container create: record correct image nameValentin Rothberg
2020-10-21save image remove signaturesQi Wang
2020-10-13Convert Split() calls with an equal sign to SplitN()TomSweeneyRedHat
2020-10-09Search repository tags using --list-tagsQi Wang
2020-10-08BlobInfoCacheDir is set incorrectly when copying imagesDaniel J Walsh
2020-10-05Lowercase some errorsKir Kolyshkin
2020-10-02image prune: remove all candidatesValentin Rothberg
2020-09-30image look up: consult registries.confValentin Rothberg
2020-09-27Properly handle podman run --pull commandDaniel J Walsh
2020-09-17image list: return all associated namesValentin Rothberg
2020-09-15Supports import&run--signature-policyQi Wang
2020-09-11system df: fix image-size calculationsValentin Rothberg
2020-09-09Merge pull request #7290 from rhatdan/externalOpenShift Merge Robot
2020-09-09Show c/storage (Buildah/CRI-O) containers in psDaniel J Walsh
2020-09-08support multi-image (docker) archivesValentin Rothberg
2020-09-07make image parent check more robustValentin Rothberg
2020-08-28Merge pull request #7436 from rhatdan/variantOpenShift Merge Robot
2020-08-28fix panic when checking len on nil objectBrent Baude
2020-08-28Add support for variant when pulling imagesDaniel J Walsh
2020-08-08Merge pull request #7215 from vrothberg/flatten-the-curveOpenShift Merge Robot
2020-08-07image list: speed upValentin Rothberg
2020-08-04Retry pulling imageQi Wang
2020-07-31Ensure libpod/define does not include libpod/imageMatthew Heon
2020-07-28Add podman image mountDaniel J Walsh
2020-07-28Switch all references to github.com/containers/libpod -> podmanDaniel J Walsh
2020-07-09Fix saving in oci formatQi Wang
2020-07-06move go module to v2Valentin Rothberg
2020-06-24podman untag: error if tag doesn't existValentin Rothberg
2020-06-19search: allow wildcardsValentin Rothberg
2020-06-16Fix podman-remote imagesDaniel J Walsh
2020-06-15Turn on More lintersDaniel J Walsh
2020-06-10Fixup issues found by golintDaniel J Walsh
2020-05-29compat handlers: add X-Registry-Auth header supportValentin Rothberg
2020-05-21Fix remote handling of podman images callsDaniel J Walsh
2020-05-05manifest annotateQi Wang
2020-04-28Fixes podman save fails when specifying an image using a digest #5234Sujil02
2020-04-24Add --os to manifest addQi Wang
2020-04-23remove blank lineLes Aker
2020-04-23set bigfilestemporarydir for pullLes Aker
2020-04-23Stop wrapping pull messagesDaniel J Walsh
2020-04-20Add functions to return image informationsDaniel J Walsh
2020-04-15image prune skips images with child images.Kunal Kushwaha
2020-04-01podmanv2 loadBrent Baude
2020-03-16apiv2 addition of manifestsBrent Baude
2020-03-12Merge pull request #5469 from giuseppe/no-size-create-containerOpenShift Merge Robot
2020-03-12create: do not calculate image sizeGiuseppe Scrivano