Add information for official container registry

And some minor edits.
Foster Hangdaan 2024-10-22 12:27:18 -04:00
parent f318d54489
commit 6a8ea1f581
Signed by: foster
GPG key ID: E48D7F49A852F112

@ -1,15 +1,27 @@
# Building the Image # 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](https://code.fosterhangdaan.com/foster/-/packages/container/arch-packaging-container/versions) are provided for use with container orchestration tools such as [Podman](https://podman.io/):
```sh
podman pull code.fosterhangdaan.com/foster/arch-packaging-container:latest
```
## Building the Image
Instructions on how to build the container image. Instructions on how to build the container image.
## Prerequisites ### Prerequisites
Install an Install an
[OCI](https://en.wikipedia.org/wiki/Open_Container_Initiative)-compliant [OCI](https://en.wikipedia.org/wiki/Open_Container_Initiative)-compliant
container management tool: [Podman](https://podman.io/) or container management tool: [Podman](https://podman.io/docs/installation) or
[Docker](https://www.docker.com/). [Docker](https://docs.docker.com/get-started/get-docker/).
## Procedure ### Procedure
1. Clone the repository: 1. Clone the repository: