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

'dockerfiles' vs 'containerfiles' #57

Closed tetchel closed 2 years ago

tetchel commented 3 years ago

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.

tetchel commented 3 years ago

basically, because this looks silly: image

tetchel commented 3 years ago

ie https://github.com/redhat-actions/openshift-actions-runners/pull/8

tetchel commented 3 years ago

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