Welcome to the Linux Foundation Forum!

Exercise 3.2: Configure A Local Repo

Options

On step 12 the sudo podman pull $repo/tagtest gives me this error:

Trying to pull 10.103.196.62:5000/tagtest:latest...
Error: initializing source docker://10.103.196.62:5000/tagtest:latest: reading manifest latest in 10.103.196.62:5000/tagtest: manifest unknown: manifest unknown

Note that Im executing this on my worker node, and that I have use the config.toml to say "plugins".

Has anyone encounter this?

Comments

  • dec698
    dec698 Posts: 6
    Options

    Also, I can do a curl from my worker node

    curl $repo/v2/_catalog

    and returns this:
    {"repositories":[]}

  • chrispokorni
    chrispokorni Posts: 2,165
    Options

    Hi @dec698,

    If the earlier push was not successful, then the curl command returns an empty repository, and, as expected, the pull would fail.

    Regards,
    -Chris

Categories

Upcoming Training