<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Docker on Potter`s Log Book</title><link>https://potterwhite.github.io/en/categories/docker/</link><description>Recent content in Docker on Potter`s Log Book</description><generator>Hugo</generator><language>en</language><lastBuildDate>Sat, 28 Mar 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://potterwhite.github.io/en/categories/docker/index.xml" rel="self" type="application/rss+xml"/><item><title>Building Reproducible Docker Dev Environments for Embedded Linux (RK3588, RV1126, RK3568)</title><link>https://potterwhite.github.io/en/blog/2026/03/28/building-reproducible-docker-dev-environments-for-embedded-linux-rk3588-rv1126-rk3568/</link><pubDate>Sat, 28 Mar 2026 00:00:00 +0000</pubDate><guid>https://potterwhite.github.io/en/blog/2026/03/28/building-reproducible-docker-dev-environments-for-embedded-linux-rk3588-rv1126-rk3568/</guid><description>&lt;h1 id="building-reproducible-docker-dev-environments-for-embedded-linux">Building Reproducible Docker Dev Environments for Embedded Linux&lt;/h1>
&lt;h2 id="the-problem">The Problem&lt;/h2>
&lt;p>If you&amp;rsquo;re working with embedded Linux boards — RK3588, RK3588S, RV1126, RK3568, or similar
Rockchip SoCs — you know the pain:&lt;/p>
&lt;ul>
&lt;li>Every developer on the team has a slightly different toolchain version installed&lt;/li>
&lt;li>Build results differ between machines (&amp;ldquo;it works on my Docker container&amp;rdquo;)&lt;/li>
&lt;li>Supporting Ubuntu 20.04, 22.04, and 24.04 simultaneously without breaking any of them&lt;/li>
&lt;li>Ports collide when you run containers for multiple chip families at the same time&lt;/li>
&lt;li>Pushing images to a private Harbor registry requires glue scripts nobody documents&lt;/li>
&lt;/ul>
&lt;p>The standard answer is &amp;ldquo;containerise your dev environment&amp;rdquo; — but the container definitions
themselves become a maintenance burden. You end up with 5 Dockerfiles that diverge over time.&lt;/p></description></item></channel></rss>