Navigation

    Inedo Community Forums

    Forums

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    1. Home
    2. scusson_9923
    3. Topics
    S
    • Profile
    • Following
    • Followers
    • Topics
    • Posts
    • Best
    • Groups

    Topics created by scusson_9923

    • S

      Working Rafts_CreateOrUpdateRaftItem example for Otter
      Support • otter • • scusson_9923  

      18
      0
      Votes
      18
      Posts
      54
      Views

      S

      Hi Dean, Setting RaftItemType_Code = 7 in this instance worked for me. Appreciate the list of valid types. Thanks for all of your help! Scott
    • S

      Getting HTTP 500.30 ASP.NET Core error when launching local IIS ProGet website connecting to a remote DB
      Support • • scusson_9923  

      5
      0
      Votes
      5
      Posts
      39
      Views

      S

      Hi, Just to update this issue. I ended up having to remove, clean up, and reinstall IIS\ProGet. After that, the default ProGet instance loaded successfully. Thanks for all of your input. Scott
    • S

      How to create an Asset Directory subfolder via the API
      Support • • scusson_9923  

      11
      0
      Votes
      11
      Posts
      33
      Views

      rhessinger

      Hi @scusson_9923, Glad to hear it! Thanks for following up as well! Thanks, Rich
    • S

      Clair integration with ProGet results in 'BadRequest for layer sha256' warnings in VulnerabilityDownloader job
      Support • • scusson_9923  

      35
      0
      Votes
      35
      Posts
      95
      Views

      F

      @rhessinger Thank you, Much appreciated. :)
    • S

      Docker: Need to verify which digest I need to remove a manifest related to a tag
      Support • proget • • scusson_9923  

      4
      0
      Votes
      4
      Posts
      23
      Views

      S

      Just for reference, I was able to get the correct digest of a tag and delete it with this PowerShell script... $image = "some_image" $some_image_tag = "some_tag" get digest $curlReturn = curl -I HEAD https://<proget_repo>/v2/<container>/library/$image/manifests/$some_image_tag foreach ($line in $curlReturn) { if ($line -match "Docker-Content-Digest: (.+)") { $digest = $Matches[1] Write-Host "$image digest is $digest" } } delete tag digest $URI = "https://<proget_repo>/v2/<container>/library/$image/manifests/$digest" Write-Host "Deleting tag $some_image_tag from image $image" Invoke-WebRequest -Uri $URI -Method Delete -Headers @{"X-ApiKey"="<proget_api_key>"; }
    • S

      Helm push support
      Support • • scusson_9923  

      2
      0
      Votes
      2
      Posts
      37
      Views

      apxltd

      Will help support a push command at some point? ;-) We documented a few ways you can Publish Helm Charts, because there was no push command at the time. It doesn't seem there's now one... https://helm.sh/docs/helm/
    • 1 / 1