Navigation

    Inedo Community Forums

    Forums

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    1. Home
    2. niklas.nilsson_8133
    N
    • Profile
    • Following
    • Followers
    • Topics
    • Posts
    • Best
    • Groups

    niklas.nilsson_8133

    @niklas.nilsson_8133

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

    niklas.nilsson_8133 Follow

    Best posts made by niklas.nilsson_8133

    This user hasn't posted anything yet.

    Latest posts made by niklas.nilsson_8133

    • RE: Still cannot push Windows Docker image to ProGet

      @atripp said in Still cannot push Windows Docker image to ProGet:

      install an intermediate tool, like Fiddler or Wireshark, to capture traffic from your workstation. Maybe the raw traffic will give you a better clue.

      Hey.

      No errors that seem relevant in the Diagnostic Center. I'll try to set up Fiddler and see if I can go from there.

      posted in Support
      N
      niklas.nilsson_8133
    • RE: Still cannot push Windows Docker image to ProGet

      Hi,

      So there's no chance a push could time-out if it takes a very long time or something like that? And yes, using default settings for chunked uploads, etc. It seems to only happen with very large images that take multiple hours to push.

      Best,
      Nik

      posted in Support
      N
      niklas.nilsson_8133
    • RE: Still cannot push Windows Docker image to ProGet

      Hello!

      So I've finally had time to verify this, and yes, the large image fails to push but the small image succeeds to push, even with the allow-nondistributable-artifacts option set.

      Any ideas on how to continue from here?

      Best,
      Nik

      posted in Support
      N
      niklas.nilsson_8133
    • RE: Still cannot push Windows Docker image to ProGet

      Indeed, foreign layers is skipped for Windows containers for licensing reasons. I actually get the same "Foreign layer skipped" message when pushing nano, but the push succeeds, so I have doubts that it is connected to this. But I will test and get back in a few. See:

      The push refers to repository [servername/registryname/nano]
      e286a695fd3a: Skipped foreign layer
      bc06b22070cd: Skipped foreign layer
      tagname: digest: sha256:25c9ca4a8429b4afeba7bcbe06f2651c8a709a9d0f58b152fc1a0e81ab5f33b1 size: 1098

      posted in Support
      N
      niklas.nilsson_8133
    • RE: Still cannot push Windows Docker image to ProGet

      So, after some further testing, I am able to push a small image based on windows-server-nano to my repository. But when I try to push a larger image I get "unauthorized: authentication required" after a while. Some layers succeed in pushing, but when I get to a larger layer it seems to stall.

      PS C:\Program Files> docker push servername/registryname/imagename:tagname
      The push refers to repository [servername/registryname/imagename]
      73db119f1423: Pushed
      39017a61fb52: Pushed
      246da8a4d4c9: Pushed
      a114056875fb: Pushed
      9f99dd0b742e: Pushed
      495c9abcf140: Pushed
      63dc895b2a27: Pushed
      d3dc3d141977: Pushed
      5b7901df17bd: Pushed
      3e1a4631d6cf: Pushing [==================================================>] 13.15GB/13.15GB
      7526e29ba0ea: Pushed
      b3bc068f2de5: Pushed
      1fd88f70cb45: Pushed
      1c5d24ff49f1: Pushed
      bfd396c19d59: Pushing [==================================================>] 1.081GB
      aa6445a500cd: Pushing [==================================================>] 890.4MB
      cb4a90dd60da: Skipped foreign layer
      bf16baf8d810: Skipped foreign layer
      unauthorized: authentication required

      Worth noting also, that if I subsequently try to push a smaller image again (without performing "docker login"), the push succeeds.

      Any idea why that might be?

      Best,

      posted in Support
      N
      niklas.nilsson_8133
    • Still cannot push Windows Docker image to ProGet

      Re: Can't push docker image to proget

      It doesn't seem to be currently possible to push Windows containers to a Docker Registry. Or am I mistaken here?

      Best,
      Nik

      posted in Support
      N
      niklas.nilsson_8133
    • "tls: no renegotiation" when doing docker login to ProGet

      Hello,

      I'm working on setting up a private NuGet feed + Docker Repository to be used internally at my department. The web-service is up and running with SSL, and I can use the NuGet feed component fine.

      I've now started looking at the Docker Registry component, and quite instantly ran into some problems when doing "docker login name_of_my_server" from my client. I get the error "Error response from daemon: Get https://myservername.mydomain.com/v2/: local error: tls: no renegotiation". In addition, when I try to go to the address in a web browser I get:

      errors
      code "UNSUPPORTED"
      message "there is no handler for this URL"
      detail []

      Has anybody run into this issue and have an idea how to continue?

      posted in Support
      N
      niklas.nilsson_8133