-
Notifications
You must be signed in to change notification settings - Fork 69
/
apko.yaml
53 lines (49 loc) · 1.09 KB
/
apko.yaml
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
contents:
repositories:
- https://packages.wolfi.dev/os
keyring:
- https://packages.wolfi.dev/os/wolfi-signing.rsa.pub
packages:
- bash
- ca-certificates-bundle
- coreutils
- hugo-extended
- nano
- nginx
- nodejs
- npm
- tmux
- vim
- wolfi-base
accounts:
groups:
- groupname: inky
gid: 2000
users:
- username: inky
uid: 2000
run-as: inky
work-dir: /home/inky
paths:
- path: /var/lib/nginx
type: directory
uid: 2000
gid: 2000
permissions: 0o755
recursive: true
- path: /var/lib/nginx/tmp
uid: 2000
gid: 2000
type: directory
# Wide permissions required for running with tmpfs. Seems to be related to Docker bug https://github.com/moby/moby/issues/40881
permissions: 0o777
recursive: true
- path: /var/run
uid: 2000
gid: 2000
type: directory
# Wide permissions required for running with tmpfs. Seems to be related to Docker bug https://github.com/moby/moby/issues/40881
permissions: 0o777
recursive: false
entrypoint:
command: /bin/bash /entrypoint.sh