From 6eed65d23c51866d28ba9ed1256abf6495dc9f2b Mon Sep 17 00:00:00 2001 From: Shirong Hao Date: Sun, 30 Aug 2020 13:03:58 +0000 Subject: [PATCH] shim: Update deb and rpm package to version 0.4.0 - Update deb to version 0.4.0 - Update rpm to version 0.4.0 --- shim/dist/deb/debian/changelog | 6 ++++++ shim/dist/deb/debian/postinst | 4 ++-- shim/dist/rpm/shim-rune.spec | 10 +++++++--- 3 files changed, 15 insertions(+), 5 deletions(-) diff --git a/shim/dist/deb/debian/changelog b/shim/dist/deb/debian/changelog index 155b765..123ce6a 100644 --- a/shim/dist/deb/debian/changelog +++ b/shim/dist/deb/debian/changelog @@ -1,3 +1,9 @@ +shim-rune (0.4.0-1) unstable; urgency=low + + * Update to version 0.4.0. + + -- Shirong Hao Sun, 30 Aug 2020 13:48:35 +0000 + shim-rune (0.3.0-1) unstable; urgency=low * Initial release. diff --git a/shim/dist/deb/debian/postinst b/shim/dist/deb/debian/postinst index 23359a6..901b307 100644 --- a/shim/dist/deb/debian/postinst +++ b/shim/dist/deb/debian/postinst @@ -10,7 +10,7 @@ sgx_tool_sign = "/opt/intel/sgxsdk/bin/x64/sgx_sign" socket = "/run/containerd/containerd.sock" [enclave_runtime] [enclave_runtime.occlum] - build_image = "docker.io/occlum/occlum:0.14.0-ubuntu18.04" - enclave_runtime_path = "/opt/occlum/build/lib/libocclum-pal.so" + build_image = "docker.io/occlum/occlum:0.15.1-ubuntu18.04" + enclave_runtime_path = "/opt/occlum/build/lib/libocclum-pal.so.0.15.1" [enclave_runtime.graphene] EOF diff --git a/shim/dist/rpm/shim-rune.spec b/shim/dist/rpm/shim-rune.spec index 7765609..afea415 100644 --- a/shim/dist/rpm/shim-rune.spec +++ b/shim/dist/rpm/shim-rune.spec @@ -1,4 +1,5 @@ %define centos_base_release 1 +%define debug_package %{nil} %global PROJECT inclavare-containers %global SHIM_BIN_DIR /usr/local/bin @@ -7,7 +8,7 @@ %undefine _missing_build_ids_terminate_build Name: shim-rune -Version: 0.3.0 +Version: 0.4.0 Release: %{centos_base_release}%{?dist} Summary: shim for Inclavare Containers(runE) Group: Development/Tools @@ -58,8 +59,8 @@ sgx_tool_sign = "/opt/intel/sgxsdk/bin/x64/sgx_sign" socket = "/run/containerd/containerd.sock" [enclave_runtime] [enclave_runtime.occlum] - build_image = "docker.io/occlum/occlum:0.14.0-ubuntu18.04" - enclave_runtime_path = "/opt/occlum/build/lib/libocclum-pal.so" + build_image = "docker.io/occlum/occlum:0.15.1-ubuntu18.04" + enclave_runtime_path = "/opt/occlum/build/lib/libocclum-pal.so.0.15.1" [enclave_runtime.graphene] EOF @@ -71,6 +72,9 @@ rm -f %{SHIM_CONFIG_DIR}/config.toml %{SHIM_BIN_DIR}/containerd-shim-rune-v2 %changelog +* Sun Aug 30 2020 Shirong hao - 0.4.0 +- Update to version 0.4.0 + * Tue Jul 28 2020 shirong - 0.3.0 - Update to version 0.3.0 -- GitLab