summaryrefslogtreecommitdiff
path: root/unmaintained/systems/chef-system-x86_64-container.morph
blob: 92cded84346769061dbf4eb96510b0b03bbbf3ea (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
name: chef-system-x86_64-container
kind: assemblage
description: Minimal chef system suitable for running in a container
configuration-extensions:
- extensions/set-hostname
- extensions/simple-network
- extensions/nfsboot
- extensions/install-files
- extensions/busybox-init
- extensions/remove-gcc
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