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

Add Layers input for build using dockerfile #43

Closed divyansh42 closed 3 years ago

divyansh42 commented 3 years ago

Signed-off-by: divyansh42 diagrawa@redhat.com

Description

Add layers input in buildah action.

Related Issue(s)

42

Checklist

tetchel commented 3 years ago

This looks good. I was thinking it would be helpful to link to the buildah documentation from the top of each table to explain all these options. for example there is https://github.com/containers/buildah/blob/master/docs/buildah-bud.md for all the BUD options.

https://github.com/containers/buildah/blob/master/docs/buildah-config.md has most of the options for non-BUD

and the directory https://github.com/containers/buildah/tree/master/docs has the complete documentation

divyansh42 commented 3 years ago

This looks good. I was thinking it would be helpful to link to the buildah documentation from the top of each table to explain all these options. for example there is https://github.com/containers/buildah/blob/master/docs/buildah-bud.md for all the BUD options.

https://github.com/containers/buildah/blob/master/docs/buildah-config.md has most of the options for non-BUD

and the directory https://github.com/containers/buildah/tree/master/docs has the complete documentation

Yeah, this makes sense. I will add this.