aboutsummaryrefslogtreecommitdiffstats
path: root/test/ete/labs/huawei/apt-proxy.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test/ete/labs/huawei/apt-proxy.sh')
-rwxr-xr-xtest/ete/labs/huawei/apt-proxy.sh8
1 files changed, 7 insertions, 1 deletions
diff --git a/test/ete/labs/huawei/apt-proxy.sh b/test/ete/labs/huawei/apt-proxy.sh
index 6aa7c5578..45c8ae09b 100755
--- a/test/ete/labs/huawei/apt-proxy.sh
+++ b/test/ete/labs/huawei/apt-proxy.sh
@@ -1,7 +1,13 @@
#!/bin/bash
sed -i '/#!\/bin\/bash/a\
+ mkdir -p /etc/docker\
+ cat > /etc/docker/daemon.json <<EOF\
+ {\
+ "insecure-registries" : ["docker-proxy.neo.futurewei.com:5000"]\
+ }\
+ EOF\
cat > /etc/apt/apt.conf.d/30proxy<<EOF\
- Acquire::http { Proxy "http://10.145.122.118:3142"; };\
+ Acquire::http { Proxy "http://apt-proxy.neo.futurewei.com:3142"; };\
Acquire::https::Proxy "DIRECT";\
EOF\
apt-get -y update' $1