Inedo Community Forums Forums
    • Recent
    • Tags
    • Popular
    • Login

    Welcome to the Inedo Forums! Check out the Forums Guide for help getting started.

    If you are experiencing any issues with the forum software, please visit the Contact Form on our website and let us know!

    Docker Registry API - tags/list not implemented

    Scheduled Pinned Locked Moved Support
    apiproget
    2 Posts 1 Posters 37 Views
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • ? This user is from outside of this forum
      Guest
      last edited by

      With the 4.7.11 release it appears the UA check on the docker registry api calls is now removed so other tools can now call the registry api. I can now see the repositories in octopus as i am able to now configure the docker feed thanks to the _catalog and UA changes. However it does not appear that the tags/list command is implemented. This would allow octopus to list the tagged images for a repository and deploy a specified tagged image which is exactly what we would want to do for deploying software.

      An example

      HTTP GET - http://packages.zywave.com/v2/_catalog

      {
      "repositories": [
      "docker/inty/uibuild-runner",
      "docker/inty/kraken-ui",
      "docker/inty/kraken-warehouse",
      "docker/inty/rabbitmq",
      "docker/inty/rabbitmq-ci",
      "docker/library/cabot",
      "docker/inty/base_jetty",
      "docker/inty/base_linux",
      "docker/inty/gitlab_runner",
      "docker/inty/kraken-dataimport-consumer",
      "docker/inty/kraken-email",
      "docker/inty/kraken-events",
      "docker/inty/kraken-history",
      "docker/inty/kraken-scheduled-task",
      "docker/inty/kraken-security",
      "docker/inty/kraken-service"
      ]
      }
      Then

      HTTP GET - http://packages.zywave.com/v2/docker/inty/kraken-service/tags/list

      Should return tagged images

      but returns

      {
      "errors": [
      {
      "code": "UNSUPPORTED",
      "message": "there is no handler for this URL",
      "detail": {}
      }
      ]
      }

      Thank you!

      Product: ProGet
      Version: 4.7.11

      1 Reply Last reply Reply Quote 0
      • ? This user is from outside of this forum
        Guest
        last edited by

        Glad you were able to get a little further... I've added this to the our public issue tracker as PG-1026. It's currently classified as unscheduled, but I imagine it will make it into the next release.

        1 Reply Last reply Reply Quote 0

        Hello! It looks like you're interested in this conversation, but you don't have an account yet.

        Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

        With your input, this post could be even better 💗

        Register Login
        • 1 / 1
        • First post
          Last post
        Inedo Website Home • Support Home • Code of Conduct • Forums Guide • Documentation