Skip to content

Commit 4d586f4

Browse files
FricounetZephyrcf
authored andcommitted
[nydusify] Bump acceleration service to v0.2.22
This bring 2 bug fixes to the `merge-platform` case of `nydusify convert`: - goharbor/acceleration-service@4cb8d25 for being able to push manifests to ECR - goharbor/acceleration-service@0c08fa5 for cacheable buids Signed-off-by: Baptiste Girard-Carrabin <[email protected]>
1 parent 6f32fd2 commit 4d586f4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

contrib/nydusify/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ require (
2121
github.com/distribution/reference v0.6.0
2222
github.com/docker/cli v28.1.1+incompatible
2323
github.com/dustin/go-humanize v1.0.1
24-
github.com/goharbor/acceleration-service v0.2.21
24+
github.com/goharbor/acceleration-service v0.2.22
2525
github.com/google/uuid v1.6.0
2626
github.com/hashicorp/go-hclog v1.6.2
2727
github.com/hashicorp/go-plugin v1.6.0

contrib/nydusify/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,8 +125,8 @@ github.com/go-logr/stdr v1.2.2 h1:hSWxHoqTgW2S2qGc0LTAI563KZ5YKYRhT3MFKZMbjag=
125125
github.com/go-logr/stdr v1.2.2/go.mod h1:mMo/vtBO5dYbehREoey6XUKy/eSumjCCveDpRre4VKE=
126126
github.com/gogo/protobuf v1.3.2 h1:Ov1cvc58UF3b5XjBnZv7+opcTcQFZebYjWzi34vdm4Q=
127127
github.com/gogo/protobuf v1.3.2/go.mod h1:P1XiOD3dCwIKUDQYPy72D8LYyHL2YPYrpS2s69NZV8Q=
128-
github.com/goharbor/acceleration-service v0.2.21 h1:TQEiWKJkBE5jpkJUkLoebKuZegnogG/KsLYR6xBtmjk=
129-
github.com/goharbor/acceleration-service v0.2.21/go.mod h1:3kXLAYcriP93w+l24k75Dk6CWMq/bhUWKcJ1X+AwWNE=
128+
github.com/goharbor/acceleration-service v0.2.22 h1:ZO0uSMDGAQP0OpX/Vwon8NW+kPujjY/XLVDTtedbAAs=
129+
github.com/goharbor/acceleration-service v0.2.22/go.mod h1:3kXLAYcriP93w+l24k75Dk6CWMq/bhUWKcJ1X+AwWNE=
130130
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b/go.mod h1:SBH7ygxi8pfUlaOkMMuAQtPIUF8ecWP5IEl/CR7VP2Q=
131131
github.com/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e/go.mod h1:cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc=
132132
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da h1:oI5xCqsCo564l8iNU+DwB5epxmsaqB+rhGL0m5jtYqE=

0 commit comments

Comments
 (0)