Container Images
This document shows where to find the official container images as well as how
to build your own image.
Official Registry
Official container images
are provided for use with container orchestration tools such as
Podman:
podman pull code.fosterhangdaan.com/foster/arch-packaging-container:latest
Building the Image
Instructions on how to build the container image.
Prerequisites
Install an
OCI-compliant
container management tool: Podman or
Docker.
Procedure
-
Clone the repository:
git clone https://code.fosterhangdaan.com/foster/arch-packaging-container.git
-
Navigate to the directory:
cd arch-packaging-directory
-
Start the build:
podman build -t arch-packaging-container:latest .
For Docker:
docker build -t arch-packaging-container:latest -f Containerfile .