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!

  • 0 Votes
    4 Posts
    9 Views
    P
    I finally found how to handle properly (I guess) the variable The Dockerfile looks like: ARG SOME_VAR=default_var FROM some_image:some_version WORKDIR /usr/src/app RUN .... and the Deploy script like : Git::Checkout-Code(); Docker::Build-Image ( DockerfileVariables: %(SOME_VAR:myvar), Tag: $ReleaseNumber-pre.$BuildNumber, RemoveAfterPush: true ); bur I have signing problem to push container in proget. => I start a new thread
  • 0 Votes
    16 Posts
    55 Views
    dean-houstonD
    @Srinidhi-Patwari_0272 here is the api for healthcheck: https://docs.inedo.com/docs/proget-reference-api-health the url would be /health
  • BuildMaster v2023 PSEVAL

    4
    4
    0 Votes
    4 Posts
    27 Views
    atrippA
    Hi @paul_6112 , That's really peculiar; what must be happening is that PowerShell is returning multiple results, so the variable is automatically being being created as a list: https://github.com/Inedo/inedox-scripting/blob/master/Scripting/InedoExtension/Functions/PsEvalVariableFunction.cs#L52 Digging further, it's like related to some issue with value detection/conversion: https://github.com/Inedo/inedox-scripting/blob/master/Scripting/InedoExtension/PowerShell/PSUtil.cs#L205 Unfortunately it's a bit of rabbit hole from here; it's just as likely a bug in .NET6 powershell libraries as it is our code. But hopefully you can play around and find a work around? I'm at a loss, and we're pretty heads-down in ProGet 2024 planning at the moment, so hard to find the likely half-a-day to explore this further. I'll add this to our BuildMaster 2024 roadmap, but if anyone else experiences this (or we get a ticket) we'll investigate it further. Cheers, Alana
  • Create apt mirror

    9
    2 Votes
    9 Posts
    54 Views
    apxltdA
    @dima-tinte_1260 @rob-leadbeater_2457 @sdohle_3924 Debian (Apt) Connectors are here! Check out this blog article to learn more: https://blog.inedo.com/inedo/new-debian-feeds/
  • Support for Alpine Packages

    feeds alpine proget
    9
    4 Votes
    9 Posts
    59 Views
    apxltdA
    @shfunke_1795 @jrottmann_6111 @sdohle_3924 @bahues_9728 @appplat_4310 Thanks for insight into this! I'm happy to report that starting in ProGet 2023.22, you can create Alpine (APK) feeds with connectors :)
  • BuildMaster 2023.4 Automatic Agent Update

    7
    0 Votes
    7 Posts
    15 Views
    P
    Hi Alana, Well.... technically none of your software is supported since you are a free user https://inedo.com/buildmaster/pricing [image: 1699460452895-62c1fb23-5230-49bf-b126-880475ae9bd3-image.png] I'm currently getting my money's worth on this forum after an upgrade to v2023 Thanks, Paul
  • Otter v2023.1 Reference Documentation HTTP 500

    3
    2
    0 Votes
    3 Posts
    6 Views
    P
    Hi Rich, Brilliant, thank you for the update. Regards, Paul
  • Otter v2023.1 Change Password

    3
    3
    0 Votes
    3 Posts
    8 Views
    P
    Hi Rich, Super, thank you. Regards, Paul
  • BuildMaster v2023 'Deploys'

    2
    3
    0 Votes
    2 Posts
    8 Views
    atrippA
    Hi @paul_6112 , we could definitely be more consistent here. The listing is generally called "Deployments & Executions" , which we shorten to "Deploys". I'll make a note in our roadmap to review this!
  • BuildMaster Color Picker Expanded by Default

    2
    1
    0 Votes
    2 Posts
    6 Views
    atrippA
    Hi @paul_6112 thanks for the report -- this is a known issue/regression in our internal UI library with focus- it only impacts a very few number of pages, but it's on our list to eventually address
  • Do you plan to upgrade JQuery in a future ProGet release?

    5
    0 Votes
    5 Posts
    30 Views
    apxltdA
    @paul_6112 said in Do you plan to upgrade JQuery in a future ProGet release?: This was picked up by nessus on BuildMaster v7 Lol wow - that's ridiculous As I mentioned before, it's a forked library thus not vulnerable. So I suppose you can continue reporting it as a "false positive" to whoever seems to care, and perhaps we'll also just edit the version number out to appease that the security tool
  • Inputs needed for Proget migration

    3
    0 Votes
    3 Posts
    5 Views
    N
    @atripp Thanks
  • Retention rules not removing old docker images

    docker retention
    8
    1
    0 Votes
    8 Posts
    39 Views
    gdivisG
    Have you had any success deleting these after retagging? We haven't been able to reproduce this so far.
  • Installation onto existing IIS website

    proget iis installation
    3
    0 Votes
    3 Posts
    9 Views
    N
    what if we try it on a sub website i mean a subdomain? it will work or not?
  • Proget: Extension Loader -> Error initializing extensions manager.

    2
    0 Votes
    2 Posts
    15 Views
    atrippA
    Hi @A-Schoder_7166 , It sounds like your installation is somehow corrupt?? I can't imagine what would cause that error but it's basically saying that the upack.json file within the extension file (xxx.upack) is corrupt. Maybe some antivirus tool went and "quarantined" zip files on disk that contained executable code? Really hard to guess. The file sare loaded , typically in c:\Program Files\ProGet\Extensions, and they are part of the installation. I would uninstall and reinstall, and hopefully that will fix the issue. Thanks, Alana
  • Access control by ingress

    3
    0 Votes
    3 Posts
    18 Views
    M
    Thank you for your help! I am hoping that this is enough to lock down nuget restores: API Keys for Pulling/Listing Packages Most clients will not send the API key for operations like listing or pulling packages. In this case, ProGet will issue an authentication challenge, and the client will respond by prompting for a username and password. In this case, you can supply api for the username, and your API key for the password. I'll test that.
  • npm GitHub Packages(https://npm.pkg.github.com) as Connector Feed

    10
    0 Votes
    10 Posts
    24 Views
    rhessingerR
    Hi @devopsdude3113, What scopes do you have configured for your personal access token? When I tested this, I created a personal access token and added only the read:packages scope. Also, do you see any error in your ProGet diagnostic center? Thanks, Rich
  • [OT] Upgrade 2022 to 2023 - SSH broken

    3
    0 Votes
    3 Posts
    8 Views
    P
    Hi @rhessinger Pb solved, Thanks for your fast correction
  • ProGet SCA UI Bugs

    2
    3
    0 Votes
    2 Posts
    21 Views
    atrippA
    Hi @jw , Thanks for reporting these! We'll get the fixed in hopefully the next upcoming maintenance release via PG-2520 and PG-2521 Cheers, Alana
  • Error 500 on package upload using common package API

    2
    0 Votes
    2 Posts
    9 Views
    gdivisG
    Hi @gunmaden, Thanks for reporting this! I've filed it for investigation as PG-2519.
Inedo Website HomeSupport HomeCode of ConductForums GuideDocumentation