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
All checks were successful
Reese's Arch Toolbox / build-and-push-arch-toolbox (push) Successful in 8m46s
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user