Inedo Community Forums Forums
    • Recent
    • Tags
    • Popular
    • Login
    1. Home
    2. ben
    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!

    benB Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 197
    • Groups 2

    Posts

    Recent Best Controversial
    • RE: Proget keeps mangling NuGet package version numbers!

      Hello Neil,

      When I download that package from the PowerShell gallery, it has the version number 12.2.0 (not 12.2.0.0 as is shown in the UI).

      I'm not sure where the extra .0 is coming from.

      posted in Support
      benB
      ben
    • RE: Requested access to the resource is denied during docker push

      Hello Eric,

      I think Docker requires at least one . in the hostname, and it's trying to access the default Docker hub.

      Another way that might work would be to add the port number to the hostname:

      <server name>:443/<feed name>/library/redis

      (the library part is optional to match the Docker hub, so <server name>:443/<feed name>/redis should also work)

      posted in Support
      benB
      ben
    • RE: Extra folder in container path

      Hello Scott,

      This is done for 1-part repository names to match the behavior of Docker Hub.

      You should still be able to access the container without library/; that is, this should also work:

      <proget_server>:80/<container_feed>/<container_name>:<tag>

      posted in Support
      benB
      ben
    • RE: How to call a module ?

      Hello Philippe,

      I've filed this as OT-283.

      posted in Support
      benB
      ben
    • RE: VS 'Push to ProGet' results in "400 There must be exactly one package"

      Hello Ryan,

      Sorry about the delayed response.

      The Push to ProGet Visual Studio extension is for Universal (upack) feeds, not NuGet (nupkg) feeds.

      posted in Support
      benB
      ben
    • RE: Docker Container Documentation

      Hello Ta,

      I was unable to find any mention of what metadata keys the Docker Hub looks for for those values, but I've filed PG-1443 to display all labels without any special formatting.

      posted in Support
      benB
      ben
    • RE: Dashboard / login slowness

      Hello Martin,

      I've filed PG-1422 to stop ProGet from checking whether anonymous users have any feeds they can access. You may also want to check in SSMS whether any of the indexes need to be rebuilt or reorganized.

      posted in Support
      benB
      ben
    • RE: ProGet Connector to VSTS / Azure DevOps

      Hello Adam,

      I've filed PG-1409 to allow setting a password on a connector with a blank username, which will allow bearer tokens to be used in npm.

      posted in Support
      benB
      ben
    • RE: Configuring DSC turns into nightmare due to failed conversion STRING to SINT64

      Hello Philippe,

      If the example code is identical to what you're running, the 10GB is misspelled as 1OGB (with the letter O instead of a zero).

      posted in Support
      benB
      ben
    • RE: Jenkins extension no longer working with jobs in folders

      Hello Jon,

      I've released version 1.0.2 of the Jenkins plugin to fix the build never being found, and it appears to work properly with importing assets as well.

      posted in Support
      benB
      ben
    • RE: Jenkins extension no longer working with jobs in folders

      Hello Jon,

      project/job/jobname should still work.

      It appears that the code to wait for a build to finish is getting stuck:

      Queueing build in Jenkins...
      Creating HttpClient with username ben...
      Retrieving CSRF protection header value...
      Posting to http://jenkins:8080/job/project/job/jobs/build...
      Jenkins build queued successfully.
      Queue item number: 1
      Creating HttpClient with username ben...
      Retrieving CSRF protection header value...
      Waiting for build to start... (In the quiet period. Expires in 2.8 sec)
      Creating HttpClient with username ben...
      Retrieving CSRF protection header value...
      Waiting for build to start... (In the quiet period. Expires in 0.62 sec)
      Creating HttpClient with username ben...
      Retrieving CSRF protection header value...
      Waiting for build to start... (???)
      Creating HttpClient with username ben...
      Retrieving CSRF protection header value...
      Creating HttpClient with username ben...
      Retrieving CSRF protection header value...
      Waiting for build to start... ()
      Creating HttpClient with username ben...
      Retrieving CSRF protection header value...
      Creating HttpClient with username ben...
      Retrieving CSRF protection header value...
      

      I'll try to find the root cause of this.

      posted in Support
      benB
      ben
    • RE: Issues using Proget as a Maven Mirror

      Hello Jeremy,

      It seems that the Maven feed code in ProGet is incorrectly identifying all prerelease Maven package versions as snapshot versions.

      I've filed this as PG-1380.

      posted in Support
      benB
      ben
    • RE: PowerShell connector failing to pull from PowerShell Gallery

      Hello Michael,

      Does the feed have a connector for https://www.powershellgallery.com/api/v2? You can check the connectors attached to a feed from the Manage Feed page.

      If the PowerShellGet package was cached from a connector and the connector was subsequently deleted or disconnected from the feed, the package will still show that icon.

      posted in Support
      benB
      ben
    • RE: Can't push docker image to proget

      Hello Boubacar,

      There have been a lot of changes to Docker feeds in ProGet 5.1. Does pushing the Windows image work on a newer version of ProGet?

      posted in Support
      benB
      ben
    • RE: UpdateChecker failed with 411

      Hello Antoine and Anton,

      I've filed this as PG-1376.

      posted in Support
      benB
      ben
    • RE: Cannot pull software update

      Hello Florian and Antoine,

      I've filed this as PG-1376.

      posted in Support
      benB
      ben
    • RE: Pull Docker Images from Remote Connector

      Hello Jan,

      I've filed PG-1350 to improve the error message when no connector successfully returns a manifest.

      posted in Support
      benB
      ben
    • RE: Connector unable to GET SemVer 2.0.0 package

      Hello all,

      ProGet 5.1.7 fixes an additional issue that was causing SemVer2 NuGet packages to fail to download: PG-1329

      posted in Support
      benB
      ben
    • RE: Push error

      Update: I've filed this bug with Docker: https://github.com/docker/distribution/issues/2649

      posted in Support
      benB
      ben
    • RE: Push error

      When I view the data being sent between ProGet and the Docker client, there's a HEAD request that would normally return this body:

      {"errors":[{"code":"UNKNOWN","message":"Could not resolve ProGet feed \"docker\". Docker repository names in ProGet must include the feed as a prefix. Example: MyFeed/library/ubuntu","detail":[]}]}
      

      However, because it's a HEAD request, Docker doesn't receive any body.

      posted in Support
      benB
      ben
    • 1 / 1