]> piware.de Git - bin.git/commitdiff
build-cockpit-toolbox: tasks container moved to ghcr.io master
authorMartin Pitt <martin@piware.de>
Tue, 9 Apr 2024 09:10:05 +0000 (11:10 +0200)
committerMartin Pitt <martin@piware.de>
Sat, 13 Apr 2024 07:55:02 +0000 (09:55 +0200)
build-cockpit-toolbox

index 222d4b501a1630420fce19aa0e5ade5c6dc65977..16a81c3ff548ce5e14a855329a340f5eac88fcf8 100755 (executable)
@@ -4,8 +4,8 @@ NAME=${NAME:-cockpit}
 TAG=${TAG:-latest}
 
 toolbox rm --force $NAME || true
-podman pull quay.io/cockpit/tasks:${TAG}
-yes | toolbox create --image quay.io/cockpit/tasks:${TAG} -c $NAME
+podman pull ghcr.io/cockpit-project/tasks:${TAG}
+yes | toolbox create --image ghcr.io/cockpit-project/tasks:${TAG} -c $NAME
 
 # install some extra development and desktop tools
 toolbox run -c "$NAME" sh -exc '