<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>OCI on lmno.pk</title>
    <link>https://lmno.pk/tags/oci/</link>
    <description>Recent content in OCI on lmno.pk</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en</language>
    <copyright>© lmno.pk</copyright>
    <lastBuildDate>Thu, 04 Jun 2026 11:21:15 +0800</lastBuildDate><atom:link href="https://lmno.pk/tags/oci/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Setting up Zot on Kubernetes with S3 Storage and OIDC</title>
      <link>https://lmno.pk/post/zot-container-registry/</link>
      <pubDate>Thu, 04 Jun 2026 11:21:15 +0800</pubDate>
      
      <guid>https://lmno.pk/post/zot-container-registry/</guid>
      <description>
        
          
            &lt;p&gt;I wanted a light weight container registry that could run on Kubernetes, store images in S3-compatible storage.&lt;/p&gt;
&lt;p&gt;Zot ended up being a good fit for this setup. It supports S3 storage, has a built-in web UI, works with OpenID Connect, and can still use &lt;code&gt;htpasswd&lt;/code&gt; for Docker CLI logins.&lt;/p&gt;
&lt;p&gt;That last part matters because Docker does not handle browser-based OIDC login flows.&lt;/p&gt;
&lt;p&gt;The web UI can use Authentik, while &lt;code&gt;docker login&lt;/code&gt; can use a normal username and password from an &lt;code&gt;htpasswd&lt;/code&gt; file.&lt;/p&gt;
          
          
        
      </description>
    </item>
    
  </channel>
</rss>