organize fedora after expansion
Some checks failed
Reese's Arch Toolbox / build-and-push-arch-toolbox (push) Failing after 16s

This commit is contained in:
2025-01-12 09:29:39 -05:00
parent 51124e42e4
commit 5af0fda759
10 changed files with 650 additions and 1162 deletions

View File

@@ -0,0 +1,16 @@
#!/bin/bash
# Build latest image
podman pull quay.io/toolbx/arch-toolbox:latest
podman build \
-t gitea.reeseapps.com/services/arch-toolbox:latest \
-f ./infrastructure/graduated/fedora/arch-toolbox.containerfile
podman build \
-t gitea.reeseapps.com/services/arch-toolbox-amdgpu:latest \
-f ./infrastructure/graduated/fedora/arch-amdgpu-toolbox.containerfile
echo "podman container stop arch-toolbox-latest"
echo "podman container rm arch-toolbox-latest"
echo "toolbox create -i gitea.reeseapps.com/services/arch-toolbox-amdgpu:latest"
echo "toolbox create -i gitea.reeseapps.com/services/arch-toobolx"