]> piware.de Git - bin.git/blobdiff - build-cockpit-toolbox
build-*-toolbox: Ensure that container image is current
[bin.git] / build-cockpit-toolbox
index 75c7eaee9e37466366b792b0c4f9048f7e04a05d..5b8990c1de13f0653190d3b8a5d41d79b6cd2e01 100755 (executable)
@@ -3,6 +3,7 @@ set -eux
 NAME=cockpit
 
 toolbox rm --force $NAME || true
+podman pull quay.io/cockpit/tasks
 yes | toolbox create --image quay.io/cockpit/tasks -c $NAME
 
 # install some extra development and desktop tools