aboutsummaryrefslogtreecommitdiff
path: root/vendor/github.com/containerd/containerd/sys/env.go
Commit message (Collapse)AuthorAge
* update c/commonValentin Rothberg2021-05-20
| | | | | | | | | | | | | | | 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>
* update github.com/docker/docker and relevant depsAkihiro Suda2020-09-18
Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>