Changes to use buildx imagetools to extract the manifest, supporting new attestation manifests

This commit is contained in:
Trenton H 2023-01-26 09:15:37 -08:00
parent 590d129cd3
commit a884647a7c

View File

@ -155,8 +155,10 @@ class RegistryTagsCleaner:
proc = subprocess.run(
[
shutil.which("docker"),
"manifest",
"buildx",
"imagetools",
"inspect",
"--raw",
full_name,
],
capture_output=True,