Commit Graph

7 Commits

Author SHA1 Message Date
Nalin Dahyabhai 84da1a55fe Bump dependencies
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>
2022-08-01 17:18:49 -04:00
dependabot[bot] 6994eafa6a
build(deps): bump github.com/containers/image/v5 from 5.16.1 to 5.17.0
Bumps [github.com/containers/image/v5](https://github.com/containers/image) from 5.16.1 to 5.17.0.
- [Release notes](https://github.com/containers/image/releases)
- [Commits](https://github.com/containers/image/compare/v5.16.1...v5.17.0)

---
updated-dependencies:
- dependency-name: github.com/containers/image/v5
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-11-22 16:58:30 +00:00
dependabot[bot] 400e553150
Bump github.com/containers/storage from 1.30.3 to 1.31.0
Bumps [github.com/containers/storage](https://github.com/containers/storage) from 1.30.3 to 1.31.0.
- [Release notes](https://github.com/containers/storage/releases)
- [Changelog](https://github.com/containers/storage/blob/master/docs/containers-storage-changes.md)
- [Commits](https://github.com/containers/storage/compare/v1.30.3...v1.31.0)

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-18 08:15:41 +00:00
Daniel J Walsh ddda1bdcff
Bump containers/storage vendor to v1.29.0
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
2021-04-12 09:18:57 -04:00
Daniel J Walsh 0ca5b8a304
build(deps): bump github.com/containers/common from 0.35.2 to 0.35.3
Bumps [github.com/containers/common](https://github.com/containers/common) from 0.35.2 to 0.35.3.
- [Release notes](https://github.com/containers/common/releases)
- [Commits](https://github.com/containers/common/compare/v0.35.2...v0.35.3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
2021-03-24 08:14:30 -04:00
Brent Baude 8b360f6e04 remove dependency on openshift struct
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>
2020-05-22 14:41:18 -05:00
Nalin Dahyabhai c06852aa4d Vendor github.com/openshift/api
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
2019-08-29 18:42:16 +00:00