Skip to content

Commit

Permalink
Makefile: use aci-gw:04-12-2017.2.2_1n
Browse files Browse the repository at this point in the history
Signed-off-by: Cristian Staretu <[email protected]>
  • Loading branch information
unclejack committed Jun 26, 2017
1 parent 6543790 commit afd677a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit afd677a

Please sign in to comment.