Ina Panova
Ina Panova
``` Groups = apps.get_model('auth', 'Group') groups_ns1 = Groups.objects.filter(name__regex=r'container.(distribution|namespace).(collaborators|owners)') type(groups_ns1[0]) Out[18]: __fake__.Group get_objects_for_group(groups_ns1[0], 'container.modify_content_containerpushrepository', accept_global_perms=False) Traceback (most recent call last): File "/usr/local/lib/pulp/lib64/python3.8/site-packages/IPython/core/interactiveshell.py", line 3437, in run_code exec(code_obj, self.user_global_ns, self.user_ns) File "",...
Please update the regex mentioned in docs because it is outdated. https://docs.docker.com/registry/spec/api/#overview ``` A repository name is broken up into path components. A component of a repository name must be...
### Feature request description podman allows to build and push image manifest/manifest index containing OCI artifacts to the registry, however there is not command to pull them back. ### Suggest...
**Is your feature request related to a problem? Please describe.** Operator should be able to monitor tasks queue and if there are a lot of tasks in waiting state it...
https://github.com/pulp/pulpcore/pull/3245 https://github.com/pulp/pulp_ansible/blob/main/pulp_ansible/app/tasks/collections.py#L420 In addition it seems like the Azure storage is missing its disposition header completely https://github.com/pulp/pulp_ansible/blob/main/pulp_ansible/app/tasks/collections.py#L422
Please update the regex mentioned in docs because it is outdated. https://docs.docker.com/registry/spec/api/#overview ``` A repository name is broken up into path components. A component of a repository name must be...
### Feature request description Based on the OCI image-spec [image index can contain `artifactType` field. ](https://github.com/opencontainers/image-spec/blob/main/image-index.md#image-index-property-descriptions). With the current podman version (5.1.2) it is possible to set this field only...
### Feature request description `podman tag` can tag only locally stored images. Add an ability to tag a manifest that already exists on the registry. ### Suggest potential solution For...
### Feature request description With current podman version (5.1.2) it is possible to only add artifact to an image index. It is not possible to create and push a standalone...
rpm -q podman podman-2.2.1-1.fc32.x86_64 ``` podman search localhost:24817/fedora --log-level=debug DEBU[0010] GET http://localhost:24817/v2/ DEBU[0010] Ping http://localhost:24817/v2/ status 401 DEBU[0010] GET http://localhost:24817/v1/search?n=25&q=fedora DEBU[0010] error getting search results from v1 endpoint "localhost:24817": invalid...