You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can build an image in a container repository using a container file and list of artifacts. For push repositories you can remove an image by providing its digest. The build command could benefit from the CLI being able to navigate a directory and upload the necessary artifacts for the command.
Examples
pulp container repository build --repository foo --container-file "filename_or_href" --artifacts "directory_or_json" pulp container repository -t push remove --repository phoo --digest "manifest_digest"maybe this is named bad?
The text was updated successfully, but these errors were encountered:
Summary
You can build an image in a container repository using a container file and list of artifacts. For push repositories you can remove an image by providing its digest. The build command could benefit from the CLI being able to navigate a directory and upload the necessary artifacts for the command.
Examples
pulp container repository build --repository foo --container-file "filename_or_href" --artifacts "directory_or_json"
pulp container repository -t push remove --repository phoo --digest "manifest_digest"
maybe this is named bad?The text was updated successfully, but these errors were encountered: