From 4ad6f30923428aa7b36caa186339ed912a11bcfa Mon Sep 17 00:00:00 2001 From: Brian Neville <29639579+brianneville@users.noreply.github.com> Date: Thu, 26 Mar 2026 10:59:38 +0000 Subject: [PATCH 1/2] containerz/server: update location label update location label to label location as "intended". see https://github.com/openconfig/gnoi/pull/331 --- client/start_container_test.go | 2 +- server/start_container.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/client/start_container_test.go b/client/start_container_test.go index fff209a..225dffa 100644 --- a/client/start_container_test.go +++ b/client/start_container_test.go @@ -26,7 +26,7 @@ import ( ) const ( - locationLabel = "com.google.containerz.location" + locationLabel = "com.google.containerz.location.intended" ) type fakeStartingContainerzServer struct { diff --git a/server/start_container.go b/server/start_container.go index 92ca152..4125a09 100644 --- a/server/start_container.go +++ b/server/start_container.go @@ -25,7 +25,7 @@ import ( ) const ( - locationLabel = "com.google.containerz.location" + locationLabel = "com.google.containerz.location.intended" ) // StartContainer starts a container. If the image does not exist on the target, From fd479fb67410a69e63864b6211d60b5bdab5301e Mon Sep 17 00:00:00 2001 From: Brian Neville <29639579+brianneville@users.noreply.github.com> Date: Thu, 26 Mar 2026 11:10:41 +0000 Subject: [PATCH 2/2] update to use net.openconfig prefix --- client/start_container_test.go | 2 +- server/start_container.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/client/start_container_test.go b/client/start_container_test.go index 225dffa..5b009da 100644 --- a/client/start_container_test.go +++ b/client/start_container_test.go @@ -26,7 +26,7 @@ import ( ) const ( - locationLabel = "com.google.containerz.location.intended" + locationLabel = "net.openconfig.containerz.location.intended" ) type fakeStartingContainerzServer struct { diff --git a/server/start_container.go b/server/start_container.go index 4125a09..57617be 100644 --- a/server/start_container.go +++ b/server/start_container.go @@ -25,7 +25,7 @@ import ( ) const ( - locationLabel = "com.google.containerz.location.intended" + locationLabel = "net.openconfig.containerz.location.intended" ) // StartContainer starts a container. If the image does not exist on the target,