add podman, various tools, etc. to arch toolbox

This commit is contained in:
2024-11-25 20:00:09 -05:00
parent 5f1d03349b
commit b68e22af56
3 changed files with 117 additions and 55 deletions

View File

@@ -0,0 +1,12 @@
# Build latest image
podman build \
-t gitea.reeseapps.com/services/arch-toolbox:latest \
-t gitea.reeseapps.com/services/arch-toolbox:$(date +%s) \
-f ./infrastructure/graduated/fedora/Containerfile
# Stop the current arch toolbox
podman container stop arch-toolbox-latest
# Remove the old container
podman container rm arch-toolbox-latest
# Start with the new image
toolbox create -i gitea.reeseapps.com/services/arch-toolbox:latest
SHELL=/bin/zsh toolbox enter