
airhacks.fm podcast with adam bien Dynamic Container Images with Quarkus
Oct 5, 2025
Alvaro Hernandez, CEO of Ongres and PostgreSQL expert, dives into the fascinating world of dynamic container images. He shares his experience with building modular laptops and running Ubuntu with a Nix package manager. The discussion highlights the challenges of packaging multiple PostgreSQL extensions and the risks of monolithic images. Alvaro introduces the Dynamic OCI Registry (Dozer), which composes images on-the-fly, ensuring fast generation and security through immutability. His insights lay a foundation for innovative serverless applications and CI/CD integration.
AI Snips
Chapters
Transcript
Episode notes
Framework Laptop DIY Experience
- Alvaro bought the Framework DIY laptop and built it with his son in about 20–30 minutes using video instructions.
- He values its modular connectors and upgradability which let him swap keyboards, motherboards and ports cheaply.
Automate Reproducible Laptop Installs
- Automate OS and userland installation so you can reproduce your laptop setup in minutes.
- Use Ubuntu auto-install, Ansible and Nix to create reproducible environments that restore quickly.
Why Docker Solved Server Drift
- Adam described adopting Docker to document server builds and make migrations reproducible when he maintained his own servers.
- He started using Docker early to package apps like Glassfish and found Docker files served as clear documentation and backups.
