summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Thursfield <sam.thursfield@codethink.co.uk>2014-07-04 10:37:06 +0000
committerLars Wirzenius <lars.wirzenius@codethink.co.uk>2014-08-28 12:48:43 +0000
commitaaca121ba1853e0ff8b38a6eec3efc1f9155d12e (patch)
treeaa00a0d60deba741e2ce06ba97cae2d00ef25376
parent0542f502616f1e1902d99d85e1fd95018b0c7fbb (diff)
downloaddefinitions-aaca121ba1853e0ff8b38a6eec3efc1f9155d12e.tar.gz
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!
-rw-r--r--chef-system-x86_32-container.morph2
-rw-r--r--strata/core.morph1
2 files changed, 2 insertions, 1 deletions
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: