summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--chef-system-x86_64-container.morph28
1 files changed, 28 insertions, 0 deletions
diff --git a/chef-system-x86_64-container.morph b/chef-system-x86_64-container.morph
new file mode 100644
index 00000000..012d1497
--- /dev/null
+++ b/chef-system-x86_64-container.morph
@@ -0,0 +1,28 @@
+name: chef-system-x86_64-container
+kind: system
+arch: x86_64
+description: Minimal chef system suitable for running in a container
+configuration-extensions:
+- set-hostname
+- simple-network
+- nfsboot
+- install-files
+- busybox-init
+- remove-gcc
+strata:
+- morph: build-essential
+ artifacts:
+ - build-essential-minimal
+- morph: core
+ artifacts:
+ - core-openssl
+- morph: foundation
+ artifacts:
+ - foundation-runtime
+- morph: ruby
+ artifacts:
+ - ruby-runtime
+- name: chef
+ morph: chef/chef.morph
+ artifacts:
+ - chef-runtime