File tree Expand file tree Collapse file tree 1 file changed +5
-15
lines changed Expand file tree Collapse file tree 1 file changed +5
-15
lines changed Original file line number Diff line number Diff line change 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} "
2111EMT_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
2515echo " Current working directory is: $PWD "
2616
You can’t perform that action at this time.
0 commit comments