File tree Expand file tree Collapse file tree 1 file changed +37
-6
lines changed Expand file tree Collapse file tree 1 file changed +37
-6
lines changed Original file line number Diff line number Diff line change 1- include : images/apko.yaml
2-
31contents :
2+ keyring :
3+ - https://packages.wolfi.dev/os/wolfi-signing.rsa.pub
4+ repositories :
5+ - https://packages.wolfi.dev/os
46 packages :
57 - coreutils
68 - busybox
79 - curl
810
11+ accounts :
12+ groups :
13+ - groupname : nonroot
14+ gid : 65532
15+ users :
16+ - username : nonroot
17+ uid : 65532
18+ gid : 65532
19+ run-as : nonroot
20+
921paths :
10- - path : /mnt/data
22+ - path : /home/nonroot
1123 type : directory
12- permissions : 0o777
24+ permissions : 0o775
1325 uid : 65532
1426 gid : 65532
27+ - path : /mnt
28+ type : directory
29+ permissions : 0o770
30+ uid : 65532
31+ gid : 0
32+ - path : /mnt/data
33+ type : directory
34+ permissions : 0o770
35+ uid : 65532
36+ gid : 0
1537 - path : /.mc
1638 type : directory
17- permissions : 0o777
39+ permissions : 0o770
1840 uid : 65532
19- gid : 65532
41+ gid : 0
42+
43+ work-dir : /home/nonroot
2044
2145entrypoint :
2246 command : /usr/bin/minio
2347
2448cmd : server /mnt/data --console-address :9090 --address :9000
2549
50+ archs :
51+ - amd64
52+ - arm64
53+
2654annotations :
55+ org.opencontainers.image.licenses : ' MIT'
56+ org.opencontainers.image.vendor : ' GitGuardian'
57+ org.opencontainers.image.authors : ' GitGuardian SRE Team <sre@gitguardian.com>'
2758 org.opencontainers.image.title : ' MinIO'
2859 org.opencontainers.image.description : ' MinIO image based on Wolfi OS'
2960 org.opencontainers.image.source : ' https://github.com/GitGuardian/wolfi/tree/main/images/minio'
You can’t perform that action at this time.
0 commit comments