diff options
author | Gary Wu <gary.i.wu@huawei.com> | 2018-01-09 19:54:45 -0800 |
---|---|---|
committer | Gary Wu <gary.i.wu@huawei.com> | 2018-01-10 20:23:29 +0000 |
commit | 5e8e8128b2cbb961e138704f791326e8d0d974e1 (patch) | |
tree | 0e78e7bbaba9722e8fef164f16ad86a74600f3b7 /test/ete/labs/gwu/apt-proxy.sh | |
parent | d83efffdf04f9829347c6fd5f6b84e005e0bb4a0 (diff) |
Use lab local docker proxies
Change-Id: Ifb7821d6173d16ccb59053edd9eb53632fe65933
Issue-ID: INT-278
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
(cherry picked from commit f58cbcbc8603db69e1bac6b34d1d5aaf88470471)
Diffstat (limited to 'test/ete/labs/gwu/apt-proxy.sh')
-rwxr-xr-x | test/ete/labs/gwu/apt-proxy.sh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/ete/labs/gwu/apt-proxy.sh b/test/ete/labs/gwu/apt-proxy.sh index 14b272566..7c371ec24 100755 --- a/test/ete/labs/gwu/apt-proxy.sh +++ b/test/ete/labs/gwu/apt-proxy.sh @@ -1,5 +1,11 @@ #!/bin/bash sed -i '/#!\/bin\/bash/a\ + mkdir -p /etc/docker\ + cat > /etc/docker/daemon.json <<EOF\ + {\ + "insecure-registries" : ["stack.local.enacct.com:5000"]\ + }\ + EOF\ cat > /etc/apt/apt.conf.d/30proxy<<EOF\ Acquire::http { Proxy "http://stack.local.enacct.com:3142"; };\ Acquire::https::Proxy "DIRECT";\ |