summaryrefslogtreecommitdiff
path: root/chef-system-x86_64-container.morph
blob: 3e81c73eb833a10de5dcd0f7ebdec73a971c41dd (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:
- set-hostname
- simple-network
- nfsboot
- install-files
- busybox-init
- 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