You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
message(STATUS"Host kernel \"${HOST_KERNEL}\" version too low to promote process isolation with \"${IMAGE}\" [${TARGET_KERNEL}] and requires falling back to HyperV. Please update your host OS.")
message(STATUS"Promoting \"${IMAGE}\" [${TARGET_KERNEL}] to process isolation")
175
179
else()
176
-
message(STATUS"\"${IMAGE}\" [${TARGET_KERNEL}] can be promoted to process isolation with host kernel [${HOST_KERNEL}] version")
180
+
set(${VAR}False)
181
+
message(STATUS"Cannot promote \"${IMAGE}\" [${TARGET_KERNEL}] to process isolation, requires falling back to HyperV. Please update your docker host OS.")
177
182
endif()
178
183
endmacro()
179
184
180
185
INSPECT(${BASE})
181
186
182
-
if(${EXIT_LEVEL}EQUAL0)
187
+
if(${INSPECTION_OK}EQUAL0)
183
188
TO_PROCESS(${BASE}${TARGET_KERNEL})
184
189
else()
185
190
message(STATUS"\"${BASE}\" not found in local registry, pulling...")
@@ -192,9 +197,7 @@ function(PROMOTE_PROCESS_ISOLATION HOST_KERNEL BASE VAR)
0 commit comments