<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Distroless on Chaosmonkey</title>
    <link>https://vanderkleijn.net/tags/distroless/</link>
    <description>Recent content in Distroless on Chaosmonkey</description>
    <generator>Hugo</generator>
    <language>en</language>
    <copyright>Copyright &amp;copy; 1995-2025, Martijn van der Kleijn. All rights reserved.</copyright>
    <lastBuildDate>Sat, 13 Jan 2024 11:50:00 +0200</lastBuildDate>
    <atom:link href="https://vanderkleijn.net/tags/distroless/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Healthchecker v1.1.0</title>
      <link>https://vanderkleijn.net/posts/healthchecker-v1.1.0/</link>
      <pubDate>Sat, 13 Jan 2024 11:50:00 +0200</pubDate>
      <guid>https://vanderkleijn.net/posts/healthchecker-v1.1.0/</guid>
      <description>&lt;h1 id=&#34;healthchecker-release-v110&#34;&gt;Healthchecker release v1.1.0&lt;a class=&#34;anchorjs-link&#34; href=&#34;#healthchecker-release-v110&#34;&gt;&lt;/a&gt;&lt;/h1&gt;&lt;ul&gt;&#xA;&lt;li&gt;Bumped supported Go version to 1.21&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;support-and-details&#34;&gt;Support and details&lt;a class=&#34;anchorjs-link&#34; href=&#34;#support-and-details&#34;&gt;&lt;/a&gt;&lt;/h2&gt;&lt;ul&gt;&#xA;&lt;li&gt;Go versions, see: &lt;a href=&#34;https://endoflife.date/go&#34; target=&#34;_blank&#34;&gt;https://endoflife.date/go&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;Architectures: amd64, arm64 on Windows and Linux&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;Source code and issues: &lt;a href=&#34;https://github.com/mvdkleijn/healthchecker&#34; target=&#34;_blank&#34;&gt;https://github.com/mvdkleijn/healthchecker&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;Blog post original release: &lt;a href=&#34;https://vanderkleijn.net/posts/healthchecker/&#34; target=&#34;_blank&#34;&gt;https://vanderkleijn.net/posts/healthchecker/&lt;/a&gt;&lt;/p&gt;&#xA;&lt;h2 id=&#34;licensing&#34;&gt;Licensing&lt;a class=&#34;anchorjs-link&#34; href=&#34;#licensing&#34;&gt;&lt;/a&gt;&lt;/h2&gt;&lt;p&gt;&lt;strong&gt;The healthchecker utility is made available under the MPL-2.0 license.&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;p&gt;For more information on what that means in detail, you can read the license in full here: &lt;a href=&#34;https://www.mozilla.org/en-US/MPL/&#34; target=&#34;_blank&#34;&gt;https://www.mozilla.org/en-US/MPL/&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Healthchecker utility</title>
      <link>https://vanderkleijn.net/posts/healthchecker/</link>
      <pubDate>Mon, 05 Jun 2023 18:21:00 +0200</pubDate>
      <guid>https://vanderkleijn.net/posts/healthchecker/</guid>
      <description>&lt;h1 id=&#34;healthchecker&#34;&gt;Healthchecker&lt;a class=&#34;anchorjs-link&#34; href=&#34;#healthchecker&#34;&gt;&lt;/a&gt;&lt;/h1&gt;&lt;p&gt;I made a simplistic Go utility that does a HTTP HEAD check to see if a server app is alive.&#xA;Ideal for in distroless containers in my opinion.&lt;/p&gt;&#xA;&lt;p&gt;All it does (and likely will ever do) is:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Send HTTP HEAD request to a specified URL;&lt;/li&gt;&#xA;&lt;li&gt;On return of HTTP status code 200, exit with value 0;&lt;/li&gt;&#xA;&lt;li&gt;Else exit with value 1;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;usage&#34;&gt;Usage&lt;a class=&#34;anchorjs-link&#34; href=&#34;#usage&#34;&gt;&lt;/a&gt;&lt;/h2&gt;&lt;ul&gt;&#xA;&lt;li&gt;Build it yourself or download a pre-built release.&lt;/li&gt;&#xA;&lt;li&gt;Point it to your server&amp;rsquo;s URL.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h3 id=&#34;examples&#34;&gt;Examples&lt;a class=&#34;anchorjs-link&#34; href=&#34;#examples&#34;&gt;&lt;/a&gt;&lt;/h3&gt;&lt;p&gt;On the commandline:&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
