Actions
Issue #8885
closedAdd docs that explain why repos named busybox and busybox/test cannot be pushed
Start date:
Due date:
Estimated time:
Severity:
2. Medium
Platform Release:
OS:
Triaged:
Yes
Groomed:
No
Sprint Candidate:
No
Tags:
Documentation
Sprint:
Quarter:
Q4-2021
Description
Ticket moved to GitHub: "pulp/pulp_container/490":https://github.com/pulp/pulp_container/issues/490
User just gets 'invalid repository name' this does not get a lot of information and further guidance.
$ podman tag 6dbb9cc54074 localhost:24817/ina/tst
(pulp) [vagrant@pulp3-source-fedora32 ~]$ podman push localhost:24817/ina/tst
Getting image source signatures
Copying blob b2d5eeeaba3a done
Copying config 6dbb9cc540 done
Writing manifest to image destination
Storing signatures
(pulp) [vagrant@pulp3-source-fedora32 ~]$ podman tag 6dbb9cc54074 localhost:24817/ina
(pulp) [vagrant@pulp3-source-fedora32 ~]$ podman push localhost:24817/ina
Getting image source signatures
Copying blob b2d5eeeaba3a [--------------------------------------] 8.0b / 5.6MiB
Error: error copying image to the remote destination: Error writing blob: Error initiating layer upload to /v2/ina/blobs/uploads/ in localhost:24817: name invalid: Invalid repository name.
Actions