summaryrefslogtreecommitdiff
path: root/systems/chef-system-x86_64-container.morph
blob: 889eabeae234a01acbb3a6ef0e96145a0978b85a (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
name: chef-system-x86_64-container
kind: system
arch: x86_64
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
strata:
- name: build-essential
  morph: strata/build-essential.morph
  artifacts:
  - build-essential-minimal
- name: core
  morph: strata/core.morph
  artifacts:
  - core-openssl
- name: foundation
  morph: strata/foundation.morph
  artifacts:
  - foundation-runtime
- name: ruby
  morph: strata/ruby.morph
  artifacts:
  - ruby-runtime
- name: chef
  morph: strata/chef.morph
  artifacts:
  - chef-runtime