← Back to team overview

launchpad-reviewers team mailing list archive

[Merge] ~tushar5526/launchpad:use-lpdev-image-from-gha into launchpad:master

 

Tushar Gupta has proposed merging ~tushar5526/launchpad:use-lpdev-image-from-gha into launchpad:master.

Requested reviews:
  Launchpad code reviewers (launchpad-reviewers)

For more details, see:
https://code.launchpad.net/~tushar5526/launchpad/+git/launchpad/+merge/491440
-- 
Your team Launchpad code reviewers is requested to review the proposed merge of ~tushar5526/launchpad:use-lpdev-image-from-gha into launchpad:master.
diff --git a/utilities/rocketfuel-devstart b/utilities/rocketfuel-devstart
index 591cdd6..db30ff9 100755
--- a/utilities/rocketfuel-devstart
+++ b/utilities/rocketfuel-devstart
@@ -39,7 +39,7 @@ if [ "$DOWNLOAD" = true ]; then
 # As we don't have any public lxd server to host images, for now we are using google drive to pull images from.
 # The images are maintained by the LP team. 
 echo "Downloading Launchpad Dev image"
-wget 'https://drive.usercontent.google.com/download?id=1jn_w2Uu_sVVMP9UVY-ut4aN1LDPSeIJh&export=download&confirm=t&uuid=59e70493-ae64-4502-b510-fc8f12fb356a' -O /tmp/lpdev-image.tar.xz
+wget 'https://github.com/canonical/launchpad-dev-image-builder-gha/releases/download/latest/launchpad-dev.tar.xz' -O /tmp/lpdev-image.tar.xz
 
 echo "Importing image into LXD"
 lxc image import /tmp/lpdev-image.tar.xz --alias lpdev-image

Follow ups