buildah-build icon indicating copy to clipboard operation
buildah-build copied to clipboard

[QUESTION] Is `containerfiles` attribute supposed to be paths in relative to the path declared in `context` attribute?

Open runlevel5 opened this issue 10 months ago • 1 comments

Question

Well I have a Containerfile which resides in a subfolder ./my_app, for docker-compose spec file I simply declare the context: ./my_app and dockerfile: Containerfile. However for buildah-build action, I have to declare the full path for containerfiles: ./my_app/Containerfile. That behaviour caught me by surprise... so wondering if such decision is deliberate or simply it is just an oversight from the onset. Many thanks

runlevel5 avatar Mar 25 '24 08:03 runlevel5

Can confirm, it's unintuitive in my opinion.

lehmanju avatar May 08 '24 15:05 lehmanju