No description
Find a file
phil 9bed6aff7e
Some checks failed
Check Case Normalization / Build image using Buildah (push) Successful in 3s
CI checks / Run ESLint (push) Failing after 2s
CI checks / Check Distribution (push) Failing after 1s
CI checks / Check Input and Output enums (push) Failing after 1s
Build from containerfile / Build image using Buildah (push) Successful in 4s
Build with docker/metadata-action / Build image with Containerfile (push) Successful in 5s
Build with docker/metadata-action / Build image without Containerfile (push) Failing after 0s
Build / Build image using Buildah (push) Failing after 1s
Multiarch build / Build multi-platform image using Containerfile (push) Has been cancelled
Multiarch build / Build multi-architecture image from scratch (push) Has been cancelled
Multiarch build / Build multi-architecture image using Containerfile (push) Has been cancelled
Fix missing dist, .gitignore
2024-10-25 04:26:25 +02:00
.github Initial commit 2024-10-25 02:30:23 +02:00
dist Fix missing dist, .gitignore 2024-10-25 04:26:25 +02:00
src Initial commit 2024-10-25 02:30:23 +02:00
.editorconfig Initial commit 2024-10-25 02:30:23 +02:00
.gitignore Fix missing dist, .gitignore 2024-10-25 04:26:25 +02:00
action.yml Initial commit 2024-10-25 02:30:23 +02:00
LICENSE Initial commit 2024-10-25 02:30:23 +02:00
package.json Initial commit 2024-10-25 02:30:23 +02:00
pnpm-lock.yaml Fix missing dist, .gitignore 2024-10-25 04:26:25 +02:00
README.md Initial commit 2024-10-25 02:30:23 +02:00
tsconfig.json Initial commit 2024-10-25 02:30:23 +02:00

buildah-build

CI checks Build Build from containerfile Link checker

tag badge license badge size badge

Buildah Build is a Gitea/Forgejo Action for building Docker, Podman and Kubernetes-compatible images quickly and easily.

Buildah only works on Linux.

This code is a heavily stripped down and adapted version for Forgejo of the Redhat version.