Skip to content

Commit 6dd208f

Browse files
committed
Remove unused sign images in repositories
1 parent 5f5940f commit 6dd208f

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

scripts/release/atomic_pipeline.py

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -171,20 +171,6 @@ def build_database_image(build_configuration: BuildConfiguration):
171171
)
172172

173173

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-
188174
def find_om_in_releases(om_version: str, releases: Dict[str, str]) -> Optional[str]:
189175
"""
190176
There are a few alternatives out there that allow for json-path or xpath-type

0 commit comments

Comments
 (0)