redhat-actions / buildah-build

GitHub Action to use 'buildah' to build a container image.

Home Page:https://github.com/marketplace/actions/buildah-build

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

'dockerfiles' vs 'containerfiles'

tetchel opened this issue · comments

OCI projects prefer the generic term 'containerfile' over 'dockerfile'.

We should, where we can, replace 'dockerfile' with the generic variant.

currently we have an input called 'dockerfiles'. We don't want to rename that since it would break workflows - but we can add a containerfiles input which is an alias to dockerfiles. Then we can use containerfiles in workflows, if preferred.

basically, because this looks silly:
image

also update this repo's workflows to use containerfiles instead of dockerfiles