From f145be7857345ae6362caac2618a1e725c085fbc Mon Sep 17 00:00:00 2001 From: danielhanrahan Date: Thu, 19 May 2022 10:53:50 +0100 Subject: OpenSuse docker file for policy PAP Create OpenSuse docker file Add build profile for OpenSuse docker image Issue-ID: POLICY-4189 Signed-off-by: danielhanrahan Change-Id: I4aca4c5d3486cecf012989e9227557587f83bbb6 --- .../stability/src/main/resources/papsetup/config/pap/bin/policy-pap.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'testsuites') diff --git a/testsuites/stability/src/main/resources/papsetup/config/pap/bin/policy-pap.sh b/testsuites/stability/src/main/resources/papsetup/config/pap/bin/policy-pap.sh index e5cc5a91..29e12bec 100644 --- a/testsuites/stability/src/main/resources/papsetup/config/pap/bin/policy-pap.sh +++ b/testsuites/stability/src/main/resources/papsetup/config/pap/bin/policy-pap.sh @@ -1,7 +1,7 @@ #!/bin/bash # # ============LICENSE_START======================================================= -# Copyright (C) 2019-2020 Nordix Foundation. +# Copyright (C) 2019-2022 Nordix Foundation. # Modifications Copyright (C) 2019-2020 AT&T Intellectual Property. # ================================================================================ # Licensed under the Apache License, Version 2.0 (the "License"); @@ -20,7 +20,6 @@ # ============LICENSE_END========================================================= # -JAVA_HOME=/usr/lib/jvm/java-11-openjdk/ POLICY_PAP_HOME=/opt/app/policy/pap KEYSTORE="${POLICY_HOME}/etc/ssl/policy-keystore" TRUSTSTORE="${POLICY_HOME}/etc/ssl/policy-truststore" -- cgit 1.2.3-korg