From 6a8ea1f58148bd96854babb65e7a3eb31bef1ef1 Mon Sep 17 00:00:00 2001 From: Foster Hangdaan Date: Tue, 22 Oct 2024 12:27:18 -0400 Subject: [PATCH] Add information for official container registry And some minor edits. --- Building-the-Image.md => Images.md | 22 +++++++++++++++++----- 1 file changed, 17 insertions(+), 5 deletions(-) rename Building-the-Image.md => Images.md (50%) diff --git a/Building-the-Image.md b/Images.md similarity index 50% rename from Building-the-Image.md rename to Images.md index ac450ef..f5729fa 100644 --- a/Building-the-Image.md +++ b/Images.md @@ -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. -## Prerequisites +### Prerequisites Install an [OCI](https://en.wikipedia.org/wiki/Open_Container_Initiative)-compliant -container management tool: [Podman](https://podman.io/) or -[Docker](https://www.docker.com/). +container management tool: [Podman](https://podman.io/docs/installation) or +[Docker](https://docs.docker.com/get-started/get-docker/). -## Procedure +### Procedure 1. Clone the repository: