Files
homelab/infrastructure/graduated/fedora/arch-build.sh
ducoterra dc8b909b54
All checks were successful
Reese's Arch Toolbox / build-and-push-arch-toolbox (push) Successful in 8m46s
major improvements to fedora kinoite and arch toolbox
2024-12-04 19:00:13 -05:00

15 lines
490 B
Bash
Executable File

#!/bin/bash
# Build latest image
podman build \
--no-cache \
-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:debug