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
Add output image-with-tag which provides the image name and its corresponding first tag present.
Replace input dockerfiles with containerfiles. Input dockerfiles will be present as an alias of containerfiles.
Add matrix to install latest buildah. (Internal)
v2.6
Rename "archs" input to "arch"
Improve documentation for multi-architecture builds
v2.5: Add extra-args input
Input extra-args will allow to pass extra args to buildah bud command for build image using dockerfile
v2.4: Fix buildah issue of using overlay as default storage driver
Based on the latest change in buildah for ubuntu envirnoment, it is now using overlay as default storage driver.
This release is a fix for the same. For more details see #45
v2.3: Support to cache subsequent buildah layers
Add layers input for build using dockerfile
v2.2: Modify error and info messages
Add output message if input tags is not provided
v2.1: Support for custom architectures
Add archs input to allow building images for custom architectures