Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable users to list content within container-push repository types #600

Open
lubosmj opened this issue Nov 14, 2022 · 1 comment · May be fixed by #918
Open

Enable users to list content within container-push repository types #600

lubosmj opened this issue Nov 14, 2022 · 1 comment · May be fixed by #918
Labels
feature request New feature request (template-set)

Comments

@lubosmj
Copy link
Member

lubosmj commented Nov 14, 2022

The feature request could be relevant only to pulp_container.

In pulp_container, I want to be able to list content available in a push-repository.

This works:

pulp container repository create --name test123321
pulp container repository content list --repository test123321

This does not work:

podman pull ghcr.io/pulp/hello-world
podman tag ghcr.io/pulp/hello-world localhost:24817/pulp/hello-world
podman push localhost:24817/pulp/hello-world --tls-verify=false
pulp container repository --type push content list --repository pulp/hello-world

We might be required to override the behaviour of the repository-content command in order to disable the "content-add" and "content-remove" capabilities along with changing the value passed to the allowed_with_contexts parameter (

allowed_with_contexts=container_context,
).

@lubosmj lubosmj added feature request New feature request (template-set) Triage-Needed Needs to be reviewed at next pulp-cli mtg labels Nov 14, 2022
@mdellweg mdellweg changed the title Enable users to list content within non-default repository types Enable users to list content within container-push repository types Nov 14, 2022
@mdellweg mdellweg removed the Triage-Needed Needs to be reviewed at next pulp-cli mtg label Nov 23, 2022
@mdellweg
Copy link
Member

possibly related to #567 .

mdellweg added a commit to mdellweg/pulp-cli that referenced this issue Mar 15, 2024
@mdellweg mdellweg linked a pull request Mar 15, 2024 that will close this issue
3 tasks
mdellweg added a commit to mdellweg/pulp-cli that referenced this issue Mar 18, 2024
mdellweg added a commit to mdellweg/pulp-cli that referenced this issue Mar 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request New feature request (template-set)
Projects
Status: Needs review
Development

Successfully merging a pull request may close this issue.

2 participants