This repository has been archived by the owner on May 26, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
extend the oci client with list repositories and list tags functions
- Loading branch information
Tim Schrodi
committed
Apr 7, 2021
1 parent
61f4295
commit b8f7be9
Showing
25 changed files
with
1,263 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
## components-cli oci repositories | ||
|
||
Lists all repositories of the registry | ||
|
||
### Synopsis | ||
|
||
|
||
repositories lists all known repositories of the registry. | ||
|
||
|
||
|
||
``` | ||
components-cli oci repositories [registry host] [flags] | ||
``` | ||
|
||
### Options | ||
|
||
``` | ||
--allow-plain-http allows the fallback to http if the oci registry does not support https | ||
--cc-config string path to the local concourse config file | ||
-h, --help help for repositories | ||
--registry-config string path to the dockerconfig.json with the oci registry authentication information | ||
``` | ||
|
||
### Options inherited from parent commands | ||
|
||
``` | ||
--cli logger runs as cli logger. enables cli logging | ||
--dev enable development logging which result in console encoding, enabled stacktrace and enabled caller | ||
--disable-caller disable the caller of logs (default true) | ||
--disable-stacktrace disable the stacktrace of error logs (default true) | ||
--disable-timestamp disable timestamp output (default true) | ||
-v, --verbosity int number for the log level verbosity (default 1) | ||
``` | ||
|
||
### SEE ALSO | ||
|
||
* [components-cli oci](components-cli_oci.md) - | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
## components-cli oci tags | ||
|
||
Lists all tags of artifact reference | ||
|
||
### Synopsis | ||
|
||
|
||
tags lists all tags for a specific artifact reference that is known by the registry. | ||
|
||
|
||
|
||
``` | ||
components-cli oci tags [artifact reference] [flags] | ||
``` | ||
|
||
### Options | ||
|
||
``` | ||
--allow-plain-http allows the fallback to http if the oci registry does not support https | ||
--cc-config string path to the local concourse config file | ||
-h, --help help for tags | ||
--registry-config string path to the dockerconfig.json with the oci registry authentication information | ||
``` | ||
|
||
### Options inherited from parent commands | ||
|
||
``` | ||
--cli logger runs as cli logger. enables cli logging | ||
--dev enable development logging which result in console encoding, enabled stacktrace and enabled caller | ||
--disable-caller disable the caller of logs (default true) | ||
--disable-stacktrace disable the stacktrace of error logs (default true) | ||
--disable-timestamp disable timestamp output (default true) | ||
-v, --verbosity int number for the log level verbosity (default 1) | ||
``` | ||
|
||
### SEE ALSO | ||
|
||
* [components-cli oci](components-cli_oci.md) - | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.