Container Build Paths Depended on Where You Ran Atmos From
A container component's build.context and dockerfile looked like ordinary relative paths, but
they weren't resolved against anything in particular — they resolved against whatever directory
your shell happened to be in the moment you ran atmos container build. Run it from the repo root
and it worked. Run it from a subdirectory, a CI job with a different working directory, or a
script that changes directories first, and the build silently picked up the wrong Dockerfile or
found nothing at all. Setting components.container.base_path didn't help — that option was
accepted but quietly ignored.




