Skip to content

chpc-uofu/container-buildah

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Buildah Image

License Release

A custom container image based on quay.io/buildah/stable.

Image Tags

  • latest: Latest stable version of Buildah.

How to Build

This image is built on GitHub automatically any time a commit is made or merged to the main branch and tagged. But if you need to build the image on your own locally, do the following:

  1. Install Podman or Docker.

    • In the commands below, podman may be interchanged with docker depending on your choice.
  2. cd into the directory containing this repository.

  3. Build the image:

    podman build --file Containerfile --tag container-buildah .   

How to Use

  1. Install Podman or Docker.

    • In the commands below, podman may be interchanged with docker depending on your choice.
  2. Pull this image from GitHub (or use the image you built above container-buildah:latest):

    podman pull ghcr.io/chpc-uofu/container-buildah:latest
  3. Run a container from the image:

    podman run -it ghcr.io/chpc-uofu/container-buildah:latest

How to Contribute

  1. Submit a pull request against main.
  2. Once the automated status checks pass, complete the pull request by squash-merging with main.
  3. Apply a semantic version tag to the resulting commit (e.g. v1.0.1).
  4. At this point the automatic image build on GitHub will trigger, tagging the new image with the semantic version and latest.

Author

CHPC Staff

Additional Resources

About

A custom container image based on quay.io/buildah/stable.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors