Skip to content

Commit 3cdc599

Browse files
[release-1.14] Fixes Listing tags in JFrog Artifactory may fail
Addresses the problem first described in #2346 in the release-1.14 branch Also addresses: https://issues.redhat.com/browse/RHEL-40801 https://issues.redhat.com/browse/RHEL-40805 Signed-off-by: tomsweeneyredhat <[email protected]>
1 parent 0b1746b commit 3cdc599

File tree

5 files changed

+18
-9
lines changed

5 files changed

+18
-9
lines changed

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ module github.com/containers/skopeo
33
go 1.19
44

55
require (
6-
github.com/containers/common v0.57.5
7-
github.com/containers/image/v5 v5.29.3
6+
github.com/containers/common v0.57.6
7+
github.com/containers/image/v5 v5.29.4
88
github.com/containers/ocicrypt v1.1.10
99
github.com/containers/storage v1.51.0
1010
github.com/docker/distribution v2.8.3+incompatible

go.sum

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@ github.com/containerd/containerd v1.7.9 h1:KOhK01szQbM80YfW1H6RZKh85PHGqY/9OcEZ3
3030
github.com/containerd/containerd v1.7.9/go.mod h1:0/W44LWEYfSHoxBtsHIiNU/duEkgpMokemafHVCpq9Y=
3131
github.com/containerd/stargz-snapshotter/estargz v0.15.1 h1:eXJjw9RbkLFgioVaTG+G/ZW/0kEe2oEKCdS/ZxIyoCU=
3232
github.com/containerd/stargz-snapshotter/estargz v0.15.1/go.mod h1:gr2RNwukQ/S9Nv33Lt6UC7xEx58C+LHRdoqbEKjz1Kk=
33-
github.com/containers/common v0.57.5 h1:EgIahxAeYpcE0JKl4A4Z2oEUseve1jt+lMuXIqYnalE=
34-
github.com/containers/common v0.57.5/go.mod h1:dRw+mJGANzTOJZSs+KfJzrSVNQ4zK0u46/MhLCUfzPY=
35-
github.com/containers/image/v5 v5.29.3 h1:RJHdxP+ZiC+loIFG2DTmjlVNWTS7o5jrdrRScUrY1VE=
36-
github.com/containers/image/v5 v5.29.3/go.mod h1:kQ7qcDsps424ZAz24thD+x7+dJw1vgur3A9tTDsj97E=
33+
github.com/containers/common v0.57.6 h1:GNK2lsL2gMcmLc+cH749S7I7HxuP80TBWqcr4913bC4=
34+
github.com/containers/common v0.57.6/go.mod h1:GRtgIWNPc8zmo/vcA7VoZfLWpgQRH01/kzQbeNZH8WQ=
35+
github.com/containers/image/v5 v5.29.4 h1:EbYrwOscTvzeCXt4149OtU74T/ZuohEottcs/hz47O4=
36+
github.com/containers/image/v5 v5.29.4/go.mod h1:kQ7qcDsps424ZAz24thD+x7+dJw1vgur3A9tTDsj97E=
3737
github.com/containers/libtrust v0.0.0-20230121012942-c1716e8a8d01 h1:Qzk5C6cYglewc+UyGf6lc8Mj2UaPTHy/iF2De0/77CA=
3838
github.com/containers/libtrust v0.0.0-20230121012942-c1716e8a8d01/go.mod h1:9rfv8iPl1ZP7aqh9YA68wnZv2NUDbXdcdPHVz0pFbPY=
3939
github.com/containers/ocicrypt v1.1.10 h1:r7UR6o8+lyhkEywetubUUgcKFjOWOaWz8cEBrCPX0ic=

vendor/github.com/containers/image/v5/docker/docker_image.go

Lines changed: 9 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/containers/image/v5/version/version.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/modules.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ github.com/containerd/containerd/errdefs
6060
## explicit; go 1.19
6161
github.com/containerd/stargz-snapshotter/estargz
6262
github.com/containerd/stargz-snapshotter/estargz/errorutil
63-
# github.com/containers/common v0.57.5
63+
# github.com/containers/common v0.57.6
6464
## explicit; go 1.18
6565
github.com/containers/common/pkg/auth
6666
github.com/containers/common/pkg/capabilities
@@ -70,7 +70,7 @@ github.com/containers/common/pkg/password
7070
github.com/containers/common/pkg/report
7171
github.com/containers/common/pkg/report/camelcase
7272
github.com/containers/common/pkg/retry
73-
# github.com/containers/image/v5 v5.29.3
73+
# github.com/containers/image/v5 v5.29.4
7474
## explicit; go 1.19
7575
github.com/containers/image/v5/copy
7676
github.com/containers/image/v5/directory

0 commit comments

Comments
 (0)