mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
lib/tools: Python CLI for ORAS (bump to 0.2.y, api change, not too bad)
This commit is contained in:
@@ -21,7 +21,6 @@ log.info(f"OCI client version: {client.version()}")
|
||||
|
||||
oci_target = "ghcr.io/armsurvivors/armbian-release/uboot-rockpro64-edge:2025.01-S6d41-P295c-Ha5a3-V9ecd-B1e5e-R448a"
|
||||
|
||||
container = client.remote.get_container(oci_target)
|
||||
client.remote.load_configs(container)
|
||||
manifest = client.remote.get_manifest(container)
|
||||
log.debug(f"Got manifest for '{oci_target}'.")
|
||||
container = client.get_container(oci_target)
|
||||
manifest = client.get_manifest(container)
|
||||
log.debug(f"Got manifest for existing '{oci_target}'.")
|
||||
|
||||
Reference in New Issue
Block a user