Score:1

Error response from daemon: manifest for quay.io/phpseclib/php8.1:latest not found: manifest unknown: manifest unknown

cn flag

Per https://quay.io/repository/phpseclib/php8.1 I should be able to pull down that Docker container by doing docker pull quay.io/phpseclib/php8.1 but when I try I get this error:

Using default tag: latest
Error response from daemon: manifest for quay.io/phpseclib/php8.1:latest not found: manifest unknown: manifest unknown

Any ideas?

Score:0
cn flag

In the case of Quay the issue was that the "latest" tag didn't exist. The git repo I was pulling from didn't have a latest tag but it had an 8.1 tag so if I didn't want to use a custom tagging template I could do this:

docker pull quay.io/phpseclib/php8.1:8.1

Using a custom tagging template is another approach. Just type in latest into the "Enter a tag template" text field and then click the "Add Tag Template" button.

gb flag
Hello did you find the solution this problem ? I'm facing the same error using Nexus has proxy registry ?
cn flag
See https://serverfault.com/a/1096763/166832 ! Not sure how applicable that is to Nexus.
mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.