Skip to content

Commit e2b0706

Browse files
authored
Updating the EMT bootkit uOS to latest available in file server (#138)
Signed-off-by: Anand B Jyoti <[email protected]>
1 parent 6b02ce3 commit e2b0706

File tree

1 file changed

+5
-15
lines changed

1 file changed

+5
-15
lines changed

standalone-node/emt_uos/download_emt_ous_with_custom_scripts.sh

Lines changed: 5 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -3,24 +3,14 @@
33
# SPDX-FileCopyrightText: (C) 2024 Intel Corporation
44
# SPDX-License-Identifier: Apache-2.0
55

6-
7-
# Download the Edge Microvisor Toolkit from open source no-auth file server
6+
# Download the Edge Microvisor Toolkit uOS from open source no-auth file server
87
# The file server URL is defined in FILE_RS_URL
9-
#FILE_RS_URL="https://files-rs.edgeorchestration.intel.com/files-edge-orch/repository"
10-
#EMT_BUILD_DATE=20250604
11-
#EMT_FILE_NAME="microvisor/uos/emt_uos_x86_64_${EMT_BUILD_DATE}"
12-
#EMT_RAW_GZ="${EMT_FILE_NAME}.tar.gz"
13-
14-
15-
#curl -k --noproxy '' ${FILE_RS_URL}/${EMT_RAW_GZ} -o uos.tar.gz || { echo "download of uos failed,please check";exit 1;}
16-
17-
# TO DO: Use no-auth file server registry to download the Edge Microvisor Toolkit image
18-
FILE_RS_URL="https://af01p-png.devtools.intel.com/artifactory/edge_system-png-local/images"
19-
EMT_BUILD_DATE=20250625.0555
20-
EMT_FILE_NAME="emt_uos_image/emt_uos_x86_64_${EMT_BUILD_DATE}"
8+
FILE_RS_URL="https://files-rs.edgeorchestration.intel.com/files-edge-orch/repository"
9+
EMT_BUILD_DATE=20250710
10+
EMT_FILE_NAME="microvisor/uos/emb_uos_x86_64_${EMT_BUILD_DATE}"
2111
EMT_RAW_GZ="${EMT_FILE_NAME}.tar.gz"
2212

23-
wget -O uos.tar.gz --no-proxy --no-check-certificate ${FILE_RS_URL}/${EMT_RAW_GZ}
13+
curl -k --noproxy '' ${FILE_RS_URL}/${EMT_RAW_GZ} -o uos.tar.gz || { echo "download of uos failed,please check";exit 1;}
2414

2515
echo "Current working directory is: $PWD"
2616

0 commit comments

Comments
 (0)