File tree Expand file tree Collapse file tree 1 file changed +0
-14
lines changed Expand file tree Collapse file tree 1 file changed +0
-14
lines changed Original file line number Diff line number Diff line change @@ -171,20 +171,6 @@ def build_database_image(build_configuration: BuildConfiguration):
171
171
)
172
172
173
173
174
- @TRACER .start_as_current_span ("sign_image_in_repositories" )
175
- def sign_image_in_repositories (args : Dict [str , str ], arch : str = None ):
176
- span = trace .get_current_span ()
177
- repository = args ["quay_registry" ] + args ["ubi_suffix" ]
178
- tag = args ["release_version" ]
179
- if arch :
180
- tag = f"{ tag } -{ arch } "
181
-
182
- span .set_attribute ("mck.tag" , tag )
183
-
184
- sign_image (repository , tag )
185
- verify_signature (repository , tag )
186
-
187
-
188
174
def find_om_in_releases (om_version : str , releases : Dict [str , str ]) -> Optional [str ]:
189
175
"""
190
176
There are a few alternatives out there that allow for json-path or xpath-type
You can’t perform that action at this time.
0 commit comments