buildah-build

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

MIT License

Stars
145
Committers
11

Bot releases are hidden (Show)

buildah-build - Update action to run on Node 20 Latest Release

Published by divyansh42 8 months ago

buildah-build - Forcibly remove existing manifest before creating a new one

Published by divyansh42 over 1 year ago

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

buildah-build - Update action to run on node 16

Published by divyansh42 almost 2 years ago

buildah-build -

Published by divyansh42 over 2 years ago

buildah-build - Image manifest support

Published by divyansh42 almost 3 years ago

  • Add support for multiple archs and platforms.
  • Allow building image manifest if multi-arch or platform is provided.
buildah-build - Allow fully qualified image names in 'tags' input

Published by divyansh42 almost 3 years ago

buildah-build - Add output image-with-tag and replace input dockerfiles with containerfiles

Published by divyansh42 about 3 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)
buildah-build - Support to provide multiple tags

Published by tetchel over 3 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

2.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
buildah-build - Improve multi-arch

Published by tetchel over 3 years ago

buildah-build -

Published by divyansh42 over 3 years ago

buildah-build - Add extra-args input

Published by divyansh42 over 3 years ago

Input extra-args will allow to pass extra args to buildah bud for build image using dockerfile

buildah-build - Fix buildah issue of using `overlay` as default storage driver

Published by divyansh42 over 3 years ago

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 https://github.com/redhat-actions/buildah-build/issues/45

buildah-build - Add Layers input for build using dockerfile

Published by tetchel over 3 years ago

buildah-build - Documentation update for support of multi arch builds

Published by divyansh42 over 3 years ago

Add note about using qemu-user-static when building architecture other than amd64

buildah-build - Modify error and info messages

Published by divyansh42 over 3 years ago

  • Add output message if input tags is not provided
buildah-build - Support for custom architectures

Published by divyansh42 over 3 years ago

  • Add archs input to allow building images for custom architectures
buildah-build -

Published by tetchel almost 4 years ago

buildah-build - v0.1

Published by divyansh42 almost 4 years ago

Initial pre-release