mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-04-02 13:45:10 -05:00
Changes to use buildx imagetools to extract the manifest, supporting new attestation manifests
This commit is contained in:
parent
590d129cd3
commit
a884647a7c
4
.github/scripts/cleanup-tags.py
vendored
4
.github/scripts/cleanup-tags.py
vendored
@ -155,8 +155,10 @@ class RegistryTagsCleaner:
|
|||||||
proc = subprocess.run(
|
proc = subprocess.run(
|
||||||
[
|
[
|
||||||
shutil.which("docker"),
|
shutil.which("docker"),
|
||||||
"manifest",
|
"buildx",
|
||||||
|
"imagetools",
|
||||||
"inspect",
|
"inspect",
|
||||||
|
"--raw",
|
||||||
full_name,
|
full_name,
|
||||||
],
|
],
|
||||||
capture_output=True,
|
capture_output=True,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user