Buildah Build Versions Save

GitHub Action to use 'buildah' to build a container image.

v2.12

1 year ago

Forcibly remove existing manifest before creating a new one. #103

v2.11

1 year ago

v2.10

1 year ago

v2.9

2 years ago
  • Add support for multiple archs and platforms.
  • Allow building image manifest if multi-arch or platform is provided.

v2.8

2 years ago

v2.7

2 years ago
  • 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

2 years ago
  • Rename tag input to tags, to allow you to build multiple tags of the same image
  • Add outputs image and tags, which output the image name and all tags of the image that was created
  • (Internal) Add CI checks to the action that includes ESlint, bundle verifier and IO checker

Minor releases

v2.13

v2.12

  • Forcibly remove existing manifest before creating a new one. #103

v2.11

v2.10

v2.9: Image manifest support

  • Add support for multiple archs and platforms through input archs and platforms.
  • Allow building image manifest if multiple archs or platforms are provided.

v2.8

v2.7

  • 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

v2.6

2 years ago

v2.5.1

3 years ago