summaryrefslogtreecommitdiff
path: root/pillar/openbook/baseimage.sls
blob: d41febe6baa69d78e744a3ff3f0ad2df4f636868 (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
baseimage:
  dirs:
    data:
      name: data
      mode: "0755"
      relative_to_buildroot: True
y  files:
    build_sh:
      name: build.sh
      path: .
      source: build.sh
      mode: "0755"
      is_template: True
      relative_to_buildroot: True
    dockerfile:
      name: Dockerfile
      path: .
      source: Dockerfile
      mode: "0644"
      is_template: True
      relative_to_buildroot: True
    installdeps:
      name: installdeps.sh
      path: data
      source: installdeps.sh
      mode: "0755"
      is_template: True
      relative_to_buildroot: True