Note: This bug is displayed in read-only format because
the product is no longer active in Red Hat Bugzilla.
Red Hat Satellite engineering is moving the tracking of its product development work on Satellite to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "Satellite project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs will be migrated starting at the end of May. If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "Satellite project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/SAT-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Description of problem:
It is possible to upload a custom docker image in the repository in RH satellite 6.1 but it's not available in RH satellite 6.2
Version-Release number of selected component (if applicable):
6.2
How reproducible:
Always
Steps to Reproduce:
1.click on content -> product -> new product -> fill the details and save
2.click on the created product -> create a repository -> fill the details and save
3.click on the created repository and there is an option available to upload custom images into the repository in satellite 6.1 but the same feature isn't available in 6.2
Actual results:
There is no option available to upload the custom docker image
Expected results:
There should be an option available to upload the custom docker images
Additional info:
Thanks for this feedback. At the moment, it is not possible to support upload of v2 content (manifests and blobs), because the "docker save" feature of the docker command has not caught up to the maturity of their v2 API.
In 6.1, we depended on docker's ability to "docker save" v1 content into a tarball. Since v1 content support has been dropped across the ecosystem, Satellite 6.2 also stopped supporting v1 content, and only works with v2 content.
With v2, the discussion is still unsettled about how docker will handle the "save" use case:
https://github.com/docker/distribution/issues/727
So for now, doing a "sync" from another registry is the only way to get docker v2 content into Satellite.