summaryrefslogtreecommitdiff
path: root/unmaintained/systems/chef-system-x86_64-container.morph
diff options
context:
space:
mode:
Diffstat (limited to 'unmaintained/systems/chef-system-x86_64-container.morph')
-rw-r--r--unmaintained/systems/chef-system-x86_64-container.morph33
1 files changed, 30 insertions, 3 deletions
diff --git a/unmaintained/systems/chef-system-x86_64-container.morph b/unmaintained/systems/chef-system-x86_64-container.morph
index f9df4d9b..92cded84 100644
--- a/unmaintained/systems/chef-system-x86_64-container.morph
+++ b/unmaintained/systems/chef-system-x86_64-container.morph
@@ -1,6 +1,5 @@
name: chef-system-x86_64-container
-kind: system
-arch: x86_64
+kind: assemblage
description: Minimal chef system suitable for running in a container
configuration-extensions:
- extensions/set-hostname
@@ -9,24 +8,52 @@ configuration-extensions:
- extensions/install-files
- extensions/busybox-init
- extensions/remove-gcc
-strata:
+contents:
- name: build-essential
morph: strata/build-essential.morph
artifacts:
- build-essential-minimal
+ build-depends: []
- name: core
morph: strata/core.morph
artifacts:
- core-openssl
+ build-depends:
+ - build-essential
+- include-mode: build-time
+ build-depends:
+ - build-essential
+ - core
+ name: coreutils-common
+ morph: strata/coreutils-common.morph
+- include-mode: build-time
+ build-depends:
+ - build-essential
+ - core
+ name: tools
+ morph: strata/tools.morph
- name: foundation
morph: strata/foundation.morph
artifacts:
- foundation-runtime
+ build-depends:
+ - build-essential
+ - core
+ - coreutils-common
- name: ruby
morph: strata/ruby.morph
artifacts:
- ruby-runtime
+ build-depends:
+ - build-essential
+ - core
+ - tools
- name: chef
morph: unmaintained/strata/chef.morph
artifacts:
- chef-runtime
+ build-depends:
+ - build-essential
+ - core
+ - ruby
+ - tools