buildah-build icon indicating copy to clipboard operation
buildah-build copied to clipboard

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

Results 38 buildah-build issues
Sort by recently updated
recently updated
newest added

### Description GitHub is starting to mark actions that run on Node 12 as deprecated, looking like this: > Node.js 12 actions are deprecated. For more information see: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/. This...

CRDA Scan Pending

### Is your feature request related to a problem? Please describe. i have already build arm64 and amd64 images to dockerhub. i don't want to build image ,i just want...

enhancement

### 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...

CRDA Scan Pending

### Description The warning informing users when to use `arch` vs `archs` had a typo. ### Related Issue(s) ### Checklist - [ ] This PR includes a documentation change -...

CRDA Scan Pending

### Description We are using this action to build multiarch images on our own runners. However when a build is running on the same runner multiple times we get the...

CRDA Scan Pending

### Description OCI image specification and Buildah supports Annotations in addition to Labels. Repositories such as GHCR rely on OCI Annotations for displaying image metadata like Description and Title about...

### Question Well I have a Containerfile which resides in a subfolder `./my_app`, for docker-compose spec file I simply declare the `context: ./my_app` and `dockerfile: Containerfile`. However for buildah-build action,...

question

👋 Not sure if this question belongs here so feel free to point me to different direction. **What I am trying to do** I am trying to make workflow that...

question

### Version redhat-actions/push-to-registry@v2 ### Describe the bug The bug was introduce in redhat-actions/[email protected] with this PR [#94 ](url). The problem is this GitHub action lowercase the image tag but it's...

bug

### Version ### Describe the bug Current version of the buildah in the release is `1.23.1` . I suspect ubuntu repos/package was out of date during release as it has...

bug