From b838524af79b4c42b01eb8edb50f901a99b79e35 Mon Sep 17 00:00:00 2001 From: Greelan <53196309+Greelan@users.noreply.github.com> Date: Thu, 23 Mar 2023 14:07:04 +1100 Subject: [PATCH] CK: container policy update (#305) --- core-keeper.kvp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/core-keeper.kvp b/core-keeper.kvp index 00ff337..1e8b16a 100644 --- a/core-keeper.kvp +++ b/core-keeper.kvp @@ -12,7 +12,8 @@ Meta.ConfigRoot=core-keeper.kvp Meta.MinAMPVersion=2.3.3.0 Meta.SpecificDockerImage=cubecoders/ampbase:xvfb Meta.DockerRequired=False -Meta.ContainerPolicy=Recommended +Meta.ContainerPolicy=NotSupported +Meta.ContainerPolicyReason=The server requires a version of Xvfb on Linux which is not present in the Debian version used by AMP's Docker. Ideally use Ubuntu 22.04 or Debian 12 to host the server on Linux. Meta.Prerequsites=[] Meta.ConfigReleaseState=NotSpecified App.DisplayName=Core Keeper