I can push images to container registry but I cannot pull them, MANIFEST_UNKNOWN error #128140
Replies: 2 comments 1 reply
-
Possible Reasons: Subdomain Isolation: If subdomain isolation is enabled in GitHub Enterprise, by default different subdomains cannot access each other's packages. Subdomain Isolation Settings: If you need to pull images between different subdomains, go to GitHub Enterprise admin settings. Make sure that the access token you use has "packages: read" and "packages: write" permissions. If the problem persists, you can obtain more detailed information by examining the log files. If these steps do not resolve the issue, you can contact GitHub Enterprise support for further assistance. |
Beta Was this translation helpful? Give feedback.
-
🕒 Discussion Activity Reminder 🕒 This Discussion has been labeled as dormant by an automated system for having no activity in the last 60 days. Please consider one the following actions: 1️⃣ Close as Out of Date: If the topic is no longer relevant, close the Discussion as 2️⃣ Provide More Information: Share additional details or context — or let the community know if you've found a solution on your own. 3️⃣ Mark a Reply as Answer: If your question has been answered by a reply, mark the most helpful reply as the solution. Note: This dormant notification will only apply to Discussions with the Thank you for helping bring this Discussion to a resolution! 💬 |
Beta Was this translation helpful? Give feedback.
-
Select Topic Area
Question: How do i resolve manifest unknown error so I can pull docker images from github container registry.
Body
I am trying to utilize github container registry on my Github Enterprise 3.10.2 server, I have an action that successfully tags and pushes the image, and I can view it under the packages of the repository, but attempts to pull the image results in this error:
Error response from daemon: unknown: {"errors":[{"code":"MANIFEST_UNKNOWN","message":"Docker image reference selfservice:sha256:fc3c521817030e003465308ac87ad76511e65cd69c9f0229553d6bb9ec033848 not found under repo \"iss\""}]}
I have an access token with read/write access to packages
I have subdomain isolation enabled
Beta Was this translation helpful? Give feedback.
All reactions