mirror of
https://github.com/podman-container-tools/podman.git
synced 2026-08-06 08:55:44 +00:00
Update containers common to the latest HEAD. Some bug fixes in libimage forced us to have a clearer separation between ordinary images and manifest lists. Hence, when looking up manifest lists without recursing into any of their instances, we need to use `LookupManifestList()`. Also account for some other changes in c/common (e.g., the changed order in the security labels). Further vendor the latest HEAD from Buildah which is required to get the bud tests to pass. Signed-off-by: Valentin Rothberg <rothberg@redhat.com> |
||
|---|---|---|
| .. | ||
| activatelayer.go | ||
| baselayer.go | ||
| createlayer.go | ||
| createscratchlayer.go | ||
| deactivatelayer.go | ||
| destroylayer.go | ||
| expandscratchsize.go | ||
| exportlayer.go | ||
| getlayermountpath.go | ||
| getsharedbaseimages.go | ||
| grantvmaccess.go | ||
| importlayer.go | ||
| layerexists.go | ||
| layerid.go | ||
| layerutils.go | ||
| legacy.go | ||
| nametoguid.go | ||
| preparelayer.go | ||
| processimage.go | ||
| unpreparelayer.go | ||
| wclayer.go | ||
| zsyscall_windows.go | ||