From 393d48acc2dd972ccc97cd5ee7f43428536c6418 Mon Sep 17 00:00:00 2001 From: Jaeryn Date: Thu, 26 Sep 2019 23:25:26 +0000 Subject: [PATCH] Fixing full image name to push to MCR. --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 89fce7afc7..514c4151cb 100644 --- a/Makefile +++ b/Makefile @@ -107,10 +107,10 @@ CNM_PLUGIN_IMAGE ?= microsoft/azure-vnet-plugin CNM_PLUGIN_ROOTFS = azure-vnet-plugin-rootfs # Azure network policy manager parameters. -AZURE_NPM_IMAGE = containernetworking.azurecr.io/azure-npm +AZURE_NPM_IMAGE = containernetworking.azurecr.io/public/containernetworking/azure-npm # Azure vnet telemetry image parameters. -AZURE_VNET_TELEMETRY_IMAGE = containernetworking.azurecr.io/azure-vnet-telemetry +AZURE_VNET_TELEMETRY_IMAGE = containernetworking.azurecr.io/public/containernetworking/azure-vnet-telemetry VERSION ?= $(shell git describe --tags --always --dirty)