<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[API request to get latest image or chart?]]></title><description><![CDATA[<p dir="auto">I'm looking at building a dashboard for my platform that will compare currently deployed artifact versions (of container images and Helm charts) to what the latest version is stored in a specific feed in ProGet.</p>
<p dir="auto">Part of this idea would be making HTTP requests to ProGet API (or pgutil if necessary) with a specific container image name and feed (or chart name and feed) on demand. I had thought that I could use Notifier webhooks in ProGet to populate an external database for this purpose, or events at build time of the artifacts, but I'd rather not duplicate information that ProGet already maintains.</p>
<p dir="auto">Looking through the API documentation for ProGet, it doesn't seem like this is possible, so I'm looking for confirmation that this is true and I'm just not missing something; or where there are other utilities within ProGet for this function.</p>
]]></description><link>https://forums.inedo.com/topic/5781/api-request-to-get-latest-image-or-chart</link><generator>RSS for Node</generator><lastBuildDate>Wed, 24 Jun 2026 19:07:48 GMT</lastBuildDate><atom:link href="https://forums.inedo.com/topic/5781.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 19 Jun 2026 22:05:22 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to API request to get latest image or chart? on Fri, 19 Jun 2026 22:05:22 GMT]]></title><description><![CDATA[<p dir="auto">I'm looking at building a dashboard for my platform that will compare currently deployed artifact versions (of container images and Helm charts) to what the latest version is stored in a specific feed in ProGet.</p>
<p dir="auto">Part of this idea would be making HTTP requests to ProGet API (or pgutil if necessary) with a specific container image name and feed (or chart name and feed) on demand. I had thought that I could use Notifier webhooks in ProGet to populate an external database for this purpose, or events at build time of the artifacts, but I'd rather not duplicate information that ProGet already maintains.</p>
<p dir="auto">Looking through the API documentation for ProGet, it doesn't seem like this is possible, so I'm looking for confirmation that this is true and I'm just not missing something; or where there are other utilities within ProGet for this function.</p>
]]></description><link>https://forums.inedo.com/post/19806</link><guid isPermaLink="true">https://forums.inedo.com/post/19806</guid><dc:creator><![CDATA[jeff.miles_5073]]></dc:creator><pubDate>Fri, 19 Jun 2026 22:05:22 GMT</pubDate></item><item><title><![CDATA[Reply to API request to get latest image or chart? on Sat, 20 Jun 2026 14:49:52 GMT]]></title><description><![CDATA[<p dir="auto">Hi <a class="plugin-mentions-user plugin-mentions-a" href="https://forums.inedo.com/uid/1346">@jeff-miles_5073</a> ,</p>
<p dir="auto">You can get information about images and tags using the Docker API; we do not provide documentation on how to use that (see our <a href="https://docs.inedo.com/docs/proget/api/http-requests#feed-endpoints" rel="nofollow">caveat on Feed Endpoints</a>). And unfortunately the Docker API is a bit awkward, but with enough ChatGPT you should be able to figure it out :)</p>
<p dir="auto">You could also <a href="https://docs.inedo.com/docs/installation/postgresql#querying" rel="nofollow">query the database directly</a>, perhaps building some kind of data export tool so that you can sync it with your dashboard.</p>
<p dir="auto">Hope that helps,<br />
Alana</p>
]]></description><link>https://forums.inedo.com/post/19807</link><guid isPermaLink="true">https://forums.inedo.com/post/19807</guid><dc:creator><![CDATA[atripp]]></dc:creator><pubDate>Sat, 20 Jun 2026 14:49:52 GMT</pubDate></item></channel></rss>