aboutsummaryrefslogtreecommitdiffstats
path: root/test/ete/labs/windriver/apt-proxy.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test/ete/labs/windriver/apt-proxy.sh')
-rwxr-xr-xtest/ete/labs/windriver/apt-proxy.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/ete/labs/windriver/apt-proxy.sh b/test/ete/labs/windriver/apt-proxy.sh
index f8bb32ff0..54b15bba6 100755
--- a/test/ete/labs/windriver/apt-proxy.sh
+++ b/test/ete/labs/windriver/apt-proxy.sh
@@ -3,11 +3,11 @@ sed -i '/#!\/bin\/bash/a\
mkdir -p /etc/docker\
cat > /etc/docker/daemon.json <<EOF\
{\
- "insecure-registries" : ["10.12.5.80:5000"]\
+ "insecure-registries" : ["10.12.5.2:5000"]\
}\
EOF\
cat > /etc/apt/apt.conf.d/30proxy<<EOF\
- Acquire::http { Proxy "http://10.12.5.80:3142"; };\
+ Acquire::http { Proxy "http://10.12.5.2:3142"; };\
Acquire::https::Proxy "DIRECT";\
EOF\
apt-get -y update' $1