portworx/Buildah Build and Push

Run a `buildah.sh` script in the specified directory, create an image with the corresponding tag and push to a container registry

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
remote-registryName of the remote registry to push to.yesdocker.io
image-nameName of the image. This should correspond to the name of the repository which will be pushed to.yes
image-tagTag of the image. This should also correspond to the containing directory name. The resulting tag will use this name.yes
short-shaShort git SHA of the current commit. This will be appended to the pushed image tag.yes
usernameUsername used for authentication to the target registry.yes
passwordPassword used for authentication to the target registry.yes
script-nameName of the buildah script to execute to build the image.yesbuildah.sh
namedescription
image-pathFull path to the image pushed to the remote registry.