File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ container = struct(
26
26
)
27
27
28
28
# The release of the github.com/google/containerregistry to consume.
29
- CONTAINERREGISTRY_RELEASE = "v0.0.24 "
29
+ CONTAINERREGISTRY_RELEASE = "v0.0.25 "
30
30
31
31
# The release of the container-structure-test repository to use.
32
32
# Updated around 1/22/2018.
@@ -41,7 +41,7 @@ def repositories():
41
41
name = "puller" ,
42
42
url = ("https://storage.googleapis.com/containerregistry-releases/" +
43
43
CONTAINERREGISTRY_RELEASE + "/puller.par" ),
44
- sha256 = "8348de85ce39753d21ccea1107aea3c0d481656daefa53357bd9788e0cf23265 " ,
44
+ sha256 = "d5834d24f24d7bd662074c412b29af3a78c5988d91e101ccdb240c326bd70123 " ,
45
45
executable = True ,
46
46
)
47
47
@@ -50,7 +50,7 @@ def repositories():
50
50
name = "importer" ,
51
51
url = ("https://storage.googleapis.com/containerregistry-releases/" +
52
52
CONTAINERREGISTRY_RELEASE + "/importer.par" ),
53
- sha256 = "e9b50a5bf0e63b36a0370b7ecbd1cb9df60d656d2155135123e887ff4b222b16 " ,
53
+ sha256 = "b43c2504510cc069b23a205e72e96851dfa51d8ff21f8b6b5c3a78864f254ce2 " ,
54
54
executable = True ,
55
55
)
56
56
You can’t perform that action at this time.
0 commit comments