Difference between revisions of "Crane ls"
Jump to navigation
Jump to search
(Created page with "{{lc}} == See also == * {{crane}} Category:Containers") |
(→Errors) |
||
(11 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{lc}} | {{lc}} | ||
+ | [[crane]] ls [[gcr.io]]/go-containerregistry/crane | ||
+ | .../... | ||
+ | sha256-ff6ed9749439e259ee4db9d2532f097b4d40ee3307381a608868bf9681d1710b[[.sbom]] | ||
+ | sha256-ffcd8f48c47cb8e77bdd887067649f930caa33005701c8cfb803b7c7b6eb4eef.sbom | ||
+ | v0.10.0 | ||
+ | v0.11.0 | ||
+ | .../... | ||
+ | |||
+ | crane ls [[ghcr.io]]/nginxinc/charts/[[nginx-ingress]] | ||
+ | .../... | ||
+ | 0.17.0 | ||
+ | 0.17.1 | ||
+ | 0.18.0 | ||
+ | 0.18.1 | ||
+ | .../... | ||
+ | |||
+ | == Errors == | ||
+ | crane ls ghcr.io/nginxinc/charts/ | ||
+ | 2024/03/05 11:51:25 No matching credentials were found for "ghcr.io" | ||
+ | Error: reading tags for ghcr.io/nginxinc/charts/: GET https://ghcr.io/token?scope=repository%3Anginxinc%2Fcharts%2F%3Apull&service=ghcr.io: NAME_INVALID: invalid repository name | ||
+ | |||
+ | crane ls https://gcr.io/go-containerregistry/crane | ||
+ | Error: reading tags for https://gcr.io/go-containerregistry/crane: Get "https://https/v2/": dial tcp: lookup https: no such host | ||
+ | |||
+ | crane ls | ||
+ | Error: accepts 1 arg(s), received 0 | ||
+ | |||
+ | crane ls oci://ghcr.io/nginxinc/charts/nginx-ingress | ||
+ | Error: reading tags for oci://[[ghcr.io]]/nginxinc/charts/nginx-ingress: error getting credentials - err: exit status 1, out: `unsupported scheme: [[oci]]` | ||
+ | |||
+ | crane ls [[ingress-nginx/ingress-nginx]] | ||
+ | Error: reading tags for index.docker.io/ingress-nginx/ingress-nginx: GET https://index.docker.io/v2/ingress-nginx/ingress- nginx/tags/list?n=1000: UNAUTHORIZED: authentication required; [map[Action:pull Class: Name:ingress-nginx/ingress-nginx Type:repository]] | ||
+ | |||
+ | == Related == | ||
+ | * <code>[[skopeo list-tags]]</code> | ||
== See also == | == See also == | ||
* {{crane}} | * {{crane}} | ||
+ | * {{Container Registry}} | ||
[[Category:Containers]] | [[Category:Containers]] |
Latest revision as of 12:13, 5 March 2024
crane ls gcr.io/go-containerregistry/crane .../... sha256-ff6ed9749439e259ee4db9d2532f097b4d40ee3307381a608868bf9681d1710b.sbom sha256-ffcd8f48c47cb8e77bdd887067649f930caa33005701c8cfb803b7c7b6eb4eef.sbom v0.10.0 v0.11.0 .../...
crane ls ghcr.io/nginxinc/charts/nginx-ingress .../... 0.17.0 0.17.1 0.18.0 0.18.1 .../...
Errors[edit]
crane ls ghcr.io/nginxinc/charts/ 2024/03/05 11:51:25 No matching credentials were found for "ghcr.io" Error: reading tags for ghcr.io/nginxinc/charts/: GET https://ghcr.io/token?scope=repository%3Anginxinc%2Fcharts%2F%3Apull&service=ghcr.io: NAME_INVALID: invalid repository name
crane ls https://gcr.io/go-containerregistry/crane Error: reading tags for https://gcr.io/go-containerregistry/crane: Get "https://https/v2/": dial tcp: lookup https: no such host
crane ls Error: accepts 1 arg(s), received 0
crane ls oci://ghcr.io/nginxinc/charts/nginx-ingress Error: reading tags for oci://ghcr.io/nginxinc/charts/nginx-ingress: error getting credentials - err: exit status 1, out: `unsupported scheme: oci`
crane ls ingress-nginx/ingress-nginx Error: reading tags for index.docker.io/ingress-nginx/ingress-nginx: GET https://index.docker.io/v2/ingress-nginx/ingress- nginx/tags/list?n=1000: UNAUTHORIZED: authentication required; [map[Action:pull Class: Name:ingress-nginx/ingress-nginx Type:repository]]
Related[edit]
See also[edit]
Advertising: