Update redhat-actions/buildah-build action to v3 - #99
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
renovate
Bot
force-pushed
the
renovate/redhat-actions-buildah-build-3.x
branch
2 times, most recently
from
July 30, 2026 16:46
2169431 to
ed12397
Compare
renovate
Bot
force-pushed
the
renovate/redhat-actions-buildah-build-3.x
branch
from
August 12, 2026 03:49
ed12397 to
d99f4c2
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v2→v3Release Notes
redhat-actions/buildah-build (redhat-actions/buildah-build)
v3.1.0Compare Source
New Features
sequentialinput to run multi-arch builds one at a time instead of in parallel. Parallel remains the default, but sequential mode avoids qemu-related failures withFROM --platform=$(BUILDPLATFORM)stages. #191disable-fuse-overlayfsinput to prevent the action from overriding the storage mount program. The action now auto-detects kernel support for rootless native overlayfs (5.11+) and skips the fuse-overlayfs override when the kernel is new enough. This fixes silent data corruption and performance regressions on ubuntu-24.04 runners. #193Bug Fixes
image not knownwhen the manifest only contained non-amd64 images (e.g. ppc64le, s390x). The action now usesbuildah manifest inspectfor multi-arch builds, which is architecture-agnostic. #192CI & Infrastructure
Dependency Updates
v3.0.2Compare Source
Bug Fixes
buildah budwere invisible to subsequentbuildah tagandbuildah imagescommands. All containerized buildah invocations now pass--root <storageRoot>to share the bind-mounted host storage. #177CI & Infrastructure
buildah-imagecontainer mode with multiple tags. #177v3.0.1Compare Source
Bug Fixes
buildah-imagefeature hardcoded the rootful storage path/var/lib/containers/storage, which fails withpermission deniedon rootless runners. The action now detects the host's actual storage root viapodman infoat runtime, with a fallback to the previous path. #175CI & Infrastructure
v3.0.0Compare Source
Breaking Changes
runs.using: node24). GitHub Actions runners must support this runtime. #154squashinput now defaults totrue, matching common usage. Setsquash: falseto preserve intermediate layers. #161New Features
annotationsinput. Separate multiple annotations by newline. Only supported by OCI images. #161buildah-imageinput): Run buildah from a container image instead of the host-installed version. Useful for getting a newer buildah than what the runner provides. For example,buildah-image: quay.io/buildah/stable. #168podman buildfor containerfile builds. Scratch builds still require buildah. #169portinput now accepts multiple ports separated by newline. #165digestoutput now reliably returns the content digest of the built image. #153, #165Bug Fixes
buildah images --format {{.Digest}}instead ofbuildah inspectwhich returned the wrong type. #165CI & Infrastructure
actions/checkout@v7,actions/setup-node@v7,ubuntu-24.04runners. #156install_latest_buildah.shscript and simplify CI matrices. #164Dependency Updates
@actions/core,@actions/exec,@actions/ioto latest versions. #150, #156@types/nodeto v26. #159redhat-actions/commonto v2. #158v3Compare Source
Bug Fixes
buildah budwere invisible to subsequentbuildah tagandbuildah imagescommands. All containerized buildah invocations now pass--root <storageRoot>to share the bind-mounted host storage. #177CI & Infrastructure
buildah-imagecontainer mode with multiple tags. #177v2.13Compare Source
v2.12Compare Source
v2.11Compare Source
v2.10Compare Source
--tls-verifyandextra-argsinput forbuildah fromcommand. #92v2.9Compare Source
v2.8Compare Source
tagsinput, for compatibility with docker/metadata-action`. #74--platformargument #65v2.7Compare Source
image-with-tagwhich provides image name and its corresponding first tag present.dockerfileswithcontainerfiles. Inputdockerfileswill be present as alias ofcontainerfiles.Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.