Miloslav Trmač
60ee543f7f
Update c/image for golang.org/x/exp
...
> go get github.com/containers/image/v5@main
> go mod tidy && go mod vendor
This updates c/image with a new version of x/exp.
That package has changed API in an incompatible way,
so just bumping x/exp (as in https://github.com/containers/skopeo/pull/2060 )
would break Skopeo builds.
This updates both c/image and x/exp in lockstep (and nothing
needs updating in Skopeo itself for the x/exp breakage).
Signed-off-by: Miloslav Trmač <mitr@redhat.com >
2023-08-02 22:41:44 +02:00
Daniel J Walsh
ee84302b60
Update vendor containers/(common,image)
...
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com >
2022-09-30 06:38:07 -04:00
dependabot[bot]
abdc4a7e42
Bump github.com/containers/image/v5 from 5.12.0 to 5.13.1
...
Bumps [github.com/containers/image/v5](https://github.com/containers/image ) from 5.12.0 to 5.13.1.
- [Release notes](https://github.com/containers/image/releases )
- [Commits](https://github.com/containers/image/compare/v5.12.0...v5.13.1 )
---
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-06-16 15:34:27 +00:00
Harshal Patil
39ff039b3b
Image encryption/decryption support in skopeo
...
Signed-off-by: Harshal Patil <harshal.patil@in.ibm.com >
Signed-off-by: Brandon Lum <lumjjb@gmail.com >
2019-11-26 15:17:38 +05:30
Valentin Rothberg
033b290217
migrate to go modules
...
Signed-off-by: Valentin Rothberg <rothberg@redhat.com >
2019-06-21 13:58:19 +02:00
Miloslav Trmač
7aba888e99
Vendor after merging containers/image#436
...
Signed-off-by: Miloslav Trmač <mitr@redhat.com >
2018-04-05 21:33:04 +02:00
Antoine Eiche
61351d44d7
Vendor after merging https://github.com/containers/image/pull/370
...
Signed-off-by: Antoine Eiche <lewo@abesis.fr >
2018-03-28 18:46:26 +02:00
dlorenc
2ada6b20a2
Add docker-credential-helpers dependency.
2017-09-04 10:00:08 -07:00