Update links and URLs

Foster Hangdaan 2025-01-20 13:00:15 -05:00
parent 4e25bd96e1
commit b807f02784
Signed by: foster
GPG key ID: E48D7F49A852F112
3 changed files with 7 additions and 7 deletions

@ -5,12 +5,12 @@ to build your own image.
## Official Registry
[Official container images](https://code.fosterhangdaan.com/foster/-/packages/container/arch-packaging-container/versions)
[Official container images](https://code.hangdaan.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
podman pull code.hangdaan.com/foster/arch-packaging-container:latest
```
## Building the Image
@ -29,7 +29,7 @@ container management tool: [Podman](https://podman.io/docs/installation) or
1. Clone the repository:
```sh
git clone https://code.fosterhangdaan.com/foster/arch-packaging-container.git
git clone https://code.hangdaan.com/foster/arch-packaging-container.git
```
1. Navigate to the directory:

@ -1,7 +1,7 @@
# Arch Packaging Container Wiki
This is the wiki for
[Arch Packaging Container](https://code.fosterhangdaan.com/foster/arch-packaging-container).
[Arch Packaging Container](https://code.hangdaan.com/foster/arch-packaging-container).
## About

@ -1,7 +1,7 @@
# Usage
This document shows how to use
[Arch Packaging Container](https://code.fosterhangdaan.com/foster/arch-packaging-container)
[Arch Packaging Container](https://code.hangdaan.com/foster/arch-packaging-container)
to build Arch Linux packages.
## Prerequisites
@ -25,7 +25,7 @@ to build Arch Linux packages.
1. Run the container:
```sh
podman run --rm -v ./pkg:/pkg:ro -v ./build:/build code.fosterhangdaan.com/foster/arch-packaging-container:latest
podman run --rm -v ./pkg:/pkg:ro -v ./build:/build code.hangdaan.com/foster/arch-packaging-container:latest
```
When the build is finished, the compressed package will be stored in
@ -44,5 +44,5 @@ Example for a [Rust](https://www.rust-lang.org/) build environment.
1. Run the container:
```sh
podman run --rm -v ./pkg:/pkg:ro -v ./build:/build -v cargo:/home/builder/.cargo code.fosterhangdaan.com/foster/arch-packaging-container:latest
podman run --rm -v ./pkg:/pkg:ro -v ./build:/build -v cargo:/home/builder/.cargo code.hangdaan.com/foster/arch-packaging-container:latest
```