Hacker News new | ask | show | jobs
by ImJasonH 24 days ago
You absolutely can just build things and put them on base images without building or pulling the base image at any point. This is a central feature of ko, a simple container build tool for most Go applications: https://ko.build

(I am a maintainer)