Inedo Community Forums Forums
    • Recent
    • Tags
    • Popular
    • Login
    1. Home
    2. aharalambopoulos_3520
    3. Posts

    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!

    A Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 1
    • Groups 0

    Posts

    Recent Best Controversial
    • Proget as registry proxy

      I'm trying to use the Proget Docker registry as proxy to a docker daemon running on another machine

      docker run -d --restart=always -p 5000:5000 --name docker-registry-proxy -v pwd/config.yml:/etc/docker/registry/config.yml registry:2

      here is the config.yml
      version: 0.1
      log:
      fields:
      service: registry
      storage:
      cache:
      blobdescriptor: inmemory
      filesystem:
      rootdirectory: /var/lib/registry
      http:
      addr: :5000
      headers:
      X-Content-Type-Options: [nosniff]
      health:
      storagedriver:
      enabled: true
      interval: 10s
      threshold: 3
      proxy:
      remoteurl: https://ip_of_the_proget:443/
      username: api
      password: some_password

      If i try to get a new image
      docker pull nginx for example

      I get following error in the registry docker

      level=error msg="response completed with error" err.code="manifest unknown" err.detail="unknown tag=latest" err.message="manifest unknown"

      Question:
      Does the ProGet works as registry docker image proxy ?

      posted in Support
      A
      aharalambopoulos_3520
    • 1 / 1