#!/bin/bash # Build latest image podman pull quay.io/toolbx/arch-toolbox:latest podman build \ -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