Navigation

    Inedo Community Forums

    Forums

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    1. Home
    2. izzy95453_1154
    I
    • Profile
    • Following
    • Followers
    • Topics
    • Posts
    • Best
    • Groups

    izzy95453_1154

    @izzy95453_1154

    0
    Reputation
    2
    Posts
    1
    Profile views
    0
    Followers
    0
    Following
    Joined Last Online

    izzy95453_1154 Follow

    Best posts made by izzy95453_1154

    This user hasn't posted anything yet.

    Latest posts made by izzy95453_1154

    • RE: How to configure Docker Connectors

      Hi @Dan_Woolf ,

      Thanks for all that information.
      I believe I have setup a "private container registry"

      However, I am now getting:

      Error response from daemon: manifest for {my-proget-domain}:{my-proget-port}/{docker-feed-name}/mssql/server:2019-latest not found: manifest unknown: manifest unknown
      

      I am also using the docker version of proget for my testing, so not sure if I can setup with an SSL certificate there?

      Regards,
      Izzy

      posted in Support
      I
      izzy95453_1154
    • How to configure Docker Connectors

      I am trying to setup a test instance of ProGet. I have a Nuget connector for my Nuget Feed which seems to work fine. I am now trying to do the same thing for my Docker feed. I have configured both Docker Hub and Microsoft connectors (which seem to be healthy). But I don't seem to be able to pull any images from my private repository with those connectors attached.

      docker pull http://{my-proget-domain}:{my-proget-port}/{docker-feed-name}/mcr.microsoft.com/mssql/server:2019-latest
      docker pull http://{my-proget-domain}:{my-proget-port}/{docker-feed-name}/mssql/server:2019-latest
      docker pull http://{my-proget-domain}:{my-proget-port}/{docker-feed-name}/mcr.microsoft.com/mssql/server
      docker pull http://{my-proget-domain}:{my-proget-port}/{docker-feed-name}/mssql/server
      

      These all return: "invalid reference format"

      What am I doing wrong?

      There doesn't seem to be any good documentation on this. It would be really useful if the documentation actually had some examples of usage with screenshots.

      posted in Support
      I
      izzy95453_1154