major improvements to fedora kinoite and arch toolbox
All checks were successful
Reese's Arch Toolbox / build-and-push-arch-toolbox (push) Successful in 8m46s

This commit is contained in:
2024-12-04 19:00:13 -05:00
parent 68ea2e81fb
commit dc8b909b54
6 changed files with 198 additions and 44 deletions

View File

@@ -3,12 +3,13 @@
# Build latest image
podman build \
--no-cache \
-t gitea.reeseapps.com/services/arch-toolbox:latest \
-t gitea.reeseapps.com/services/arch-toolbox:$(date +%s) \
-t gitea.reeseapps.com/services/arch-toolbox:debug \
-f ./infrastructure/graduated/fedora/arch.containerfile
# Stop the current arch toolbox
podman container stop arch-toolbox-latest
podman container stop arch-toolbox-debug
# Remove the old container
podman container rm arch-toolbox-latest
podman container rm arch-toolbox-debug
# Start with the new image
toolbox create -i gitea.reeseapps.com/services/arch-toolbox:latest
toolbox create -i gitea.reeseapps.com/services/arch-toolbox:debug