GitHub Action to use 'buildah' to build a container image.
Find a file
Luca Stocchi 2168b4e067
fix issue when finding language-image file
Signed-off-by: Luca Stocchi <lstocchi@redhat.com>
2020-11-13 12:55:02 +01:00
dist fix issue when finding language-image file 2020-11-13 12:55:02 +01:00
out/src fix issue when finding language-image file 2020-11-13 12:55:02 +01:00
src fix issue when finding language-image file 2020-11-13 12:55:02 +01:00
.gitignore add language recognizer 2020-11-13 12:38:29 +01:00
action.yml add language recognizer 2020-11-13 12:38:29 +01:00
language-image.json add language recognizer 2020-11-13 12:38:29 +01:00
LICENSE add missing files for the action 2020-11-06 22:48:47 +01:00
package.json add language recognizer 2020-11-13 12:38:29 +01:00
README.md fix issue when finding language-image file 2020-11-13 12:55:02 +01:00
tsconfig.json add missing files for the action 2020-11-06 22:48:47 +01:00

buildah

Buildah is a GitHub Action for building OCI-compatible (Docker- and Kubernetes-compatible) images quickly and easily.

Buildah action works only on Linux distributions, and it is not supported on Windows or Mac platforms at this time.

Note that GitHub's Ubuntu Environments (ubuntu-20.04 and ubuntu-18.04) come with buildah 1.17.0 installed. So, if you are not using those Ubuntu environments you need to make sure to install buildah tool in an early step.