You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 todockerfiles
. Then we can usecontainerfiles
in workflows, if preferred.The text was updated successfully, but these errors were encountered: