redhat-actions / buildah-build

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

Add configuration to disable storage-overlay config #105

Open bjoernhaeuser opened 2 years ago

bjoernhaeuser commented 2 years ago

Description

By disabling this feature buildah defaults to the normal configuration, which in case of running on kernel >5.13 would default to the native overlay.

The native overlay is way quicker than fuse-overlayfs and drastically improves build speed.

Related Issue(s)

Checklist

Changes made