Commit Graph

13 Commits

Author SHA1 Message Date
renovate[bot] f444d6589b
fix(deps): update module golang.org/x/term to v0.6.0
Signed-off-by: Renovate Bot <bot@renovateapp.com>
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
2023-03-05 06:51:14 -08:00
Giuseppe Scrivano 16a4eee270
vendor: update c/image
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
2022-09-21 13:45:42 +02:00
Daniel J Walsh 7c0f2253f2
Vendor in containers/(common, storage, image)
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
2022-07-13 10:05:37 -04:00
dependabot[bot] d452494d88
build(deps): bump github.com/fsouza/go-dockerclient from 1.8.0 to 1.8.1
Bumps [github.com/fsouza/go-dockerclient](https://github.com/fsouza/go-dockerclient) from 1.8.0 to 1.8.1.
- [Release notes](https://github.com/fsouza/go-dockerclient/releases)
- [Changelog](https://github.com/fsouza/go-dockerclient/blob/main/container_changes_test.go)
- [Commits](https://github.com/fsouza/go-dockerclient/compare/v1.8.0...v1.8.1)

---
updated-dependencies:
- dependency-name: github.com/fsouza/go-dockerclient
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-06-07 13:23:10 +00:00
Daniel J Walsh b2b70007fa
Vendor in containers/(common, storage, image)
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
2022-05-02 17:10:01 -04:00
dependabot[bot] 7f14a3aab1
build(deps): bump github.com/fsouza/go-dockerclient from 1.7.4 to 1.7.6
Bumps [github.com/fsouza/go-dockerclient](https://github.com/fsouza/go-dockerclient) from 1.7.4 to 1.7.6.
- [Release notes](https://github.com/fsouza/go-dockerclient/releases)
- [Changelog](https://github.com/fsouza/go-dockerclient/blob/main/container_changes_test.go)
- [Commits](https://github.com/fsouza/go-dockerclient/compare/v1.7.4...v1.7.6)

---
updated-dependencies:
- dependency-name: github.com/fsouza/go-dockerclient
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
2021-12-23 07:29:54 -05:00
dependabot[bot] 7f1dc743c5
build(deps): bump github.com/spf13/cobra from 1.2.1 to 1.3.0
Bumps [github.com/spf13/cobra](https://github.com/spf13/cobra) from 1.2.1 to 1.3.0.
- [Release notes](https://github.com/spf13/cobra/releases)
- [Changelog](https://github.com/spf13/cobra/blob/master/CHANGELOG.md)
- [Commits](https://github.com/spf13/cobra/compare/v1.2.1...v1.3.0)

---
updated-dependencies:
- dependency-name: github.com/spf13/cobra
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-12-15 09:32:12 +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
Nalin Dahyabhai d0bba95436 bump containerd, docker, and golang.org/x/sys
Bump github.com/containerd/containerd from v1.3.2 to v1.4.1 and
golang.org/x/sys from v0.0.0-20200810151505-1b9f1253b3ed to
v0.0.0-20201018230417-eeed37f84f13.  Bump github.com/docker/docker to an
unreleased tag to fix compilation with newer golang.org/x/sys.

Signed-off-by: Nalin Dahyabhai <nalin@redhat.com>
2020-10-20 15:23:51 -04:00
Miloslav Trmač 797e618cbe Update c/image to v4.0.1
This requires updating all import paths throughout.

Signed-off-by: Miloslav Trmač <mitr@redhat.com>

Closes: #1891
Approved by: vrothberg
2019-10-04 07:34:03 +00:00
Valentin Rothberg 73401a48e2 vendor github.com/containers/storage@v1.12.15
* make local-cross more reliable for CI
* Fix cross-compilation
* zstd: use github.com/klauspost/compress directly
* Add support for installing man pages
* Remove merged directory when it is unmounted
* Switch to golangci-lint
* Update generated files
* Keep track of the UIDs and GIDs used in applied layers
* Add cirrus vendor check
* Switch to go modules
* Use same variable name on both commands
* cirrus: ubuntu: try removing cryptsetup-initramfs
* Move lockfiles to their own package
* getLockfile(): use the absolute path
* lockfile: don't bother releasing a lock when closing a file
* locking: take read locks on read-only stores
* locking test updates

Signed-off-by: Valentin Rothberg <rothberg@redhat.com>

Closes: #1739
Approved by: TomSweeneyRedHat
2019-07-26 13:31:14 +00:00
Valentin Rothberg 92ce0bdf10 migrate to go modules
Signed-off-by: Valentin Rothberg <rothberg@redhat.com>

Closes: #1621
Approved by: rhatdan
2019-06-25 09:55:38 +00:00
Daniel J Walsh 3eef1ed0bd Revendor everything
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>

Closes: #1277
Approved by: giuseppe
2019-01-15 11:22:14 +00:00