Skip to content

Commit b0d7146

Browse files
Eslam-Nawaraashraffouda
authored andcommitted
fix hub url in debug image script
1 parent 98fa916 commit b0d7146

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

scripts/debug_image.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ sudo -i
1919
./install_deps
2020

2121
# run image from a directory
22-
./debug_image.sh -d --image https://hub.grid.tf/omarabdulaziz.3bot/ubuntu-jammy.flist
22+
./debug_image.sh -d --image https://hub.threefold.me/omarabdulaziz.3bot/ubuntu-jammy.flist
2323
```
2424

2525
## Image Types
@@ -28,7 +28,7 @@ sudo -i
2828
the creation tutorial [here](../docs/manual/zmachine/zmachine.md)
2929

3030
- Container: Contains only the rootfs.
31-
in this case wil use kernel and initramfs from cloud container [flist](https://hub.grid.tf/tf-autobuilder/cloud-container-9dba60e.flist.md)
31+
in this case wil use kernel and initramfs from cloud container [flist](https://hub.threefold.me/tf-autobuilder/cloud-container-9dba60e.flist.md)
3232

3333
## Flags
3434

scripts/debug_image.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
readonly SOCKET="/tmp/virtiofs.sock"
55
readonly CH_API_SOCKET="/tmp/ch-api.sock"
66
readonly OVERLAYFS="/tmp/overlay"
7-
readonly CCFLIST="https://hub.grid.tf/tf-autobuilder/cloud-container-9dba60e.flist"
7+
readonly CCFLIST="https://hub.threefold.me/tf-autobuilder/cloud-container-9dba60e.flist"
88
readonly MACHINE_TYPE="machine"
99
readonly CONTAINER_TYPE="container"
1010

0 commit comments

Comments
 (0)