From afd677a850663a6affb210e09069ff9487f2e97a Mon Sep 17 00:00:00 2001 From: unclejack Date: Mon, 26 Jun 2017 17:51:15 +0300 Subject: [PATCH] Makefile: use aci-gw:04-12-2017.2.2_1n Signed-off-by: Cristian Staretu --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index cd6d0af6f..2d0d4db2b 100755 --- a/Makefile +++ b/Makefile @@ -239,8 +239,8 @@ host-integ-test: host-cleanup start-aci-gw start-aci-gw: @echo dev: starting aci gw... - docker pull contiv/aci-gw:11-28-2016.1.3_2i - docker run --net=host -itd -e "APIC_URL=SANITY" -e "APIC_USERNAME=IGNORE" -e "APIC_PASSWORD=IGNORE" --name=contiv-aci-gw contiv/aci-gw:11-28-2016.1.3_2i + docker pull contiv/aci-gw:04-12-2017.2.2_1n + docker run --net=host -itd -e "APIC_URL=SANITY" -e "APIC_USERNAME=IGNORE" -e "APIC_PASSWORD=IGNORE" --name=contiv-aci-gw contiv/aci-gw:04-12-2017.2.2_1n host-build-docker-image: ./scripts/netContain/build_image.sh