Demo Forum Go back to the main website
No internet connection
  1. Home

I cannot pull the talkyard images from Docker Hub

By Roberto Sánchez @rsc1975
    2020-06-29 20:56:20.202Z

    I'm trying to generate a docker-compose.yml using the "offical" images but I cannot pull the images from Docker Hub repo:

    rob@ThinkPad-Rob:/mnt/d/talkyard$ docker pull debiki/talkyard-app
    Using default tag: latest
    Error response from daemon: manifest for debiki/talkyard-app:latest not found: manifest unknown: manifest unknown
    rob@ThinkPad-Rob:/mnt/d/talkyard$ docker pull debiki/talkyard-cache
    Using default tag: latest
    Error response from daemon: manifest for debiki/talkyard-cache:latest not found: manifest unknown: manifest unknown
    rob@ThinkPad-Rob:/mnt/d/talkyard$ docker pull debiki/talkyard-rdb
    Using default tag: latest
    Error response from daemon: manifest for debiki/talkyard-rdb:latest not found: manifest unknown: manifest unknown
    rob@ThinkPad-Rob:/mnt/d/talkyard$ docker pull postgres:11
    11: Pulling from library/postgres
    7d2977b12acb: Pull complete
    0189767a99c6: Pull complete
    2ac96eba8c9d: Pull complete
    8b4f0db1ff6e: Pull complete
    9e30cfe22768: Pull complete
    8c90c3e75b96: Pull complete
    5ddcc5e296f9: Pull complete
    fd42372a1ee8: Pull complete
    db53e89e9aa9: Pull complete
    90d820846158: Pull complete
    07f8ae023b87: Pull complete
    66523f120c51: Pull complete
    31944359dec5: Pull complete
    c6c4e5d2f560: Pull complete
    Digest: sha256:495de69cd2f7be2e6363c980e2ddf99fb1bef997a51d800c1f72be2b35648b3b
    Status: Downloaded newer image for postgres:11
    docker.io/library/postgres:11
    

    Can I use the talkyard DockerHub images ? or maybe I should create them in local, cloning the repo and so on...

    Solved in post #2, click to view
    • 2 replies
    1. R
      Roberto Sánchez @rsc1975
        2020-06-29 21:02:08.046Z

        Ok, I saw what was the problem, the "latest" tag doesn't exist for talkyard images, I need to specify the exact version, for instance:

        $ docker pull debiki/talkyard-app:v0.6.68-c255d72
        v0.6.68-c255d72: Pulling from debiki/talkyard-app
        e7c96db7181b: Already exists
        f910a506b6cb: Already exists
        c2274a1a0e27: Already exists
        3ff71a4822dc: Already exists
        32febfbd78e8: Already exists
        9dcdb67f39c5: Pull complete
        93367d307b17: Pull complete
        e4583243d319: Pull complete
        fac1b18e614a: Pull complete
        1bb2740a3bf5: Pull complete
        a814b85e2ec9: Pull complete
        f9870079f705: Pull complete
        601c0efe7b83: Pull complete
        Digest: sha256:cf8f642578952a2faaa0eeb3bcbcf0d0aee0be57dcc03378103499b7c0105086
        Status: Downloaded newer image for debiki/talkyard-app:v0.6.68-c255d72
        docker.io/debiki/talkyard-app:v0.6.68-c255d72
        
        Reply1 LikeSolution
        1. K@KajMagnus
            2020-09-12 12:19:38.691Z

            Nice that you solved it :- )

            Actually the support forum is here: https://www.talkyard.io/forum ( & this is a demo forum only)

          • Progress
          • R@rsc1975 closed this topic 2020-06-29 21:04:12.271Z.
          • R@rsc1975 reopened this topic 2020-06-29 21:07:27.967Z.