This commit is contained in:
2024-11-25 23:17:25 -05:00
parent a0c49cffdd
commit ace880e610
4 changed files with 37 additions and 3 deletions

View File

@@ -1,3 +1,5 @@
#!/bin/bash
# Build latest image
podman build \
-t gitea.reeseapps.com/services/arch-toolbox:latest \
@@ -8,5 +10,4 @@ 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
toolbox create -i gitea.reeseapps.com/services/arch-toolbox:latest