From aaca121ba1853e0ff8b38a6eec3efc1f9155d12e Mon Sep 17 00:00:00 2001 From: Sam Thursfield Date: Fri, 4 Jul 2014 10:37:06 +0000 Subject: Don't include core-runtime, try pulling in just the OpenSSL libs The chef system is about 667MB with core-runtime included which seems excessive for a container! --- chef-system-x86_32-container.morph | 2 +- strata/core.morph | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/chef-system-x86_32-container.morph b/chef-system-x86_32-container.morph index 6335de97..be3f2948 100644 --- a/chef-system-x86_32-container.morph +++ b/chef-system-x86_32-container.morph @@ -14,6 +14,6 @@ strata: - build-essential-minimal - morph: core artifacts: - - core-runtime + - core-openssl - morph: ruby - morph: chef diff --git a/strata/core.morph b/strata/core.morph index efe91fbd..283fd938 100644 --- a/strata/core.morph +++ b/strata/core.morph @@ -6,6 +6,7 @@ build-depends: - morph: strata/build-essential.morph products: - artifact: core-runtime +- artifact: core-openssl include: - openssl-new-libs chunks: -- cgit v1.2.1