Skip to content

Commit

Permalink
revert docker compose yaml version and cleanup
Browse files Browse the repository at this point in the history
Signed-off-by: Bruno Vavala <bruno.vavala@intel.com>
  • Loading branch information
bvavala committed Oct 24, 2022
1 parent e9e4ea9 commit b754d72
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 9 deletions.
2 changes: 1 addition & 1 deletion docker/ccf-pdo.local-code.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
# though only with docker version 18.09+ (look for --secret/--ssh parameters)


version: "2.2"
version: "2.1"

services:

Expand Down
2 changes: 1 addition & 1 deletion docker/ccf-pdo.proxy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
# docker-compose installed in docker-compose versions in ubuntu 18.04. Later
# versions, e.g., the one in 20.04, will honor that and will make this file obsolete ..

version: "2.2"
version: "2.1"

services:

Expand Down
2 changes: 1 addition & 1 deletion docker/ccf-pdo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
# - for automated tests, you also just might call 'docker-compose -f ccf-pdo.yaml exec pdo-build bash -i -c /project/pdo/src/private-data-objects/build/__tools__/run-tests.sh'
# - ....

version: "2.2"
version: "2.1"

services:
# PDO EHS, PS and client ...
Expand Down
2 changes: 1 addition & 1 deletion docker/ccf.local-code.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
# though only with docker version 18.09+ (look for --secret/--ssh parameters)


version: "2.2"
version: "2.1"

services:

Expand Down
2 changes: 1 addition & 1 deletion docker/ccf.proxy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
# docker-compose installed in docker-compose versions in ubuntu 18.04. Later
# versions, e.g., the one in 20.04, will honor that and will make this file obsolete ..

version: "2.2"
version: "2.1"

services:

Expand Down
2 changes: 1 addition & 1 deletion docker/ccf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
# - for automated tests, you also just might call 'docker-compose -f ccf-pdo.yaml exec pdo-build bash -i -c /project/pdo/src/private-data-objects/build/__tools__/run-tests.sh'
# - ....

version: "2.2"
version: "2.1"

services:
pdo-tp-ccf:
Expand Down
3 changes: 1 addition & 2 deletions docker/pdo.sgx.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
# source /project/pdo/src/private-data-objects/build/common-config.sh
# make -C /project/pdo/src/private-data-objects/build conf register

version: "2.2"
version: "2.1"

services:

Expand All @@ -44,7 +44,6 @@ services:
build:
args:
SGX_MODE: HW
network: host
volumes:
- ${PDO_SGX_KEY_ROOT:-./sgx/}:/project/pdo/build/opt/pdo/etc/keys/sgx/
- /var/run/aesmd:/var/run/aesmd
Expand Down
2 changes: 1 addition & 1 deletion eservice/pdo/eservice/enclave/enclave/signup.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ pdo_err_t pdo::enclave_api::enclave_data::CreateEnclaveData(
return result;
} // pdo::enclave_api::base::CreateSignupData

/// XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
// XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
pdo_err_t pdo::enclave_api::enclave_data::UnsealEnclaveData(
const Base64EncodedString& inSealedEnclaveData,
StringArray& outPublicEnclaveData
Expand Down

0 comments on commit b754d72

Please sign in to comment.