Navigation

    Inedo Community Forums

    Forums

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

    jlarionov_2030

    @jlarionov_2030

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

    jlarionov_2030 Follow

    Best posts made by jlarionov_2030

    This user hasn't posted anything yet.

    Latest posts made by jlarionov_2030

    • RE: Apply license key inside container

      @stevedennis We run a lot of automated tests against ephemeral instances of ProGet in CI environments, so we need a programmatic way to apply a license key.

      posted in Support
      J
      jlarionov_2030
    • RE: Apply license key inside container

      @stevedennis Trying to use pgutil settings list with a fresh ProGet container gives me the following error:

      [vagrant@localhost ~]$ pgutil settings list
      '<' is an invalid start of a value. Path: $ | LineNumber: 0 | BytePositionInLine: 0.
      

      Here's my pgutil config:

      [vagrant@localhost ~]$ cat ~/pgutil/pgutil.config
      {
        "sources": [
          {
            "name": "Default",
            "url": "http://localhost:8624"
          }
        ]
      }
      

      However once I enter the license key via the web UI, the pgutil settings list command successfully lists all the instance settings.

      posted in Support
      J
      jlarionov_2030
    • Apply license key inside container

      I'm testing out running ProGet via a container based on Docker Installation Guide - Inedo Documentation. I'm using the image proget.inedo.com/productimages/inedo/proget:25.

      How do I programmatically apply the license key to the ProGet instance inside the container?

      Usually we use Inedo Hub for this but that doesn't seem to be included inside the container image.

      posted in Support
      J
      jlarionov_2030