Use apt and docker proxy for windriver lab
[integration.git] / test / ete / labs / windriver / apt-proxy.sh
1 #!/bin/bash
2 sed -i '/#!\/bin\/bash/a\
3             mkdir -p /etc/docker\
4             cat > /etc/docker/daemon.json <<EOF\
5             {\
6               "insecure-registries" : ["10.12.5.80:5000"]\
7             }\
8             EOF\
9             cat > /etc/apt/apt.conf.d/30proxy<<EOF\
10             Acquire::http { Proxy "http://10.12.5.80:3142"; };\
11             Acquire::https::Proxy "DIRECT";\
12             EOF\
13             apt-get -y update' $1