diff --git a/shim/dist/deb/debian/changelog b/shim/dist/deb/debian/changelog index 3a2c05daa6c4cfa6eaa0ec42d285c5a269202ad3..155b765fefd96c75827ee6618d3f2a7e4a133f63 100644 --- a/shim/dist/deb/debian/changelog +++ b/shim/dist/deb/debian/changelog @@ -1,5 +1,5 @@ -shim-rune (0.2.0-1) unstable; urgency=low +shim-rune (0.3.0-1) unstable; urgency=low - * Initial release. Closes: + * Initial release. - -- Shirong Hao Mon, 13 Jul 2020 13:48:35 +0000 + -- shirong Tue, 28 Jul 2020 13:48:35 +0000 diff --git a/shim/dist/deb/debian/control b/shim/dist/deb/debian/control index 5fd7faeee8231fd25efdfdde7bdc47b98cfa98da..8e97d51518aab7ecb618b4f2e33877fc551afc7d 100644 --- a/shim/dist/deb/debian/control +++ b/shim/dist/deb/debian/control @@ -1,7 +1,7 @@ Source: shim-rune Section: devel Priority: extra -Maintainer: Shirong Hao +Maintainer: shirong Build-Depends: debhelper (>=9) Standards-Version: 3.9.8 Homepage: https://github.com/alibaba/inclavare-containers diff --git a/shim/dist/deb/debian/postinst b/shim/dist/deb/debian/postinst index 197eb5c76ea8684d239727556fa2bfc88ca4e57a..23359a6c4c9ce8fdc56d01d241b1ce26a3b1ba9f 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.13.0-ubuntu18.04" - enclave_runtime_path = "/usr/lib64/libocclum-pal.so" + build_image = "docker.io/occlum/occlum:0.14.0-ubuntu18.04" + enclave_runtime_path = "/opt/occlum/build/lib/libocclum-pal.so" [enclave_runtime.graphene] EOF diff --git a/shim/dist/rpm/shim-rune.spec b/shim/dist/rpm/shim-rune.spec index adaea7e3218a15f5b553dd05edc7b7bb983a1e7e..77656097eb0f2a8a7a1bc7169e83eb34e79176df 100644 --- a/shim/dist/rpm/shim-rune.spec +++ b/shim/dist/rpm/shim-rune.spec @@ -7,7 +7,7 @@ %undefine _missing_build_ids_terminate_build Name: shim-rune -Version: 0.2.0 +Version: 0.3.0 Release: %{centos_base_release}%{?dist} Summary: shim for Inclavare Containers(runE) Group: Development/Tools @@ -58,8 +58,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.13.0-ubuntu18.04" - enclave_runtime_path = "/usr/lib64/libocclum-pal.so" + build_image = "docker.io/occlum/occlum:0.14.0-ubuntu18.04" + enclave_runtime_path = "/opt/occlum/build/lib/libocclum-pal.so" [enclave_runtime.graphene] EOF @@ -71,5 +71,8 @@ rm -f %{SHIM_CONFIG_DIR}/config.toml %{SHIM_BIN_DIR}/containerd-shim-rune-v2 %changelog +* Tue Jul 28 2020 shirong - 0.3.0 +- Update to version 0.3.0 + * Fri Jul 10 2020 Zhiguang Jia - 0.2.0 - Package init.