redhat-actions / buildah-build

GitHub Action to use 'buildah' to build a container image.
https://github.com/marketplace/actions/buildah-build
MIT License
137 stars 35 forks source link

[BUG] -f option should be resolved relative to the context directory #44

Open tetchel opened 3 years ago

tetchel commented 3 years ago

ie if you do buildah bud -f Containerfile ./my-buildah-dir then it should look for the containerfile at ./my-buildah-dir/Containerfile

for some reason, absolute paths are used https://github.com/redhat-actions/buildah-build/blob/main/src/index.ts#L61

tetchel commented 3 years ago

this would be a breaking change, so maybe we can leave it as-is for now.

tetchel commented 2 years ago

i'm moving this to 'done' because we don't have a 'wontfix' pipeline.

evanshortiss commented 11 months ago

Just got bitten by this. IIRC other actions use the behaviour described in the Issue description. I opened #123 since it would be helpful to document this behaviour.