Navigation

    Inedo Community Forums

    Forums

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    1. Home
    2. Tags
    3. proget
    Log in to post

    • ?

      Syntax with Jenkins plugin and pipeline
      Support • proget nuget jenkins • • Justin Griffiths  

      2
      0
      Votes
      2
      Posts
      10
      Views

      ?

      The groupName refers to the package's group name, and it's optional. A universal package is identified by group + name + version. The files do need to be artifacts; that's what will be zipped up and sent to ProGet.
    • ?

      Upgrade hung, after installer killed, hub crashes and can't run any installers
      Support • proget • • Justin Griffiths  

      5
      0
      Votes
      5
      Posts
      13
      Views

      ?

      After doing the steps in the links, I was able to remove and re-install proget (using offline installer). After that, Hub still didn't work, so I tried running the online-installer which downloads the Hub at the beginning of the install and that seemed to fix the Hub. Thanks for your help Dean.
    • J

      Unable to push to Proget
      Support • proget • • jaroslav.malec_8365  

      3
      0
      Votes
      3
      Posts
      15
      Views

      jrasch

      Thank you for the report, this is resolved via: PG-1447
    • M

      Npm Downloads Broken in 4.1.20
      Support • proget npm • • mattworley_6429  

      4
      0
      Votes
      4
      Posts
      12
      Views

      M

      That's awesome, thanks!
    • ?

      Proget license
      Support • proget licensing • • Justin Griffiths  

      1
      0
      Votes
      1
      Posts
      6
      Views

      No one has replied

    • ?

      Requested access to the resource is denied during docker push
      Support • proget • • Justin Griffiths  

      2
      0
      Votes
      2
      Posts
      51
      Views

      ben

      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)
    • ?

      Can't get maven repository to work with snapshots
      Support • proget artifacts java • • Justin Griffiths  

      2
      0
      Votes
      2
      Posts
      56
      Views

      ?

      Sorry on the delayed response; PG-1472 should fix the version selector failing for packages with partially missing snapshot metadata, like maven-archetype-plugin, which was used to test.
    • ?

      Problem with deploying to maven
      Support • proget bug deployment • • Justin Griffiths  

      2
      0
      Votes
      2
      Posts
      15
      Views

      T

      Unfortunately this was a regression present in 5.1.19, but has since been fixed in 5.1.20 which was released earlier today.
    • A

      Cannot push ruby gem
      Support • proget feeds ruby • • a.m_8178  

      3
      0
      Votes
      3
      Posts
      21
      Views

      ?

      Upgrading to v5 seems to have fixed this
    • ?

      Docker Login Fails with Integrated Authentication
      Support • proget • • Justin Griffiths  

      2
      0
      Votes
      2
      Posts
      10
      Views

      ?

      The Docker Client does not support integrated windows authentication; as a work-around, you'll want to set up a second ProGet site (different port or host name) in IIS that points to the existing folder but doesn't use integrated authentication.
    • ?

      Docker Container Documentation
      Support • proget • • Justin Griffiths  

      2
      0
      Votes
      2
      Posts
      11
      Views

      ben

      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.
    • ?

      Unable to push packages to universal feed
      Support • proget • • Justin Griffiths  

      3
      0
      Votes
      3
      Posts
      6
      Views

      ?

      This should be fixed in v2.2.4, but the issue did not get added to GitHub - I'll correct that.
    • ?

      ProGet Feeds not working in Visual Studio 2017
      Support • proget • • Justin Griffiths  

      2
      0
      Votes
      2
      Posts
      3
      Views

      atripp

      Please carefully follow the Getting Started with NuGet Feeds in ProGet and Visual Studio tutorial. You need to use the API endpoint URL (shown to you within ProGet's Feed page), not the URL that you at the top of your browser. The /feeds URL is intended for use by a web browser, and the /nuget URL is used for an API (i.e. Visual Studio).
    • ?

      Maven package version list request fails asking to specify a version number
      Support • proget packages proget-installation installation • • Justin Griffiths  

      4
      0
      Votes
      4
      Posts
      16
      Views

      ?

      Great to hear it got fixed. Thanks !
    • ?

      Docker run failed
      Support • proget • • Justin Griffiths  

      2
      0
      Votes
      2
      Posts
      7
      Views

      atripp

      Hello Damian, I believe this is due to ILIB-60, which is caused by a bug in Mono.
    • ?

      [ProGet 5.1.17 (Build 4) Linux] A Powershell package gets a wrong version number when pulled from PS Gallery, if published from a machine, cannot be installed, seems corrupt
      Support • proget powershell linux • • Justin Griffiths  

      4
      0
      Votes
      4
      Posts
      25
      Views

      apxltd

      This is also being discussed here; long story short, this is a bug in Microsoft's PowerShell Gallery (and in the packages) in that they have two conflicting version numbers, and sometimes one is used, sometimes the other is used. The docs have been updated for now: https://github.com/Inedo/inedo-docs/commit/10c42c3ad546ac2feb4748b7736db06567c7a6d6
    • ?

      Proget Docker image licensing
      Support • proget • • Justin Griffiths  

      2
      0
      Votes
      2
      Posts
      9
      Views

      T

      Hello Simon, I wasn't able to find any information on any standardized way to designate a license in a Dockerfile. I believe the license field in the Docker image pages in ProGet is not filled in by anything.
    • K

      Where can I download the offline .exe installer?
      Support • proget proget-installation • • kris.vandevijver_4249  

      2
      0
      Votes
      2
      Posts
      8
      Views

      ?

      This is on the all versions page, just click "Traditional Installer".
    • ?

      Proget server crashed- how to restore
      Support • proget • • Justin Griffiths  

      2
      0
      Votes
      2
      Posts
      5
      Views

      ?

      That message is expected, if it's already an updated database. Please check out the restore procedure outlined in Backing Up ProGet instructions
    • ?

      Maven Repository Authentication with API Key
      Support • proget • • Justin Griffiths  

      4
      0
      Votes
      4
      Posts
      150
      Views

      ?

      Thanks Justin; we definitely need to improve docs. I just made a change to it now to clarify this better: https://github.com/Inedo/inedo-docs/blob/master/ProGet/feeds/maven.htm
    • 1
    • 2
    • 7
    • 8
    • 9
    • 10
    • 11
    • 79
    • 80
    • 9 / 80