Bump to the current versions of containers/storage, containers/image,
containers/common, and dependencies that they pull in.
Signed-off-by: Nalin Dahyabhai <nalin@redhat.com>
use of github.com/openshift/api/config/v1 is costly in size, something around 10MB. removal of this dependancy and using a locally defined struct took the buildah executable size from around 38MB to around 27MB. This also hits libpod and allows it also shed that size as well.
Signed-off-by: Brent Baude <bbaude@redhat.com>
Add github.com/openshift/api to our list of dependencies, and update
dependencies.
Signed-off-by: Nalin Dahyabhai <nalin@redhat.com>
Closes: #1787
Approved by: rhatdan