summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Thursfield <sam.thursfield@codethink.co.uk>2014-07-04 10:37:06 +0000
committerSam Thursfield <sam.thursfield@codethink.co.uk>2014-07-31 16:15:30 +0000
commit4898e0d90d15690d04de2ec4cf616d77745bac8d (patch)
tree0da15edbb699c7eae2581c22a2ae822ae78d975b
parent6dc89c090c4c316e0ac4a2dc71f3955c9e32e900 (diff)
downloaddefinitions-4898e0d90d15690d04de2ec4cf616d77745bac8d.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--core.morph4
2 files changed, 5 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/core.morph b/core.morph
index 16d874a7..051ce0b4 100644
--- a/core.morph
+++ b/core.morph
@@ -4,6 +4,10 @@ description: Core components of a Baserock base system that are build tools requ
for the BSP and Foundation strata, but a step above build-essential
build-depends:
- morph: build-essential
+products:
+- artifact: core-openssl
+ include:
+ - openssl-new-libs
chunks:
- name: sqlite3
repo: upstream:sqlite3